/aoo41x/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 442 const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument 450 if ( nCount2 < 0 ) { in equals() 451 pos2 += nCount2; in equals() 452 nCount2 = -nCount2; in equals() 454 if ( !nCount1 || !nCount2 || in equals() 459 return !nCount1 && !nCount2 && pos1 == str1.getLength() && pos2 == str2.getLength(); in equals() 463 if ( pos2 + nCount2 > str2.getLength() ) in equals() 464 nCount2 = str2.getLength() - pos2; in equals() 467 return caseignore->equals(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2); in equals() 472 OUString tmpStr2 = folding(str2, pos2, nCount2, offset2); in equals() [all …]
|
H A D | textToPronounce_zh.cxx | 100 const OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2) in equals() argument 111 if (nCount2 + pos2 > str2.getLength()) in equals() 112 nCount2 = str2.getLength() - pos2; in equals() 114 realCount = ((nCount1 > nCount2) ? nCount2 : nCount1); in equals() 127 return (nCount1 == nCount2); in equals()
|
H A D | transliteration_caseignore.cxx | 113 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument 116 return (compare(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2) == 0); in equals() 143 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in compare() argument 153 #define NOT_END_OF_STR2 (nMatch2 < nCount2 || e2.current < e2.element.nmap) in compare() 157 … c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare()
|
H A D | transliteration_Ignore.cxx | 41 …const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) throw(RuntimeExcepti… in equals() argument 48 OUString s2 = this->folding( str2, pos2, nCount2, offset2); in equals()
|
/aoo41x/main/framework/inc/macros/ |
H A D | xtypeprovider.hxx | 158 sal_Int32 nCount2 = seqTypes2.getLength(); \ 159 …:com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqResult ( nCount1+nCount2 ); \ 169 while( nSource<nCount2 ) \ 209 sal_Int32 nCount2 = seqTypes2.getLength(); \ 210 …:com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqResult ( nCount1+nCount2 ); \ 220 while( nSource<nCount2 ) \
|
/aoo41x/main/xmloff/source/core/ |
H A D | PropertySetMerger.cxx | 227 const sal_Int32 nCount2 = aProps2.getLength(); in getProperties() local 229 Sequence< Property > aProperties( nCount1 + nCount2 ); in getProperties() 238 for( nIndex = 0; nIndex < nCount2; nIndex++ ) in getProperties()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgfontexport.cxx | 147 sal_Int32 nCount2 = 1; in implCollectGlyphs() local 152 nCount2, nCount2 ); in implCollectGlyphs()
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | uicategorydescription.cxx | 349 sal_uInt32 nCount2 = aGenericNameSeq.getLength(); in getAllIds() local 351 aNameSeq.realloc( nCount1 + nCount2 ); in getAllIds() 354 for ( sal_uInt32 i = 0; i < nCount2; i++ ) in getAllIds()
|
/aoo41x/main/i18npool/inc/ |
H A D | transliteration_caseignore.hxx | 48 const rtl::OUString& src2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) 66 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2)
|
H A D | textToPronounce_zh.hxx | 49 …l_Int32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMat…
|
H A D | transliteration_Numeric.hxx | 49 …l_Int32& nMatch1, const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
|
H A D | transliteration_OneToOne.hxx | 54 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_body.hxx | 56 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_commonclass.hxx | 87 …sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
|
/aoo41x/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 400 const sal_Int32 nCount2 = sal::static_int_cast< sal_Int32 >( maColumnInfos.size() ); in InitColumns() local 401 if( nCount1 < nCount2 ) in InitColumns() 402 mxColumns->insertByIndex( nCount1, nCount2 - nCount1 ); in InitColumns() 406 for( sal_Int32 nCol = 0; nCol < nCount2; nCol++ ) in InitColumns()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdetc.cxx | 150 sal_uIntPtr nCount2 = Count(); in UnloadOnDemand() local 151 sal_uIntPtr nIndex = nCount2-1; in UnloadOnDemand() 152 while( nIndex && nCount2 > nSize ) in UnloadOnDemand() 185 nCount2--; in UnloadOnDemand()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 242 sal_uInt32 nCount2 = Count(); in AddRow() local 245 for( i = 0; i < nCount2; ++i ) in AddRow() 387 sal_uInt32 nCount2 = Count(); in AddCell() local 390 for( i = 0; i < nCount2; ++i ) in AddCell()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 251 const String& rStr2, sal_Int32 nPos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) const in equals() argument 258 return xTrans->equals( rStr1, nPos1, nCount1, nMatch1, rStr2, nPos2, nCount2, nMatch2 ); in equals()
|
/aoo41x/main/sd/source/ui/framework/configuration/ |
H A D | Configuration.cxx | 392 const sal_Int32 nCount2 (aResources2.getLength()); in AreConfigurationsEquivalent() local 393 if (nCount != nCount2) in AreConfigurationsEquivalent()
|
/aoo41x/main/framework/source/uielement/ |
H A D | uicommanddescription.cxx | 526 sal_uInt32 nCount2 = aGenericNameSeq.getLength(); in getAllCommands() local 528 aNameSeq.realloc( nCount1 + nCount2 ); in getAllCommands() 531 for ( sal_uInt32 i = 0; i < nCount2; i++ ) in getAllCommands()
|
H A D | newmenucontroller.cxx | 288 const sal_uInt32 nCount2 = aIds.size(); in setAccelerators() local 289 for ( sal_uInt32 i = 0; i < nCount2; i++ ) in setAccelerators()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | command.cxx | 533 xub_StrLen nCount2 = sEnvironment2.GetTokenCount( cPathSeperator ); in Search() local 534 for ( xub_StrLen i=0; i<nCount2 && !bFound; i++ ) in Search()
|
/aoo41x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 485 sal_Int32 nX, nY, nCount2, nCount = 4; in ImplWriteProlog() local 489 nCount2 = 0; in ImplWriteProlog() 493 if ( !nCount2 ) in ImplWriteProlog() 497 nCount2 = 312; in ImplWriteProlog() 512 nCount2--; in ImplWriteProlog()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XTransliteration.idl | 244 @param nCount2 258 [in] string aStr2, [in] long nPos2, [in] long nCount2,
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 114 const String& rStr2, sal_Int32 nPos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) const;
|