Home
last modified time | relevance | path

Searched refs:GetTxtSize (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sw/source/core/text/
H A Dinftxt.hxx299 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 Dportxt.cxx533 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 Dguess.cxx130 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 Dtxthyph.cxx356 (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 Dporlin.cxx172 *((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 Dportxt.hxx49 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
75 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dtxttab.cxx415 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 Dporexp.cxx67 SwPosSize SwExpandPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwExpandPortion
70 return rInf.GetTxtSize(); in GetTxtSize()
H A Dporglue.cxx68 SwPosSize SwGluePortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwGluePortion
118 SwPosSize aBulletSize( rInf.GetTxtSize( aBullet ) ); in Paint()
H A Dinftxt.cxx442 SwPosSize SwTxtSizeInfo::GetTxtSize( OutputDevice* pOutDev, in GetTxtSize() function in SwTxtSizeInfo
462 SwPosSize SwTxtSizeInfo::GetTxtSize() const in GetTxtSize() function in SwTxtSizeInfo
487 void SwTxtSizeInfo::GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIndex, in GetTxtSize() function in SwTxtSizeInfo
923 aFontSize = rInf.GetTxtSize( aTmp ).SvLSize(); in lcl_DrawSpecial()
939 aFontSize = rInf.GetTxtSize( aTmp ).SvLSize(); in lcl_DrawSpecial()
H A Ditrcrsr.cxx120 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 Dporrst.cxx538 mnHalfCharWidth = rInf.GetTxtSize( aOutString ).Width() / 2; in Paint()
573 mnViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
H A Dporfld.cxx134 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
481 SwPosSize SwFldPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwFldPortion
484 SwPosSize aSize( SwExpandPortion::GetTxtSize( rInf ) ); in GetTxtSize()
H A Dporref.cxx73 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
H A Dportox.cxx75 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
H A Dporglue.hxx55 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dporexp.hxx40 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dpordrop.hxx93 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dporftn.hxx51 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dtxtdrop.cxx426 SwPosSize SwDropPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() function in SwDropPortion
449 SwPosSize aPosSize( SwTxtPortion::GetTxtSize( rInf ) ); in GetTxtSize()
H A Dporfld.hxx111 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dporlin.hxx166 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dporfly.cxx94 SetBlankWidth( rInf.GetTxtSize( ' ' ).Width() ); in Format()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx309 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()
/trunk/main/editeng/inc/editeng/
H A Dsvxfont.hxx98 Size GetTxtSize( const OutputDevice *pOut, const String &rTxt,

Completed in 102 milliseconds

12