Searched refs:a6Size (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/cui/source/dialogs/ |
| H A D | about.cxx | 166 void Adjust(const Size &aSz, const Size &a6Size); 184 void ReadmeTabPage::Adjust(const Size &aSz, const Size &a6Size) in Adjust() argument 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() 261 Size a6Size = maReadmeTabPage->LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in ReadmeDialog() local 263 maReadmeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog() 264 maLicenseTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog() 265 maNoticeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog() 439 Size a6Size = maVersionText.LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in LayoutControls() local [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()
|