Searched refs:aDiffSize (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 585 lcl_MoveControlY( *ppW, aDiffSize.Height() ); in Resize() 588 lcl_MoveControlX( &aOkBTN, aDiffSize.Width() ); in Resize() 590 lcl_MoveControlX( &aHelpBTN, aDiffSize.Width() ); in Resize() 591 lcl_MoveControlX( &aPathPB, aDiffSize.Width() ); in Resize() 592 lcl_MoveControlX( &aFileRB, aDiffSize.Width()/2 ); in Resize() 596 lcl_ChangeWidth( &aColumnLB, aDiffSize.Width() ); in Resize() 597 lcl_ChangeWidth( &aPathED, aDiffSize.Width() ); in Resize() 598 lcl_ChangeWidth( &aFilterLB, aDiffSize.Width() ); in Resize() 599 lcl_ChangeWidth( &aDestFL, aDiffSize.Width() ); in Resize() 602 aBeamerSize.Width() += aDiffSize.Width(); in Resize() [all …]
|
/aoo4110/main/sc/source/ui/formdlg/ |
H A D | dwfunctr.cxx | 349 Size aDiffSize=GetSizePixel(); in SetLeftRightSize() local 351 aDiffSize.Width()-=aNewSize.Width(); in SetLeftRightSize() 352 aDiffSize.Height()-=aNewSize.Height(); in SetLeftRightSize() 372 aNewSize.Width()+=aDiffSize.Width(); in SetLeftRightSize() 373 aNewSize.Height()+=aDiffSize.Height(); in SetLeftRightSize() 400 Size aDiffSize=GetSizePixel(); in SetTopBottonSize() local 402 aDiffSize.Width()-=aNewSize.Width(); in SetTopBottonSize() 403 aDiffSize.Height()-=aNewSize.Height(); in SetTopBottonSize() 408 aNewSize.Width()+=aDiffSize.Width(); in SetTopBottonSize() 409 aNewSize.Height()+=aDiffSize.Height(); in SetTopBottonSize()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 596 Size aDiffSize; in Resize() local 597 aDiffSize.Width() = aWinSize.Width() - maSize.Width(); in Resize() 598 aDiffSize.Height() = aWinSize.Height() - maSize.Height(); in Resize() 602 aObjSize.Width() += aDiffSize.Width(); in Resize() 607 aObjSize.Width() += aDiffSize.Width(); in Resize() 608 aObjSize.Height() += aDiffSize.Height(); in Resize() 611 Point aPt( 0, aDiffSize.Height() ); in Resize() 616 aObjSize.Width() += aDiffSize.Width(); in Resize()
|
H A D | animobjs.cxx | 756 Size aDiffSize; in Resize() local 757 aDiffSize.Width() = aWinSize.Width() - aSize.Width(); in Resize() 758 aDiffSize.Height() = aWinSize.Height() - aSize.Height(); in Resize() 761 aDisplaySize.Width() += aDiffSize.Width(); in Resize() 762 aDisplaySize.Height() += aDiffSize.Height(); in Resize() 767 aPt.Y() = aDiffSize.Height(); in Resize()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | scuiimoptdlg.cxx | 210 Size aDiffSize( LogicToPixel( Size( 0, 6 ), MapMode( MAP_APPFONT ) ) ); in ScImportOptionsDlg() local 211 aWinSize.Height() += aDiffSize.Height(); in ScImportOptionsDlg()
|
/aoo4110/main/svx/source/engine3d/ |
H A D | float3d.cxx | 2315 Size aDiffSize; in Resize() local 2316 aDiffSize.Width() = aWinSize.Width() - aSize.Width(); in Resize() 2317 aDiffSize.Height() = aWinSize.Height() - aSize.Height(); in Resize() 2321 aXPt.X() = aDiffSize.Width(); in Resize() 2322 aYPt.Y() = aDiffSize.Height(); in Resize() 2349 aObjSize.Width() += aDiffSize.Width(); in Resize() 2350 aObjSize.Height() += aDiffSize.Height(); in Resize() 2356 aObjSize.Width() += aDiffSize.Width(); in Resize()
|
Completed in 46 milliseconds