Searched refs:aBoxSize (Results 1 – 8 of 8) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | dbregister.cxx | 134 Size aBoxSize = aPathCtrl.GetOutputSizePixel(); in DbRegistrationOptionsPage() local 141 pHeaderBar->SetPosSizePixel( Point( 0, 0 ), Size( aBoxSize.Width(), 16 ) ); in DbRegistrationOptionsPage() 163 Size( aBoxSize.Width(), aBoxSize.Height() - aHeadSize.Height() ) ); in DbRegistrationOptionsPage()
|
H A D | optpath.cxx | 231 Size aBoxSize = aPathCtrl.GetOutputSizePixel(); in SvxPathTabPage() local 233 pHeaderBar->SetPosSizePixel( Point( 0, 0 ), Size( aBoxSize.Width(), 20 ) ); in SvxPathTabPage() 256 Size( aBoxSize.Width(), aBoxSize.Height() - aHeadSize.Height() ) ); in SvxPathTabPage()
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 1415 Size aBoxSize( pParent->GetOutputSizePixel() ); in XMLFilterListBox() local 1418 mpHeaderBar->SetPosSizePixel( Point( 0, 0 ), Size( aBoxSize.Width(), 16 ) ); in XMLFilterListBox() 1424 long nTabSize = aBoxSize.Width() / 2; in XMLFilterListBox() 1438 …SetPosSizePixel( Point( 0, aHeadSize.Height() ), Size( aBoxSize.Width(), aBoxSize.Height() - aHead… in XMLFilterListBox() 1459 Size aBoxSize( Window::GetParent()->GetOutputSizePixel() ); in Reset() local 1460 long nTabSize = aBoxSize.Width() / 2; in Reset()
|
/trunk/main/svx/source/gallery2/ |
H A D | galbrws2.cxx | 582 const Size aBoxSize( maViewBox.GetOutputSizePixel() ); in Resize() local 584 const long nInfoBarX = aBoxSize.Width() + ( nOffset * 3 ) + nSepWidth; in Resize() 585 const Point aPt( 0, aBoxSize.Height() + 3 ); in Resize() 588 …maSeparator.SetPosSizePixel( Point( aBoxSize.Width() + nOffset, 0 ), Size( nSepWidth, aBoxSize.Hei… in Resize() 589 …maInfoBar.SetPosSizePixel( Point( nInfoBarX, 0 ), Size( aOutSize.Width() - nInfoBarX, aBoxSize.Hei… in Resize()
|
/trunk/main/svtools/source/contnr/ |
H A D | fileview.cxx | 753 Size aBoxSize = pParentWin->GetSizePixel(); in ViewTabListBox_Impl() local 770 Size( aBoxSize.Width(), aBoxSize.Height() - aHeadSize.Height() ) ); in ViewTabListBox_Impl() 816 Size aBoxSize = Control::GetParent()->GetOutputSizePixel(); in Resize() local 818 if ( mbResizeDisabled || !aBoxSize.Width() ) in Resize() 822 aBarSize.Width() = mbAutoResize ? aBoxSize.Width() : GetSizePixel().Width(); in Resize() 830 Size( aBoxSize.Width(), aBoxSize.Height() - aBarSize.Height() ) ); in Resize()
|
/trunk/main/svtools/workben/ |
H A D | svdem.cxx | 205 Size aBoxSize; member in MyWin 722 aBoxSize = aBox.GetSizePixel(); in MyWin() 1101 aBox.SetSizePixel( Size( aWinSize.Width(), aBoxSize.Height() ) ); in Resize()
|
/trunk/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_dictionarydialog.cxx | 344 Size aBoxSize = GetOutputSizePixel(); in Resize() local 346 if ( !aBoxSize.Width() ) in Resize()
|
/trunk/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 263 Size aBoxSize(3, 3); in drawPopupButton() local 264 mpOutDev->DrawRect(Rectangle(aBoxPos, aBoxSize)); in drawPopupButton()
|
Completed in 55 milliseconds