Searched refs:nDeltaWidth (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | conflictsdlg.cxx | 800 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()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 34 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 D | svimpicn.cxx | 653 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 D | imivctl.hxx | 550 short nDeltaWidth; member in IcnCursor_Impl
|
/aoo4110/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 760 …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()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 426 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 1282 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()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 739 int nDeltaWidth = nDiffWidth / nStretchable; local 740 mpGlyphAdvances[i] += nDeltaWidth; 742 nDiffWidth -= nDeltaWidth;
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 1027 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()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 813 int nDeltaWidth = nDiffWidth / nStretchable; local 814 mpGlyphAdvances[i] += nDeltaWidth; 816 nDiffWidth -= nDeltaWidth;
|
Completed in 129 milliseconds