Home
last modified time | relevance | path

Searched refs:nDeltaWidth (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx813 int nDeltaWidth = nDiffWidth / nStretchable; local
814 mpGlyphAdvances[i] += nDeltaWidth;
816 nDiffWidth -= nDeltaWidth;
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1027 int nDeltaWidth = rArgs.mnLayoutWidth - mnWidth; in expandOrCondense() local
1028 if (nDeltaWidth > 0) // expand, just expand between clusters in expandOrCondense()
1040 … float fExtraPerCluster = static_cast<float>(nDeltaWidth) / static_cast<float>(nClusterCount - 1); in expandOrCondense()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1282 int nDeltaWidth = nDiffWidth / nStretchable--; in Justify() local
1283 nDiffWidth -= nDeltaWidth; in Justify()
1284 pG->mnNewWidth += nDeltaWidth; in Justify()
1285 nDeltaSum += nDeltaWidth; in Justify()
1766 int nDeltaWidth = nDiffWidth / nStretchable; in AdjustLayout() local
1767 nJustWidth += nDeltaWidth; in AdjustLayout()
1768 nDiffWidth -= nDeltaWidth; in AdjustLayout()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx739 int nDeltaWidth = nDiffWidth / nStretchable; local
740 mpGlyphAdvances[i] += nDeltaWidth;
742 nDiffWidth -= nDeltaWidth;
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx426 double nDeltaWidth = nNewWidth - nWidth; in ScaleWidth() local
427 double nNewLeft = getLeft() - nDeltaWidth; in ScaleWidth()
433 double nDeltaWidth = (nNewWidth - nWidth) / 2; in ScaleWidth() local
434 double nNewLeft = getLeft() - nDeltaWidth; in ScaleWidth()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx34 nDeltaWidth = 0; in IcnCursor_Impl()
90 short nX = (short)( ((rRect.Left()+rRect.Right())/2) / nDeltaWidth ); in ImplCreate()
121 nDeltaWidth = 0; in Clear()
474 nDeltaWidth = (short)(rSize.Width() / nCols); in SetDeltas()
481 if( !nDeltaWidth ) in SetDeltas()
483 nDeltaWidth = 1; in SetDeltas()
H A Dsvimpicn.cxx653 short nDeltaWidth; member in ImpIcnCursor
3044 nDeltaWidth = 0; in ImpIcnCursor()
3107 short nX = (short)( ((rRect.Left()+rRect.Right())/2) / nDeltaWidth ); in ImplCreate()
3232 nDeltaWidth = 0; in Clear()
3535 nDeltaWidth = (short)(rSize.Width() / nCols); in SetDeltas()
3542 if( !nDeltaWidth ) in SetDeltas()
3544 nDeltaWidth = 1; in SetDeltas()
H A Dimivctl.hxx550 short nDeltaWidth; member in IcnCursor_Impl
/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx800 long nDeltaWidth = aSize.Width() - maDialogSize.Width(); in Resize() local
804 lcl_ChangeControlWidth( maFtConflicts, nDeltaWidth ); in Resize()
806 lcl_ChangeControlWidth( maLbConflicts, nDeltaWidth ); in Resize()
809 lcl_MoveControlX( maBtnKeepMine, nDeltaWidth / 2 ); in Resize()
812 lcl_MoveControlX( maBtnKeepOther, nDeltaWidth / 2 ); in Resize()
816 lcl_ChangeControlWidth( maFlConflicts, nDeltaWidth ); in Resize()
818 lcl_MoveControlX( maBtnKeepAllMine, nDeltaWidth ); in Resize()
821 lcl_MoveControlX( maBtnKeepAllOthers, nDeltaWidth ); in Resize()
824 lcl_MoveControlX( maBtnCancel, nDeltaWidth ); in Resize()
827 lcl_MoveControlX( maBtnHelp, nDeltaWidth ); in Resize()
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx760 …sal_Int32 nDeltaWidth = static_cast<sal_Int32>(rAvailableOuterRect.getWidth() - rConsumedOuterRect… in adjustInnerSize() local
762 if( (aNewSize.Width + nDeltaWidth) < rAvailableOuterRect.getWidth()/3 ) in adjustInnerSize()
763 nDeltaWidth = static_cast<sal_Int32>(rAvailableOuterRect.getWidth()/3 - aNewSize.Width); in adjustInnerSize()
764 aNewSize.Width += nDeltaWidth; in adjustInnerSize()
778 else if( nDiffRight > abs(nDeltaWidth) ) in adjustInnerSize()
781 aNewPos.X += abs(nDeltaWidth); in adjustInnerSize()

Completed in 123 milliseconds