Home
last modified time | relevance | path

Searched refs:PrtWidth (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/sw/source/core/text/
H A Dtxttab.cxx417 PrtWidth( nMinimumTabWidth ); in PreFormat()
423 rInf.Width() <= rInf.X() + PrtWidth(); in PreFormat()
446 bFull = rInf.Width() <= rInf.X() + PrtWidth(); in PreFormat()
473 SetFixWidth( PrtWidth() ); in PreFormat()
489 SetFixWidth( PrtWidth() ); in PreFormat()
552 PrtWidth( nAdjDiff ); in PostFormat()
557 rInf.X( rInf.X() + PrtWidth() - nOldWidth ); in PostFormat()
559 SetFixWidth( PrtWidth() ); in PostFormat()
583 const KSHORT nTmpWidth = PrtWidth(); in Paint()
584 ((SwTabPortion*)this)->PrtWidth( GetFixWidth() ); in Paint()
[all …]
H A Dporlin.cxx286 if( nOfst > ( PrtWidth() / 2 ) ) in GetCrsrOfst()
331 const KSHORT nNewWidth = static_cast<sal_uInt16>(rInf.X() + PrtWidth()); in Format()
334 if( rInf.Width() <= nNewWidth && PrtWidth() && ! IsKernPortion() ) in Format()
338 PrtWidth( nNewWidth - rInf.Width() ); in Format()
367 SwTwips nTmp = PrtWidth() + CalcSpacing( rInf.GetSpaceAdd(), rInf ); in Move()
383 rInf.Y( rInf.Y() + ( bB2T ? -PrtWidth() : PrtWidth() ) ); in Move()
385 rInf.X( rInf.X() - PrtWidth() ); in Move()
387 rInf.X( rInf.X() + PrtWidth() ); in Move()
H A Dporfly.cxx75 PrtWidth( static_cast<sal_uInt16>(Fix() - rInf.X() + PrtWidth()) ); in Format()
98 const sal_uInt16 nNewWidth = static_cast<sal_uInt16>(rInf.X() + PrtWidth()); in Format()
104 PrtWidth( nNewWidth - rInf.Width() ); in Format()
105 SetFixWidth( PrtWidth() ); in Format()
117 sal_Bool bFull = rInf.Width() < rInf.X() + PrtWidth(); in Format()
H A Dporglue.cxx48 PrtWidth( nFixWidth ); in SwGluePortion()
158 AddPrtWidth( pVictim->PrtWidth() ); in Join()
269 if( bNoMove || pPrev->PrtWidth() >= nRightGlue || in AdjustRight()
279 nRightGlue = nRightGlue - pPrev->PrtWidth(); in AdjustRight()
283 pRight->MoveGlue( pLeft, short( pPrev->PrtWidth() ) ); in AdjustRight()
H A Dtxthyph.cxx189 if( pCurr->PrtWidth() && pCurr->GetLen() ) in Hyphenate()
455 PrtWidth( rInf.GetTxtSize( aTxt ).Width() ); in Format()
456 const sal_Bool bFull = rInf.Width() <= rInf.X() + PrtWidth(); in Format()
621 rInf.X( rInf.X() - PrtWidth() ); in FormatEOL()
H A Ditradj.cxx575 KSHORT nPrtWidth = pCurrent->PrtWidth(); in CalcRightMargin()
608 pRight->PrtWidth( KSHORT( nRealWidth - nPrtWidth ) ); in CalcRightMargin()
618 pCurrent->PrtWidth( KSHORT( nRealWidth ) ); in CalcRightMargin()
765 const KSHORT nCurrWidth = pCurr->PrtWidth(); in CalcFlyPortion()
H A Dporglue.hxx102 if( nFixWidth > PrtWidth() ) in AdjFixWidth()
103 nFixWidth = PrtWidth(); in AdjFixWidth()
H A Ditrcrsr.cxx651 nX += pPor->PrtWidth() + in _GetCharRect()
673 nX += pPor->PrtWidth(); in _GetCharRect()
923 if ( pPor->PrtWidth() ) in _GetCharRect()
993 nX += pPor->PrtWidth() + in _GetCharRect()
1012 nX += pPor->PrtWidth(); in _GetCharRect()
1075 if( bWidth && pPor->PrtWidth() && pPor->GetLen() && in _GetCharRect()
H A Dporlin.hxx93 inline void PrtWidth( KSHORT nNewWidth ) { Width( nNewWidth ); } in PrtWidth() function in SwLinePortion
94 inline KSHORT PrtWidth() const { return Width(); } in PrtWidth() function in SwLinePortion
H A Dtxtio.cxx489 nPrtWidth = nPrtWidth + pPortion2->PrtWidth(); in DebugPortions()
513 rOs << " W:" << PrtWidth(); in operator <<()
533 if( PrtWidth() ) in operator <<()
H A Dporexp.cxx199 rInf.X( rInf.X() - PrtWidth() ); in FormatEOL()
H A Ditrtxt.hxx161 inline SwTwips CurrWidth() const { return pCurr->PrtWidth(); } in CurrWidth()
H A Dtxtftn.cxx1584 if( PrtWidth() ) in Paint()

Completed in 89 milliseconds