Searched refs:nDiffWidth (Results 1 – 8 of 8) sorted by relevance
1267 int nDiffWidth = nNewWidth - nOldWidth; in Justify() local1268 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() local1766 int nDeltaWidth = nDiffWidth / nStretchable; in AdjustLayout()1768 nDiffWidth -= nDeltaWidth; in AdjustLayout()
545 const KSHORT nDiffWidth = nRight - Fix(); in PostFormat() local547 if( nDiffWidth > nPorWidth ) in PostFormat()550 const KSHORT nAdjDiff = nDiffWidth - nPorWidth; in PostFormat()
734 int nDiffWidth = nNewWidth - nOldWidth; local739 int nDeltaWidth = nDiffWidth / nStretchable;742 nDiffWidth -= nDeltaWidth;
424 long nDiffWidth = nLeftDiff + nRightDiff; in ExecTabWin() local425 … ::ResizeFrameCols(aCols, aSectRect.Width(), aSectRect.Width() - nDiffWidth, nLeftDiff ); in ExecTabWin()537 long nDiffWidth = nLeftDiff + nRightDiff; in ExecTabWin() local538 … ::ResizeFrameCols(aCols, aSectRect.Height(), aSectRect.Height() - nDiffWidth, nLeftDiff ); in ExecTabWin()
777 const SwTwips nDiffWidth = Frm().Width() - rFrmSize.GetWidth(); in FrmSizeChg() local779 aFrm.Width ( aFrm.Width() - nDiffWidth ); in FrmSizeChg()784 aPrt.Width ( aPrt.Width() - nDiffWidth ); in FrmSizeChg()
808 int nDiffWidth = nNewWidth - nOldWidth; local813 int nDeltaWidth = nDiffWidth / nStretchable;816 nDiffWidth -= nDeltaWidth;
2928 sal_Int32 nDiffWidth = nOldWidth - nWidth; in MakeLayout() local2929 aNewPos.X() += nDiffWidth; in MakeLayout()
627 long nDiffWidth = GetSizePixel().Width() - aSize.Width(); in IMPL_LINK() local628 aPos.X() -= nDiffWidth; in IMPL_LINK()
Completed in 108 milliseconds