Home
last modified time | relevance | path

Searched refs:nStrIndex (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1024 for( sal_Int32 nStrIndex = 0; nStrIndex < rMissingCodes.getLength(); ) in Substitute() local
1027 const sal_uInt32 nCode = rMissingCodes.iterateCodePoints( &nStrIndex ); in Substitute()
1092 for( sal_Int32 nStrIndex = 0; nStrIndex < rMissingCodes.getLength(); ) in Substitute() local
1095 const sal_uInt32 nCode = rMissingCodes.iterateCodePoints( &nStrIndex ); in Substitute()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1429 sal_Int32 nStrIndex = 0; in GetGlyphFallbackFont() local
1430 while( nStrIndex < rMissingCodes.getLength() ) in GetGlyphFallbackFont()
1432 cChar = rMissingCodes.iterateCodePoints( &nStrIndex ); in GetGlyphFallbackFont()
1446 while( nStrIndex < rMissingCodes.getLength() ) in GetGlyphFallbackFont()
1448 cChar = rMissingCodes.iterateCodePoints( &nStrIndex ); in GetGlyphFallbackFont()
1470 if( nStrIndex >= aOldMissingCodes.getLength() ) in GetGlyphFallbackFont()
1472 cChar = aOldMissingCodes.iterateCodePoints( &nStrIndex ); in GetGlyphFallbackFont()
1477 for( nStrIndex = 0; nStrIndex < rMissingCodes.getLength(); ) in GetGlyphFallbackFont()
1479 cChar = rMissingCodes.iterateCodePoints( &nStrIndex ); in GetGlyphFallbackFont()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx1126 sal_uInt16 nStrIndex; in DoAutoFilterMenue() local
1127 if (aStrings.Search(pNew,nStrIndex)) in DoAutoFilterMenue()
1128 nSelPos = nStrIndex; in DoAutoFilterMenue()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx351 OUString ScaDateAddIn::GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( uno::Runti… in GetFuncDescrStr() argument
360 ScaFuncRes aSubRes( aResId, GetResMgr(), nStrIndex, aRet ); in GetFuncDescrStr()
H A Ddatefunc.hxx341 …::rtl::OUString GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( ::co…
/trunk/main/vcl/source/control/
H A Dfield2.cxx253 xub_StrLen nStrIndex = 0; in ImplPatternReformat() local
259 if ( nStrIndex >= aStr.Len() ) in ImplPatternReformat()
262 cChar = aStr.GetChar(nStrIndex); in ImplPatternReformat()
273 nStrIndex++; in ImplPatternReformat()
285 nStrIndex++; in ImplPatternReformat()
301 nStrIndex++; in ImplPatternReformat()
307 nStrIndex++; in ImplPatternReformat()
331 nStrIndex++; in ImplPatternReformat()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1370 sal_uInt16 nStrIndex = 0; in SetInfoText() local
1374 nFoundIndex = aStr.Search( _LF, nStrIndex ); in SetInfoText()
1375 XubString aTextParagraph = aStr.Copy( nStrIndex, nFoundIndex-nStrIndex ); in SetInfoText()
1407 nStrIndex = nFoundIndex+1; in SetInfoText()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx709 sal_Int32 nStrIndex = 0; in getAccessibleDescription() local
710 const sal_UCS4 c = aCharStr.iterateCodePoints( &nStrIndex ); in getAccessibleDescription()
/trunk/main/scaddins/source/analysis/
H A Danalysis.hxx71 STRING GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) THROWDEF_RTE;
H A Danalysis.cxx138 STRING AnalysisAddIn::GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) THROWDEF_RTE in GetFuncDescrStr() argument
146 AnalysisFuncRes aSubRes( aRes, GetResMgr(), nStrIndex, aRet ); in GetFuncDescrStr()

Completed in 144 milliseconds