Home
last modified time | relevance | path

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

12

/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/filter/source/msfilter/
H A Dsvdfppt.cxx2271 sal_uInt16 nCount2 = 0; in ReadFontCollection() local
2362 pFonts->C40_INSERT( PptFontEntityAtom, pFont, nCount2++ ); in ReadFontCollection()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx147 sal_Int32 nCount2 = 1; in implCollectGlyphs() local
152 nCount2, nCount2 ); in implCollectGlyphs()
H A Dsvgwriter.cxx1420 … for( sal_uInt32 k = 0, nCount2 = aGDIMetaFile.GetActionCount(); ( k < nCount2 ) && !bFound; ++k ) in ImplWriteActions() local
/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/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/framework/source/uielement/
H A Dnewmenucontroller.cxx288 const sal_uInt32 nCount2 = aIds.size(); in setAccelerators() local
289 for ( sal_uInt32 i = 0; i < nCount2; i++ ) in setAccelerators()
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()
/trunk/main/i18npool/inc/
H A DtextToPronounce_zh.hxx49 …l_Int32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMat…
H A DtransliterationImpl.hxx97 …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 )
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_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 Dtransliteration_commonclass.hxx87 …sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
/trunk/main/i18npool/source/transliteration/
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 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 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()
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()
/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/sc/source/filter/xml/
H A Dxmlexprt.cxx2601 sal_uInt32 nCount2(0); in _ExportAutoStyles() local
2607 ++nCount2; in _ExportAutoStyles()
2610 if(nCount2 > nCount) in _ExportAutoStyles()
2611 … GetProgressBarHelper()->SetReference(GetProgressBarHelper()->GetReference() + nCount2 - nCount); in _ExportAutoStyles()
/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/stoc/source/inspect/
H A Dintrospection.cxx1544 sal_Int32 nCount2 = rObj2.aIdlClasses.getLength(); in operator ()() local
1545 if( nCount1 != nCount2 ) in operator ()()
/trunk/main/svl/source/items/
H A Ditemset.cxx1668 sal_uInt16 nCount2 = rCmp.TotalCount(); in operator ==() local
1669 if ( nCount1 != nCount2 ) in operator ==()

Completed in 169 milliseconds

12