Home
last modified time | relevance | path

Searched refs:maDialogSize (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svtools/source/filter/
H A Dexportdialog.cxx1140 maDialogSize = maLayout.getOptimalSize( WINDOWSIZE_PREFERRED ); in setupLayout()
1141 maLayout.setManagedArea( Rectangle( Point(), maDialogSize ) ); in setupLayout()
1142 …SetOutputSizePixel( Size( mbPreview ? maDialogSize.Width() * 2 : maDialogSize.Width(), maDialogSiz… in setupLayout()
1184 Point aPreviewPos( maDialogSize.Width(), 0 ); in updatePreview()
1185 Size aPreviewSize( maDialogSize.Width(), maFlButtons.GetPosPixel().Y() ); in updatePreview()
1290 SetOutputSizePixel( Size( maDialogSize.Width() * 2, maDialogSize.Height() ) ); in updatePreview()
1293 …maBtnHelp.SetPosPixel( Point( maRectBtnHelp.Left() + maDialogSize.Width(), maRectBtnHelp.Top() ) ); in updatePreview()
1294 maBtnOK.SetPosPixel( Point( maRectBtnOK.Left() + maDialogSize.Width(), maRectBtnOK.Top() ) ); in updatePreview()
1295 …maBtnCancel.SetPosPixel( Point( maRectBtnCancel.Left() + maDialogSize.Width(), maRectBtnCancel.Top… in updatePreview()
1305 SetOutputSizePixel( maDialogSize ); in updatePreview()
H A Dexportdialog.hxx127 Size maDialogSize; member in ExportDialog
/aoo4110/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx485 ,maDialogSize ( GetSizePixel() ) in ScConflictsDlg()
500 SetMinOutputSizePixel( maDialogSize ); in ScConflictsDlg()
800 long nDeltaWidth = aSize.Width() - maDialogSize.Width(); in Resize()
801 long nDeltaHeight = aSize.Height() - maDialogSize.Height(); in Resize()
802 maDialogSize = aSize; in Resize()
/aoo4110/main/sc/source/ui/inc/
H A Dconflictsdlg.hxx182 Size maDialogSize; member in ScConflictsDlg

Completed in 34 milliseconds