Home
last modified time | relevance | path

Searched refs:nCount2 (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx442 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 DtextToPronounce_zh.cxx100 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 Dtransliteration_caseignore.cxx113 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 Dtransliteration_Ignore.cxx41 …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()
/trunk/main/framework/inc/macros/
H A Dxtypeprovider.hxx158 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 ) \
/trunk/main/xmloff/source/core/
H A DPropertySetMerger.cxx227 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()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx147 sal_Int32 nCount2 = 1; in implCollectGlyphs() local
152 nCount2, nCount2 ); in implCollectGlyphs()
/trunk/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx349 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()
/trunk/main/xmloff/source/table/
H A DXMLTableImport.cxx400 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()
/trunk/main/i18npool/inc/
H A Dtransliteration_caseignore.hxx48 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 DtextToPronounce_zh.hxx49 …l_Int32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMat…
H A Dtransliteration_Numeric.hxx49 …l_Int32& nMatch1, const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
H A Dtransliteration_OneToOne.hxx54 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_body.hxx56 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_commonclass.hxx87 …sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
H A Dtransliteration_Ignore.hxx50 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx150 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()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx242 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()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx251 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()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfiguration.cxx392 const sal_Int32 nCount2 (aResources2.getLength()); in AreConfigurationsEquivalent() local
393 if (nCount != nCount2) in AreConfigurationsEquivalent()
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx526 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 Dnewmenucontroller.cxx288 const sal_uInt32 nCount2 = aIds.size(); in setAccelerators() local
289 for ( sal_uInt32 i = 0; i < nCount2; i++ ) in setAccelerators()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx485 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()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl245 @param nCount2
259 [in] string aStr2, [in] long nPos2, [in] long nCount2,
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx114 const String& rStr2, sal_Int32 nPos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) const;

Completed in 177 milliseconds

12