Home
last modified time | relevance | path

Searched refs:nDiffWidth (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx627 long nDiffWidth = GetSizePixel().Width() - aSize.Width(); in IMPL_LINK() local
628 aPos.X() -= nDiffWidth; in IMPL_LINK()
/trunk/main/sw/source/core/text/
H A Dtxttab.cxx545 const KSHORT nDiffWidth = nRight - Fix(); in PostFormat() local
547 if( nDiffWidth > nPorWidth ) in PostFormat()
550 const KSHORT nAdjDiff = nDiffWidth - nPorWidth; in PostFormat()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx808 int nDiffWidth = nNewWidth - nOldWidth; local
813 int nDeltaWidth = nDiffWidth / nStretchable;
816 nDiffWidth -= nDeltaWidth;
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1267 int nDiffWidth = nNewWidth - nOldWidth; in Justify() local
1268 if( nDiffWidth >= 0) // expanded case in Justify()
1282 int nDeltaWidth = nDiffWidth / nStretchable--; in Justify()
1283 nDiffWidth -= nDeltaWidth; in Justify()
1759 int nDiffWidth = nTargetWidth - nOrigWidth; in AdjustLayout() local
1766 int nDeltaWidth = nDiffWidth / nStretchable; in AdjustLayout()
1768 nDiffWidth -= nDeltaWidth; in AdjustLayout()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx734 int nDiffWidth = nNewWidth - nOldWidth; local
739 int nDeltaWidth = nDiffWidth / nStretchable;
742 nDiffWidth -= nDeltaWidth;
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx424 long nDiffWidth = nLeftDiff + nRightDiff; in ExecTabWin() local
425 … ::ResizeFrameCols(aCols, aSectRect.Width(), aSectRect.Width() - nDiffWidth, nLeftDiff ); in ExecTabWin()
537 long nDiffWidth = nLeftDiff + nRightDiff; in ExecTabWin() local
538 … ::ResizeFrameCols(aCols, aSectRect.Height(), aSectRect.Height() - nDiffWidth, nLeftDiff ); in ExecTabWin()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx757 const SwTwips nDiffWidth = Frm().Width() - rFrmSize.GetWidth(); in FrmSizeChg() local
759 aFrm.Width ( aFrm.Width() - nDiffWidth ); in FrmSizeChg()
764 aPrt.Width ( aPrt.Width() - nDiffWidth ); in FrmSizeChg()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx2928 sal_Int32 nDiffWidth = nOldWidth - nWidth; in MakeLayout() local
2929 aNewPos.X() += nDiffWidth; in MakeLayout()

Completed in 97 milliseconds