Searched refs:nFileCount (Results 1 – 6 of 6) sorted by relevance
/trunk/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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
|
/trunk/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;
|
/trunk/main/shell/source/win32/sysmail/ |
H A D | senddoc.cxx | 170 pMapiMessage->nFileCount = aMapiAttachmentList.size(); in initMapiMessage()
|
Completed in 28 milliseconds