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.cxx184 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 …]
/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.cxx1758 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 51 milliseconds