Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dabout.cxx164 void Adjust(const Size &aSz, const Size &a6Size);
182 void ReadmeTabPage::Adjust(const Size &aSz, const Size &a6Size) in Adjust() argument
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()
259 Size a6Size = maReadmeTabPage->LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in ReadmeDialog() local
261 maReadmeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog()
262 maLicenseTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog()
263 maNoticeTabPage->Adjust( aTpSz, a6Size ); in ReadmeDialog()
434 Size a6Size = maVersionText.LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in LayoutControls() local
[all …]
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx794 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()
/trunk/main/sc/source/ui/optdlg/
H A Dtpcalc.cxx114 const Size a6Size = aFtPrec.LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in Init() local
122 nNewX - a6Size.Width() - aBtnGeneralPrec.GetPosPixel().X(), in Init()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx1755 Size a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in InitImpl() local
1759 aPos.Y() -= a6Size.Height(); in InitImpl()
1765 aSize.Width() -= ( a6Size.Width() * 2 ); in InitImpl()
1766 pImpl->pWin->SetPosSizePixel( Point( a6Size.Width(), 0 ), aSize ); in InitImpl()