Searched refs:a6Size (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/cui/source/dialogs/ |
H A D | about.cxx | 186 long nDlgMargin = a6Size.Width() * 2; in Adjust() 187 long nCtrlMargin = a6Size.Height() * 2; in Adjust() 188 maText.SetPosPixel( Point(a6Size.Width(), a6Size.Height()) ); in Adjust() 263 maReadmeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog() 265 maNoticeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog() 440 long nDlgMargin = a6Size.Width() * 2; in LayoutControls() 441 long nCtrlMargin = a6Size.Height() * 2; in LayoutControls() 447 Point aPos( nCol1 + a6Size.Width(), nY ); in LayoutControls() 451 nY += aSize.Height() + a6Size.Height(); in LayoutControls() 456 nY += aSize.Height() + a6Size.Height(); in LayoutControls() [all …]
|
/aoo41x/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()
|
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpcalc.cxx | 115 const Size a6Size = aFtPrec.LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in Init() local 123 nNewX - a6Size.Width() - aBtnGeneralPrec.GetPosPixel().X(), in Init()
|
/aoo41x/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 37 milliseconds