Searched refs:nFileCount (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/l10ntools/source/help/ |
H A D | HelpIndexerTool.java | 330 int nFileCount = aChildrenFiles.length; in createZipFile() local 331 for( int i = 0 ; i < nFileCount ; i++ ) in createZipFile() 352 int nFileCount = aChildrenFiles.length; in addToZipRecursively() local 353 for( int i = 0 ; i < nFileCount ; i++ ) in addToZipRecursively() 395 int nFileCount = aChildrenFiles.length; in deleteRecursively() local 396 for( int i = 0 ; i < nFileCount ; i++ ) in deleteRecursively()
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | Office.java | 110 int nFileCount = aIniFile.getIntValue(sSection, "reportcount", 0); in load() local 112 aIniFile.insertValue(sSection, "report" + nFileCount, sValue); in load() 113 aIniFile.insertValue(sSection, "reportcount", nFileCount + 1); in load()
|
H A D | EnhancedComplexTestCase.java | 229 int nFileCount = aIniFile.getIntValue(_sBasename, "reportcount", 0); in runThroughEveryReportInIndex() local 231 for (int i=0;i<nFileCount;i++) in runThroughEveryReportInIndex() 450 int nFileCount = aIniFile.getIntValue(sBasename, "reportcount", 0); in foreachResultCreateHTML() local 452 for (int i=0;i<nFileCount;i++) in foreachResultCreateHTML()
|
/aoo4110/main/svtools/bmpmaker/ |
H A D | bmpsum.cxx | 429 sal_uInt32 nFileCount = 0; in ProcessFileList() local 470 ++nFileCount; in ProcessFileList() 475 sal::static_int_cast< unsigned long >(nFileCount) ); in ProcessFileList()
|
/aoo4110/main/testgraphical/source/ |
H A D | ConvwatchHelper.pm | 339 my $nFileCount = readdirectory($sNewStartDir, $sUserParameter, $hook); 341 $nCountFiles += $nFileCount;
|
H A D | fill_documents_loop.pl | 157 my $nFileCount = readdirectory($sNewStartDir, $sValues, $hook); 159 $nCountFiles += $nFileCount;
|
/aoo4110/main/shell/source/win32/sysmail/ |
H A D | senddoc.cxx | 170 pMapiMessage->nFileCount = aMapiAttachmentList.size(); in initMapiMessage()
|
Completed in 27 milliseconds