Home
last modified time | relevance | path

Searched refs:nFileCount (Results 1 – 6 of 6) sorted by relevance

/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java330 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 DOffice.java110 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 DEnhancedComplexTestCase.java229 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 DConvwatchHelper.pm339 my $nFileCount = readdirectory($sNewStartDir, $sUserParameter, $hook);
341 $nCountFiles += $nFileCount;
H A Dfill_documents_loop.pl157 my $nFileCount = readdirectory($sNewStartDir, $sValues, $hook);
159 $nCountFiles += $nFileCount;
/trunk/main/shell/source/win32/sysmail/
H A Dsenddoc.cxx170 pMapiMessage->nFileCount = aMapiAttachmentList.size(); in initMapiMessage()

Completed in 28 milliseconds