Set articles limit to 50
This commit is contained in:
parent
434c083f3b
commit
2c7c35297e
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<identifier value="pro.litvinovg.epublishing" />
|
<identifier value="pro.litvinovg.epublishing" />
|
||||||
<version value="0.6.13" />
|
<version value="0.6.15" />
|
||||||
<platform value="all" />
|
<platform value="all" />
|
||||||
<display-name>
|
<display-name>
|
||||||
<name lang="ru">Инструменты для создания электронных изданий</name>
|
<name lang="ru">Инструменты для создания электронных изданий</name>
|
||||||
|
|
|
@ -64,7 +64,7 @@ Private Sub makeUpIssue
|
||||||
oViewCursor.jumpToPage(page)
|
oViewCursor.jumpToPage(page)
|
||||||
oTextCursor = oViewCursor.Text.createTextCursorByRange(oViewCursor)
|
oTextCursor = oViewCursor.Text.createTextCursorByRange(oViewCursor)
|
||||||
statusIndicator.Start(getTranslation("compileJournalIssueStatusInProgerss"),30)
|
statusIndicator.Start(getTranslation("compileJournalIssueStatusInProgerss"),30)
|
||||||
For i = 1 To 25
|
For i = 1 To 50
|
||||||
'Find section file
|
'Find section file
|
||||||
FilePath = findArticleFile(path,i)
|
FilePath = findArticleFile(path,i)
|
||||||
If FilePath="" Then
|
If FilePath="" Then
|
||||||
|
|
Loading…
Add table
Reference in a new issue