Home
last modified time | relevance | path

Searched refs:totalLength (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A DFilterContainer.cxx266 sal_uInt32 totalLength = 0; in _getTotalFilterLength() local
268 totalLength += _getLengthFilter( nextFilter ); in _getTotalFilterLength()
270 return ( totalLength > 0 ) ? totalLength + 1 : totalLength; in _getTotalFilterLength()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java173 int totalLength = data.length; in parseText() local
197 for (int i = 0; i < totalLength; i++) { in parseText()

Completed in 12 milliseconds