Lines Matching refs:nIdx

206 	const xub_StrLen nIdx;  member in SvxDoCapitals
212 : pOut(_pOut), rTxt(_rTxt), nIdx(_nIdx), nLen(_nLen) in SvxDoCapitals()
218 const xub_StrLen nIdx, const xub_StrLen nLen,
223 xub_StrLen GetIdx() const { return nIdx; } in GetIdx()
243 const xub_StrLen nIdx = rDo.GetIdx(); in DoOnCapitals() local
271 aCharString = rTxt.GetChar( nPos + nIdx ); in DoOnCapitals()
286 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos-nOldPos); in DoOnCapitals()
293 rDo.Do( aTxt, nIdx + nOldPos, nPos-nOldPos, sal_True ); in DoOnCapitals()
307 aCharString = rTxt.GetChar( nPos + nIdx ); in DoOnCapitals()
316 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals()
323 rDo.Do( aTxt, nIdx + nOldPos, nPos-nOldPos, sal_False ); in DoOnCapitals()
330 aCharString = rTxt.GetChar( nPos + nIdx ); in DoOnCapitals()
341 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals()
348 rDo.Do( aTxt, nIdx + nOldPos, nPos - nOldPos, sal_False ); in DoOnCapitals()
397 const xub_StrLen nIdx, const xub_StrLen nLen ) const in GetPhysTxtSize() argument
400 return Size( pOut->GetTextWidth( rTxt, nIdx, nLen ), in GetPhysTxtSize()
406 aTxtSize.setWidth( pOut->GetTextWidth( rTxt, nIdx, nLen ) ); in GetPhysTxtSize()
418 const XubString aSnippet(rTxt, nIdx, nLen); in GetPhysTxtSize()
424 nWidth = pOut->GetTextWidth( aNewText, nIdx, nLen ); in GetPhysTxtSize()
455 const sal_uInt16 nIdx, const sal_uInt16 nLen, sal_Int32* pDXArray ) const in QuickGetTextSize() argument
458 return Size( pOut->GetTextArray( rTxt, pDXArray, nIdx, nLen ), in QuickGetTextSize()
464 aTxtSize.setWidth( pOut->GetTextArray( rTxt, pDXArray, nIdx, nLen ) ); in QuickGetTextSize()
467 pDXArray, nIdx, nLen ) ); in QuickGetTextSize()
489 const xub_StrLen nIdx, const xub_StrLen nLen ) in GetTxtSize() argument
498 aTxtSize = GetCapitalSize( pOut, rTxt, nIdx, nTmp ); in GetTxtSize()
500 else aTxtSize = GetPhysTxtSize(pOut,rTxt,nIdx,nTmp); in GetTxtSize()
511 const xub_StrLen nIdx, const xub_StrLen nLen ) const in DrawText() argument
526 DrawCapital( pOut, aPos, rTxt, nIdx, nTmp ); in DrawText()
529 Size aSize = GetPhysTxtSize( pOut, rTxt, nIdx, nTmp ); in DrawText()
532 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nTmp ); in DrawText()
535 nIdx, nTmp ); in DrawText()
542 const xub_StrLen nIdx, const xub_StrLen nLen, const sal_Int32* pDXArray ) const in QuickDrawText() argument
547 pOut->DrawTextArray( rPos, rTxt, pDXArray, nIdx, nLen ); in QuickDrawText()
568 DrawCapital( pOut, aPos, rTxt, nIdx, nLen ); in QuickDrawText()
574 Size aSize = GetPhysTxtSize( pOut, rTxt, nIdx, nLen ); in QuickDrawText()
577 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nLen ); in QuickDrawText()
579 pOut->DrawStretchText( aPos, aSize.Width(), CalcCaseMap( rTxt ), nIdx, nLen ); in QuickDrawText()
584 pOut->DrawTextArray( aPos, rTxt, pDXArray, nIdx, nLen ); in QuickDrawText()
586 pOut->DrawTextArray( aPos, CalcCaseMap( rTxt ), pDXArray, nIdx, nLen ); in QuickDrawText()
595 const xub_StrLen nIdx, const xub_StrLen nLen ) const in DrawPrev() argument
621 DrawCapital( pOut, aPos, rTxt, nIdx, nTmp ); in DrawPrev()
624 Size aSize = GetPhysTxtSize( pPrinter, rTxt, nIdx, nTmp ); in DrawPrev()
627 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nTmp ); in DrawPrev()
638 const XubString aSnippet(rTxt, nIdx, nTmp); in DrawPrev()
645 pOut->DrawStretchText( aPos, aSize.Width(), CalcCaseMap( rTxt ), nIdx, nTmp ); in DrawPrev()
694 virtual void Do( const XubString &rTxt, const xub_StrLen nIdx,
730 const xub_StrLen nIdx, const xub_StrLen nLen) const in GetCapitalSize() argument
733 SvxDoGetCapitalSize aDo( (SvxFont *)this, pOut, rTxt, nIdx, nLen, nKern ); in GetCapitalSize()
770 virtual void Do( const XubString &rTxt, const xub_StrLen nIdx,
845 const xub_StrLen nIdx, const xub_StrLen nLen ) const in DrawCapital() argument
847 SvxDoDrawCapital aDo( (SvxFont *)this,pOut,rTxt,nIdx,nLen,rPos,nKern ); in DrawCapital()