Home
last modified time | relevance | path

Searched refs:nCount1 (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx441 const OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument
446 if ( nCount1 < 0 ) { in equals()
447 pos1 += nCount1; in equals()
448 nCount1 = -nCount1; in equals()
454 if ( !nCount1 || !nCount2 || in equals()
459 return !nCount1 && !nCount2 && pos1 == str1.getLength() && pos2 == str2.getLength(); in equals()
461 if ( pos1 + nCount1 > str1.getLength() ) in equals()
462 nCount1 = str1.getLength() - pos1; in equals()
467 return caseignore->equals(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2); in equals()
471 OUString tmpStr1 = folding(str1, pos1, nCount1, offset1); in equals()
[all …]
H A DtextToPronounce_zh.cxx99 TextToPronounce_zh::equals( const OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & n… in equals() argument
108 if (nCount1 + pos1 > str1.getLength()) in equals()
109 nCount1 = str1.getLength() - pos1; in equals()
114 realCount = ((nCount1 > nCount2) ? nCount2 : nCount1); in equals()
127 return (nCount1 == nCount2); in equals()
H A Dtransliteration_caseignore.cxx112 const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument
116 return (compare(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2) == 0); in equals()
142 const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in compare() argument
152 #define NOT_END_OF_STR1 (nMatch1 < nCount1 || e1.current < e1.element.nmap) in compare()
156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare()
H A Dtransliteration_Ignore.cxx40 transliteration_Ignore::equals(const OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& … in equals() argument
47 OUString s1 = this->folding( str1, pos1, nCount1, offset1); in equals()
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx115 sal_uInt32 nCount1 = nCount; in getString() local
118 nCount1 = (getCount() - nOffset) / 2; in getString()
121 if (nCount1 > 0) in getString()
123 Sequence aSeq(mSequence, nOffset, nCount1 * 2); in getString()
128 nCount1); in getString()
/trunk/main/framework/inc/macros/
H A Dxtypeprovider.hxx157 sal_Int32 nCount1 = seqTypes1.getLength(); \
159 …static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqResult ( nCount1+nCount2 …
162 while( nSource<nCount1 ) \
208 sal_Int32 nCount1 = seqTypes1.getLength(); \
210 …static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > seqResult ( nCount1+nCount2 …
213 while( nSource<nCount1 ) \
/trunk/main/xmloff/source/core/
H A DPropertySetMerger.cxx223 const sal_Int32 nCount1 = aProps1.getLength(); in getProperties() local
229 Sequence< Property > aProperties( nCount1 + nCount2 ); in getProperties()
235 for( nIndex = 0; nIndex < nCount1; nIndex++ ) in getProperties()
/trunk/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx348 sal_uInt32 nCount1 = aNameSeq.getLength(); in getAllIds() local
351 aNameSeq.realloc( nCount1 + nCount2 ); in getAllIds()
355 pNameSeq[nCount1+i] = pGenericSeq[i]; in getAllIds()
/trunk/main/xmloff/source/table/
H A DXMLTableImport.cxx399 const sal_Int32 nCount1 = mxColumns->getCount(); in InitColumns() local
401 if( nCount1 < nCount2 ) in InitColumns()
402 mxColumns->insertByIndex( nCount1, nCount2 - nCount1 ); in InitColumns()
/trunk/main/i18npool/inc/
H A Dtransliteration_caseignore.hxx47 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
65 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A DtextToPronounce_zh.hxx49 …equals( const rtl::OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const …
H A Dtransliteration_Numeric.hxx49 …equals( const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const …
H A Dtransliteration_OneToOne.hxx53 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A Dtransliteration_body.hxx55 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A Dtransliteration_commonclass.hxx87 …equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const rt…
H A Dtransliteration_Ignore.hxx49 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A DtransliterationImpl.hxx96 virtual sal_Bool SAL_CALL equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1,
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx250 const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument
258 return xTrans->equals( rStr1, nPos1, nCount1, nMatch1, rStr2, nPos2, nCount2, nMatch2 ); in equals()
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx525 sal_uInt32 nCount1 = aNameSeq.getLength(); in getAllCommands() local
528 aNameSeq.realloc( nCount1 + nCount2 ); in getAllCommands()
532 pNameSeq[nCount1+i] = pGenericSeq[i]; in getAllCommands()
/trunk/main/svl/source/items/
H A Ditemset.cxx1667 sal_uInt16 nCount1 = TotalCount(); in operator ==() local
1669 if ( nCount1 != nCount2 ) in operator ==()
1699 if ( 0 == memcmp( _aItems, rCmp._aItems, nCount1 * sizeof(_aItems[0]) ) ) in operator ==()
1705 for ( sal_uInt16 nPos = 0; nPos < nCount1; ++nPos ) in operator ==()
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx440 sal_Int32 nCount1 = aProps.getLength(); in getColumnType() local
448 for ( sal_Int32 m = 0; m < nCount1; ++m ) in getColumnType()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl233 @param nCount1
257 boolean equals( [in] string aStr1, [in] long nPos1, [in] long nCount1,
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx113 const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1,
/trunk/main/tools/source/generic/
H A Dpoly.cxx1686 const sal_uInt16 nCount1 = mpImplPolygon->mnPoints - 1; in GetSignedArea() local
1688 for( sal_uInt16 i = 0; i < nCount1; ) in GetSignedArea()
1695 const Point& rPt = mpImplPolygon->mpPointAry[ nCount1 ]; in GetSignedArea()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1543 sal_Int32 nCount1 = rObj1.aIdlClasses.getLength(); in operator ()() local
1545 if( nCount1 != nCount2 ) in operator ()()
1550 return memcmp( pRefs1, pRefs2, nCount1 * sizeof( Reference<XIdlClass> ) ) == 0; in operator ()()

Completed in 114 milliseconds

12