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()
167 sal_Int32 i, imax = xNodeList.is() ? xNodeList->getLength() : 0; in checkForUpdates() local168 for( i = 0; i < imax; ++i ) in checkForUpdates()215 imax = xNodeList.is() ? xNodeList->getLength() : 0; in checkForUpdates()216 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()