/aoo41x/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 441 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 D | textToPronounce_zh.cxx | 99 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 D | transliteration_caseignore.cxx | 112 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 D | transliteration_Ignore.cxx | 40 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()
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8StructBase.cxx | 115 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()
|
/aoo41x/main/framework/inc/macros/ |
H A D | xtypeprovider.hxx | 157 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 ) \
|
/aoo41x/main/xmloff/source/core/ |
H A D | PropertySetMerger.cxx | 223 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()
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | uicategorydescription.cxx | 348 sal_uInt32 nCount1 = aNameSeq.getLength(); in getAllIds() local 351 aNameSeq.realloc( nCount1 + nCount2 ); in getAllIds() 355 pNameSeq[nCount1+i] = pGenericSeq[i]; in getAllIds()
|
/aoo41x/main/i18npool/inc/ |
H A D | transliteration_caseignore.hxx | 47 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 D | textToPronounce_zh.hxx | 49 …equals( const rtl::OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const …
|
H A D | transliteration_Numeric.hxx | 49 …equals( const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const …
|
H A D | transliteration_OneToOne.hxx | 53 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
H A D | transliteration_body.hxx | 55 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
H A D | transliteration_commonclass.hxx | 87 …equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const rt…
|
H A D | transliteration_Ignore.hxx | 49 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
H A D | transliterationImpl.hxx | 96 virtual sal_Bool SAL_CALL equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1,
|
/aoo41x/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 399 const sal_Int32 nCount1 = mxColumns->getCount(); in InitColumns() local 401 if( nCount1 < nCount2 ) in InitColumns() 402 mxColumns->insertByIndex( nCount1, nCount2 - nCount1 ); in InitColumns()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 250 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()
|
/aoo41x/main/framework/source/uielement/ |
H A D | uicommanddescription.cxx | 525 sal_uInt32 nCount1 = aNameSeq.getLength(); in getAllCommands() local 528 aNameSeq.realloc( nCount1 + nCount2 ); in getAllCommands() 532 pNameSeq[nCount1+i] = pGenericSeq[i]; in getAllCommands()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | resultsetmetadata.cxx | 440 sal_Int32 nCount1 = aProps.getLength(); in getColumnType() local 448 for ( sal_Int32 m = 0; m < nCount1; ++m ) in getColumnType()
|
/aoo41x/main/svl/source/items/ |
H A D | itemset.cxx | 1667 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 ==()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XTransliteration.idl | 232 @param nCount1 256 boolean equals( [in] string aStr1, [in] long nPos1, [in] long nCount1,
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 113 const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 1686 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()
|
/aoo41x/main/stoc/source/inspect/ |
H A D | introspection.cxx | 1543 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 ()()
|