Searched refs:nLocaleCount (Results 1 – 6 of 6) sorted by relevance
213 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in implHandleControlResourceProperties() local214 if( nLocaleCount == 0 ) in implHandleControlResourceProperties()255 for( sal_Int32 i = 0 ; i < nLocaleCount ; i++ ) in implHandleControlResourceProperties()295 for( sal_Int32 i = 0 ; i < nLocaleCount ; i++ ) in implHandleControlResourceProperties()319 for( sal_Int32 i = 0 ; i < nLocaleCount ; i++ ) in implHandleControlResourceProperties()355 for( sal_Int32 i = 0 ; i < nLocaleCount ; i++ ) in implHandleControlResourceProperties()390 for( sal_Int32 i = 0 ; i < nLocaleCount ; i++ ) in implHandleControlResourceProperties()707 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in handleAddLocales() local711 for( sal_Int32 i = 0 ; i < nLocaleCount ; i++ ) in handleAddLocales()740 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in handleRemoveLocales() local[all …]
793 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in SaveDialog() local794 if( nLocaleCount > 0 ) in SaveDialog()857 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in SaveDialog() local858 for( sal_Int32 iLocale = 0 ; iLocale < nLocaleCount ; iLocale++ ) in SaveDialog()
559 sal_Int32 nLocaleCount = m_aLocaleItemVector.size(); in removeLocale() local560 if( nLocaleCount > 1 ) in removeLocale()595 if( nLocaleCount == 1 ) in removeLocale()1425 sal_Int32 nLocaleCount = m_aLocaleItemVector.size(); in exportBinary() local1448 sal_Int16 nLocaleCount16 = (sal_Int16)nLocaleCount; in exportBinary()1455 sal_Int32 nDataPos = 6 + 4 * (nLocaleCount + 1); in exportBinary()1456 for( iLocale = 0; iLocale < nLocaleCount; iLocale++ ) in exportBinary()1471 for( iLocale = 0; iLocale < nLocaleCount; iLocale++ ) in exportBinary()1658 sal_Int32 nLocaleCount = aIn.readInt16(); in importBinary() local1663 for( sal_Int32 i = 0; i < nLocaleCount + 1; i++ ) in importBinary()[all …]
516 sal_Int32 nLocaleCount = aLocalEntries.getLength(); in ReadConfiguration() local517 aCompNames.realloc( nLocaleCount ); in ReadConfiguration()521 for ( sal_Int32 nLocale = 0; nLocale < nLocaleCount; nLocale++ ) in ReadConfiguration()
414 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in setPropertyValue() local432 for ( sal_Int32 iLocale = 0; iLocale < nLocaleCount; ++iLocale ) in setPropertyValue()477 for ( sal_Int32 iLocale = 0; iLocale < nLocaleCount; ++iLocale ) in setPropertyValue()
3609 sal_Int32 nLocaleCount = xLoc.getLength(); in ImpInitCurrencyTable() local3610 RTL_LOGFILE_CONTEXT_TRACE1( aTimeLog, "number of locales: %ld", nLocaleCount ); in ImpInitCurrencyTable()3615 for ( sal_Int32 nLocale = 0; nLocale < nLocaleCount; nLocale++ ) in ImpInitCurrencyTable()
Completed in 73 milliseconds