Searched refs:nStrIndex (Results 1 – 10 of 10) sorted by relevance
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 1024 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/control/ |
H A D | field2.cxx | 253 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 D | dbggui.cxx | 1370 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 D | charmapacc.cxx | 709 sal_Int32 nStrIndex = 0; in getAccessibleDescription() local 710 const sal_UCS4 c = aCharStr.iterateCodePoints( &nStrIndex ); in getAccessibleDescription()
|
/trunk/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 351 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 D | datefunc.hxx | 341 …::rtl::OUString GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( ::co…
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 1429 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/scaddins/source/analysis/ |
H A D | analysis.cxx | 138 STRING AnalysisAddIn::GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) THROWDEF_RTE in GetFuncDescrStr() argument 146 AnalysisFuncRes aSubRes( aRes, GetResMgr(), nStrIndex, aRet ); in GetFuncDescrStr()
|
H A D | analysis.hxx | 71 STRING GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) THROWDEF_RTE;
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 1126 sal_uInt16 nStrIndex; in DoAutoFilterMenue() local 1127 if (aStrings.Search(pNew,nStrIndex)) in DoAutoFilterMenue() 1128 nSelPos = nStrIndex; in DoAutoFilterMenue()
|
Completed in 120 milliseconds