Searched refs:a6Size (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/cui/source/dialogs/ |
H A D | about.cxx | 184 long nDlgMargin = a6Size.Width() * 2; in Adjust() 185 long nCtrlMargin = a6Size.Height() * 2; in Adjust() 186 maText.SetPosPixel( Point(a6Size.Width(), a6Size.Height()) ); in Adjust() 261 maReadmeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog() 263 maNoticeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog() 435 long nDlgMargin = a6Size.Width() * 2; in LayoutControls() 436 long nCtrlMargin = a6Size.Height() * 2; in LayoutControls() 442 Point aPos( nCol1 + a6Size.Width(), nY ); in LayoutControls() 446 nY += aSize.Height() + a6Size.Height(); in LayoutControls() 451 nY += aSize.Height() + a6Size.Height(); in LayoutControls() [all …]
|
/aoo42x/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 794 Size a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in Resize() local 801 aNewSize.Height() -= ( aBtnSize.Height() + ( a6Size.Height() * 3 / 2 ) ); in Resize() 805 aPnt.Y() += aNewSize.Height() + ( a6Size.Height() / 2 ); in Resize() 1147 Size a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in Resize() local 1170 long n3Height = a6Size.Height() / 2; in Resize() 1177 aNewSize.Height() -= ( nExtraHeight + ( a6Size.Height() * 3 / 2 ) ); in Resize() 1181 aPnt.Y() += aNewSize.Height() + a6Size.Height(); in Resize() 1430 Size a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in Resize() local 1437 aNewSize.Height() -= ( aBtnSize.Height() + ( a6Size.Height() * 3 / 2 ) ); in Resize() 1441 aPnt.Y() += aNewSize.Height() + ( a6Size.Height() / 2 ); in Resize()
|
/aoo42x/main/sc/source/ui/optdlg/ |
H A D | tpcalc.cxx | 114 const Size a6Size = aFtPrec.LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in Init() local 122 nNewX - a6Size.Width() - aBtnGeneralPrec.GetPosPixel().X(), in Init()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 1758 Size a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in InitImpl() local 1762 aPos.Y() -= a6Size.Height(); in InitImpl() 1768 aSize.Width() -= ( a6Size.Width() * 2 ); in InitImpl() 1769 pImpl->pWin->SetPosSizePixel( Point( a6Size.Width(), 0 ), aSize ); in InitImpl()
|
Completed in 39 milliseconds