Home
last modified time | relevance | path

Searched refs:SwPosSize (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpossiz.hxx31 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 Dporlin.hxx64 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 Dporglue.cxx68 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 Dporlin.cxx172 *((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 Dinftxt.hxx299 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 Dportxt.hxx49 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
75 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dportxt.cxx561 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 Dtxthyph.cxx356 (SwPosSize&)(*pHyphPor) = pHyphPor->GetTxtSize( rInf ); in CreateHyphen()
372 (SwPosSize&)aHyphPor = aHyphPor.GetTxtSize( rInf ); in CreateHyphen()
H A Dinftxt.cxx442 SwPosSize SwTxtSizeInfo::GetTxtSize( OutputDevice* pOutDev, in GetTxtSize()
454 SwPosSize aSize = pFnt->_GetTxtSize( aDrawInf ); in GetTxtSize()
462 SwPosSize SwTxtSizeInfo::GetTxtSize() const in GetTxtSize()
496 SwPosSize aSize = pFnt->_GetTxtSize( aDrawInf ); in GetTxtSize()
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 Dporrst.hxx126 inline SwHangingPortion( SwPosSize aSize ) : nInnerWidth( aSize.Width() ) in SwHangingPortion()
H A Dtxtdrop.cxx426 SwPosSize SwDropPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize()
449 SwPosSize aPosSize( SwTxtPortion::GetTxtSize( rInf ) ); in GetTxtSize()
H A Dporexp.cxx67 SwPosSize SwExpandPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize()
H A Dporfld.hxx111 virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
H A Dporfld.cxx481 SwPosSize SwFldPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize()
484 SwPosSize aSize( SwExpandPortion::GetTxtSize( rInf ) ); in GetTxtSize()
H A Dguess.cxx472 SwPosSize aTmpSize = rInf.GetTxtSize( &rSI, nCutPos, in Guess()
H A Dpormulti.cxx436 SwPosSize aSize = rInf.GetTxtSize( aStr ); in FormatBrackets()
460 SwPosSize aSize = rInf.GetTxtSize( aStr ); in FormatBrackets()
H A Dtxtftn.cxx1489 SwPosSize SwFtnPortion::GetTxtSize( const SwTxtSizeInfo &rInfo ) const in GetTxtSize()

Completed in 98 milliseconds