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.cxx439 const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument
446 if ( nCount2 < 0 ) { in equals()
447 pos2 += nCount2; in equals()
448 nCount2 = -nCount2; in equals()
450 if ( !nCount1 || !nCount2 || in equals()
455 return !nCount1 && !nCount2 && pos1 == str1.getLength() && pos2 == str2.getLength(); in equals()
459 if ( pos2 + nCount2 > str2.getLength() ) in equals()
460 nCount2 = str2.getLength() - pos2; in equals()
463 return caseignore->equals(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2); in equals()
468 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
110 if (nCount2 + pos2 > str2.getLength()) in equals()
111 nCount2 = str2.getLength() - pos2; in equals()
113 realCount = ((nCount1 > nCount2) ? nCount2 : nCount1); in equals()
126 return (nCount1 == nCount2); in equals()
H A Dtransliteration_caseignore.cxx111 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument
113 return (compare(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2) == 0); in equals()
138 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in compare() argument
147 #define NOT_END_OF_STR2 (nMatch2 < nCount2 || e2.current < e2.element.nmap) in compare()
151 … 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 ) 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.ge…
159 …ar::uno::Sequence< ::com::sun::star::uno::Type > seqResult ( nCount1+nCount2 ); …
169 …while( nSource<nCount2 ) …
209 …sal_Int32 nCount2 = seqTypes2.ge…
210 …ar::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.cxx339 sal_uInt32 nCount2 = aGenericNameSeq.getLength(); in getAllIds() local
341 aNameSeq.realloc( nCount1 + nCount2 ); in getAllIds()
344 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.hxx46 const rtl::OUString& src2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2);
61 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2);
H A DtextToPronounce_zh.hxx48 …l_Int32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMat…
H A Dtransliteration_Numeric.hxx45 …l_Int32& nMatch1, const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
H A Dtransliteration_body.hxx53 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 );
H A Dtransliteration_OneToOne.hxx50 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 );
H A Dtransliteration_commonclass.hxx76 …sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
H A Dtransliteration_Ignore.hxx49 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.cxx383 const sal_Int32 nCount2 (aResources2.getLength()); in AreConfigurationsEquivalent() local
384 if (nCount != nCount2) in AreConfigurationsEquivalent()
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx516 sal_uInt32 nCount2 = aGenericNameSeq.getLength(); in getAllCommands() local
518 aNameSeq.realloc( nCount1 + nCount2 ); in getAllCommands()
521 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;

12