Home
last modified time | relevance | path

Searched refs:aDiffSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx585 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 …]
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx349 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()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx596 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 Danimobjs.cxx756 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()
/trunk/main/sc/source/ui/dbgui/
H A Dscuiimoptdlg.cxx209 Size aDiffSize( LogicToPixel( Size( 0, 6 ), MapMode( MAP_APPFONT ) ) ); in ScImportOptionsDlg() local
210 aWinSize.Height() += aDiffSize.Height(); in ScImportOptionsDlg()
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx2315 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 51 milliseconds