Home
last modified time | relevance | path

Searched refs:nPrtWidth (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/sw/source/core/text/
H A Ditradj.cxx575 KSHORT nPrtWidth = pCurrent->PrtWidth(); in CalcRightMargin() local
586 SwRect aCurrRect( nLeftMar + nPrtWidth, Y() + nRealHeight - nLineHeight, in CalcRightMargin()
587 nRealWidth - nPrtWidth, nLineHeight ); in CalcRightMargin()
590 while( pFly && long( nPrtWidth )< nRealWidth ) in CalcRightMargin()
594 if( pFly->Fix() > nPrtWidth ) in CalcRightMargin()
595 pFly->Width( ( pFly->Fix() - nPrtWidth) + pFly->Width() + 1); in CalcRightMargin()
596 nPrtWidth += pFly->Width() + 1; in CalcRightMargin()
597 aCurrRect.Left( nLeftMar + nPrtWidth ); in CalcRightMargin()
607 if( long( nPrtWidth )< nRealWidth ) in CalcRightMargin() local
608 pRight->PrtWidth( KSHORT( nRealWidth - nPrtWidth ) ); in CalcRightMargin()
H A Dtxtio.cxx475 KSHORT nPrtWidth, nLastPrt; in DebugPortions() local
476 nPrtWidth = nLastPrt = 0; in DebugPortions()
488 nLastPrt = nPrtWidth; in DebugPortions()
489 nPrtWidth = nPrtWidth + pPortion2->PrtWidth(); in DebugPortions()
H A Dtxtfrm.cxx120 const long nPrtWidth = Prt().Width(); in SwapWidthAndHeight() local
122 Prt().Height( nPrtWidth ); in SwapWidthAndHeight()
/aoo42x/main/sw/source/core/frmedt/
H A Dtblsel.cxx1722 const SwTwips nPrtWidth = (pTab->Prt().*fnRect->fnGetWidth)(); in lcl_FindStartEndCol() local
1723 nSX = ::lcl_CalcWish( rpStart, nWish, nPrtWidth ) + (pTab->*fnRect->fnGetPrtLeft)(); in lcl_FindStartEndCol()
1724 nSX2 = nSX + (rpStart->GetFmt()->GetFrmSize().GetWidth() * nPrtWidth / nWish); in lcl_FindStartEndCol()
1770 const SwTwips nPrtWidth = (pTab->Prt().*fnRect->fnGetWidth)(); in lcl_FindStartEndCol() local
1771 nEX = ::lcl_CalcWish( rpEnd, nWish, nPrtWidth ) + (pTab->*fnRect->fnGetPrtLeft)(); in lcl_FindStartEndCol()
1918 const long nPrtWidth = (pTable->Prt().*fnRect->fnGetWidth)(); in MakeSelUnions() local
1919 long nSt1 = ::lcl_CalcWish( pStart, nWish, nPrtWidth ) + nOfst; in MakeSelUnions()
1920 long nEd1 = ::lcl_CalcWish( pEnd, nWish, nPrtWidth ) + nOfst; in MakeSelUnions()
1923 nEd1 += (long)((nEdSz * nPrtWidth) / nWish) - 1; in MakeSelUnions()
1925 nSt1 += (long)((nStSz * nPrtWidth) / nWish) - 1; in MakeSelUnions()
H A Dfetab.cxx2334 long nPrtWidth = (pTab->Prt().*fnRect->fnGetWidth)(); in SetColRowWidthHeight()
2338 nPrtWidth != rTblFrmSz.GetWidth() ) in SetColRowWidthHeight()
2375 nLogDiff /= nPrtWidth; in SetColRowWidthHeight()
/aoo42x/main/sw/source/core/layout/
H A Dssfrm.cxx763 long nPrtWidth = (Prt().*fnRect->fnGetWidth)(); in UnionFrm() local
764 if( nPrtLeft + nPrtWidth > nWidth ) in UnionFrm()
765 nWidth = nPrtLeft + nPrtWidth; in UnionFrm()
H A Dcalcmove.cxx908 SwTwips nPrtWidth = (GetUpper()->Prt().*fnRect->fnGetWidth)(); in MakeAll() local
915 nPrtWidth -= pNxt->Frm().Height(); in MakeAll()
920 nPrtWidth -= pNxt->Frm().Height(); in MakeAll()
923 const long nDiff = nPrtWidth - (Frm().*fnRect->fnGetWidth)(); in MakeAll()
H A Datrfrm.cxx1008 const sal_uInt16 nPrtWidth = in Calc() local
1013 const sal_uInt16 nLeftWidth = nPrtWidth + nGutterHalf; in Calc()
1021 const sal_uInt16 nMidWidth = nPrtWidth + nGutterWidth; in Calc()
H A Dtabfrm.cxx5229 const long nPrtWidth = (pTab->Prt().*fnRect->fnGetWidth)(); in Format() local
5230 if ( nWish != nPrtWidth ) in Format()
5251 nTmpWidth *= nPrtWidth; in Format()
5271 nTmpWidth *= nPrtWidth; in Format()
H A Dpaintfrm.cxx5007 SwTwips nPrtWidth = (Prt().*fnRect->fnGetWidth)(); in PaintLine()
5008 Fraction aFract( nPrtWidth, 1 ); in PaintLine()
5015 nX += nPrtWidth/2 - nWidth/2; break; in PaintLine()
5017 nX += nPrtWidth - nWidth; break; in PaintLine()
/aoo42x/main/sw/source/core/docnode/
H A Dndtbl.cxx2840 SwTwips nPrtWidth = (pTab->Prt().*fnRect->fnGetWidth)(); in SetTabCols()
2843 nPrtWidth += aShadow.CalcShadowSpace( SHADOW_LEFT ) + in SetTabCols()
2846 if( nPrtWidth != rTblFrmSz.GetWidth() ) in SetTabCols()
2849 aSz.SetWidth( nPrtWidth ); in SetTabCols()
/aoo42x/main/sw/source/ui/uiview/
H A Dviewtab.cxx351 long nPrtWidth = aRect.Width(); in ExecTabWin() local
352 …SetWidthPercent(sal_uInt8((nPageWidth - aLongLR.GetLeft() - aLongLR.GetRight()) * 100 /nPrtWidth)); in ExecTabWin()

Completed in 165 milliseconds