/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.hxx | 299 SwPosSize GetTxtSize( OutputDevice* pOut, const SwScriptInfo* pSI, 302 SwPosSize GetTxtSize() const; 303 void GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIdx, 306 inline SwPosSize GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIdx, 308 inline SwPosSize GetTxtSize( const XubString &rTxt ) const; 821 inline SwPosSize SwTxtSizeInfo::GetTxtSize( const XubString &rTxt ) const in GetTxtSize() function in SwTxtSizeInfo 823 return GetTxtSize( pOut, 0, rTxt, 0, rTxt.Len(), 0 ); in GetTxtSize() 826 inline SwPosSize SwTxtSizeInfo::GetTxtSize( const SwScriptInfo* pSI, in GetTxtSize() function in SwTxtSizeInfo 831 return GetTxtSize( pOut, pSI, *pTxt, nNewIdx, nNewLen, nCompress ); in GetTxtSize()
|
H A D | portxt.cxx | 533 nBlankSize = nHoleLen * rInf.GetTxtSize( ' ' ).Width(); in FormatEOL() 561 SwPosSize SwTxtPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwTxtPortion 563 return rInf.GetTxtSize(); in GetTxtSize() 813 SwPosSize SwTxtInputFldPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwTxtInputFldPortion 821 return rInf.GetTxtSize(); in GetTxtSize() 833 return rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth() 1014 SwPosSize aPosSize = rInf.GetTxtSize( aTxt ); in Format()
|
H A D | guess.cxx | 130 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nMaxLen, in Guess() 175 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nCutPos - rInf.GetIdx(), in Guess() 186 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nMaxLen, nMaxComp, in Guess() 472 SwPosSize aTmpSize = rInf.GetTxtSize( &rSI, nCutPos, in Guess() 513 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nPorLen, in Guess()
|
H A D | txthyph.cxx | 356 (SwPosSize&)(*pHyphPor) = pHyphPor->GetTxtSize( rInf ); in CreateHyphen() 372 (SwPosSize&)aHyphPor = aHyphPor.GetTxtSize( rInf ); in CreateHyphen() 455 PrtWidth( rInf.GetTxtSize( aTxt ).Width() ); in Format() 505 = rInf.GetTxtSize( '-' ).Width(); in GetViewWidth()
|
H A D | porlin.cxx | 172 *((SwPosSize*)this) = GetTxtSize( rInf ); in CalcTxtSize() 177 *((SwPosSize*)this) = GetTxtSize( aInf ); in CalcTxtSize() 296 SwPosSize SwLinePortion::GetTxtSize( const SwTxtSizeInfo & ) const in GetTxtSize() function in SwLinePortion
|
H A D | portxt.hxx | 49 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const; 75 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | txttab.cxx | 415 nMinimumTabWidth = aInf.GetTxtSize().Width(); in PreFormat() 629 const KSHORT nCharWidth = rInf.GetTxtSize( aTxt ).Width(); in Paint() 644 const KSHORT nCharWidth = rInf.GetTxtSize( aTxt ).Width(); in Paint()
|
H A D | porexp.cxx | 67 SwPosSize SwExpandPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwExpandPortion 70 return rInf.GetTxtSize(); in GetTxtSize()
|
H A D | porglue.cxx | 68 SwPosSize SwGluePortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwGluePortion 118 SwPosSize aBulletSize( rInf.GetTxtSize( aBullet ) ); in Paint()
|
H A D | inftxt.cxx | 439 SwPosSize SwTxtSizeInfo::GetTxtSize( OutputDevice* pOutDev, in GetTxtSize() function in SwTxtSizeInfo 459 SwPosSize SwTxtSizeInfo::GetTxtSize() const in GetTxtSize() function in SwTxtSizeInfo 484 void SwTxtSizeInfo::GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIndex, in GetTxtSize() function in SwTxtSizeInfo 917 aFontSize = rInf.GetTxtSize( aTmp ).SvLSize(); in lcl_DrawSpecial() 933 aFontSize = rInf.GetTxtSize( aTmp ).SvLSize(); in lcl_DrawSpecial()
|
H A D | itrcrsr.cxx | 120 pPor->GetTxtSize( rInf ).Width() : in lcl_GetCharRectInsideField() 127 nX2 = pPor->GetTxtSize( rInf ).Width(); in lcl_GetCharRectInsideField() 940 nX += pPor->GetTxtSize( aInf ).Width(); in _GetCharRect() 949 nTmp += pPor->GetTxtSize( aInf ).Width(); in _GetCharRect() 1105 nTmp = pPor->GetTxtSize( aInf ).Width(); in _GetCharRect()
|
H A D | porrst.cxx | 538 mnHalfCharWidth = rInf.GetTxtSize( aOutString ).Width() / 2; in Paint() 573 mnViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
|
H A D | porfld.cxx | 135 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth() 482 SwPosSize SwFldPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwFldPortion 485 SwPosSize aSize( SwExpandPortion::GetTxtSize( rInf ) ); in GetTxtSize()
|
H A D | porref.cxx | 73 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
|
H A D | portox.cxx | 75 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
|
H A D | porglue.hxx | 55 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | porexp.hxx | 40 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | pordrop.hxx | 93 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | porftn.hxx | 51 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | txtdrop.cxx | 426 SwPosSize SwDropPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwDropPortion 449 SwPosSize aPosSize( SwTxtPortion::GetTxtSize( rInf ) ); in GetTxtSize()
|
H A D | porfld.hxx | 111 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | porlin.hxx | 166 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | porfly.cxx | 94 SetBlankWidth( rInf.GetTxtSize( ' ' ).Width() ); in Format()
|
/aoo41x/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 309 sal_uIntPtr nWidth = rFnt.GetTxtSize( _pPrinter, aText, nStart, nEnd-nStart ). in CalcTextSize() 748 nStartBracketWidth = rFont.GetTxtSize( pPrinter, sBracket ).Width(); in Paint() 753 nEndBracketWidth = rFont.GetTxtSize( pPrinter, sBracket ).Width(); in Paint()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | svxfont.hxx | 98 Size GetTxtSize( const OutputDevice *pOut, const String &rTxt,
|