Searched refs:SwPosSize (Results 1 – 21 of 21) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | possiz.hxx | 31 class SwPosSize class 36 inline SwPosSize( const KSHORT nW = 0, const KSHORT nH = 0 ) in SwPosSize() function in SwPosSize 38 inline SwPosSize( const Size &rSize ) in SwPosSize() function in SwPosSize 48 inline SwPosSize &operator=( const SwPosSize &rSize ); 49 inline SwPosSize &operator=( const Size &rSize ); 52 inline SwPosSize &SwPosSize::operator=(const SwPosSize &rSize ) in operator =() 59 inline void SwPosSize::SvLSize( const Size &rSize ) in SvLSize() 65 inline void SwPosSize::SvXSize( const Size &rSize ) in SvXSize() 71 inline SwPosSize &SwPosSize::operator=( const Size &rSize ) in operator =()
|
H A D | porlin.hxx | 64 class SwLinePortion: public SwPosSize 98 inline const SwPosSize &PrtSize() const { return *this; } in PrtSize() 166 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const; 204 *(SwPosSize*)this = rPortion; in operator =() 220 SwPosSize( rPortion ), in SwLinePortion()
|
H A D | porglue.cxx | 68 SwPosSize SwGluePortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() 71 return SwPosSize(*this); in GetTxtSize() 73 return SwPosSize( (Width() / GetLen()) * rInf.GetLen(), Height() ); in GetTxtSize() 118 SwPosSize aBulletSize( rInf.GetTxtSize( aBullet ) ); in Paint()
|
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() 300 return SwPosSize(); in GetTxtSize()
|
H A D | inftxt.hxx | 299 SwPosSize GetTxtSize( OutputDevice* pOut, const SwScriptInfo* pSI, 302 SwPosSize GetTxtSize() const; 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() 826 inline SwPosSize SwTxtSizeInfo::GetTxtSize( const SwScriptInfo* pSI, in GetTxtSize()
|
H A D | portxt.hxx | 49 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const; 75 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | portxt.cxx | 561 SwPosSize SwTxtPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() 813 SwPosSize SwTxtInputFldPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() 818 return SwPosSize( 0, 0 ); in GetTxtSize() 1014 SwPosSize aPosSize = rInf.GetTxtSize( aTxt ); in Format()
|
H A D | txthyph.cxx | 356 (SwPosSize&)(*pHyphPor) = pHyphPor->GetTxtSize( rInf ); in CreateHyphen() 372 (SwPosSize&)aHyphPor = aHyphPor.GetTxtSize( rInf ); in CreateHyphen()
|
H A D | inftxt.cxx | 439 SwPosSize SwTxtSizeInfo::GetTxtSize( OutputDevice* pOutDev, in GetTxtSize() 451 SwPosSize aSize = pFnt->_GetTxtSize( aDrawInf ); in GetTxtSize() 459 SwPosSize SwTxtSizeInfo::GetTxtSize() const in GetTxtSize() 493 SwPosSize aSize = pFnt->_GetTxtSize( aDrawInf ); in GetTxtSize()
|
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 | porrst.hxx | 126 inline SwHangingPortion( SwPosSize aSize ) : nInnerWidth( aSize.Width() ) in SwHangingPortion()
|
H A D | txtdrop.cxx | 426 SwPosSize SwDropPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() 449 SwPosSize aPosSize( SwTxtPortion::GetTxtSize( rInf ) ); in GetTxtSize()
|
H A D | porexp.cxx | 67 SwPosSize SwExpandPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize()
|
H A D | porfld.hxx | 111 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
|
H A D | porfld.cxx | 482 SwPosSize SwFldPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize() 485 SwPosSize aSize( SwExpandPortion::GetTxtSize( rInf ) ); in GetTxtSize()
|
H A D | guess.cxx | 472 SwPosSize aTmpSize = rInf.GetTxtSize( &rSI, nCutPos, in Guess()
|
H A D | pormulti.cxx | 436 SwPosSize aSize = rInf.GetTxtSize( aStr ); in FormatBrackets() 460 SwPosSize aSize = rInf.GetTxtSize( aStr ); in FormatBrackets()
|
H A D | txtftn.cxx | 1489 SwPosSize SwFtnPortion::GetTxtSize( const SwTxtSizeInfo &rInfo ) const in GetTxtSize()
|
Completed in 133 milliseconds