Searched refs:imax (Results 1 – 3 of 3) sorted by relevance
173 ClipboardMap::iterator imax = m_aClipboardMap.end(); in listClipboardNames() local175 for (sal_Int32 n = 0; iter != imax; iter++) in listClipboardNames()205 ClipboardMap::iterator imax = aCopy.end(); in dispose() local207 for (; iter != imax; iter++) in dispose()
166 sal_Int32 i, imax = xNodeList->getLength(); in checkForUpdates() local167 for( i = 0; i < imax; ++i ) in checkForUpdates()211 imax = xNodeList->getLength(); in checkForUpdates()212 for( i = 0; i < imax; ++i ) in checkForUpdates()
224 int imax = aString.getLength(); in print_java_style() local225 for (int i = 0; i < imax; i++) { in print_java_style()
Completed in 33 milliseconds