Home
last modified time | relevance | path

Searched refs:aDefSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx562 Size aDefSize = SvxPaperInfo::GetDefaultPaperSize( MAP_100TH_MM ); in CreateFirstPages() local
582 pHandoutPage->SetSize(aDefSize); in CreateFirstPages()
626 pPage->SetSize(aDefSize); in CreateFirstPages()
638 sal_uLong nBottom = Max((long)(aDefSize.Height() - aOutSize.Height() - nTop + nOffset), 0L); in CreateFirstPages()
639 sal_uLong nRight = Max((long)(aDefSize.Width() - aOutSize.Width() - nLeft + nOffset), 0L); in CreateFirstPages()
699 if (aDefSize.Height() >= aDefSize.Width()) in CreateFirstPages()
701 pNotesPage->SetSize(aDefSize); in CreateFirstPages()
705 pNotesPage->SetSize( Size(aDefSize.Height(), aDefSize.Width()) ); in CreateFirstPages()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1539 ::Size aDefSize(4000, 500); in createControlLabelPair()
1544 aRealSize.Height()= aDefSize.Height(); in createControlLabelPair()
1597 ::Size aControlSize( aDefSize ); in createControlLabelPair()
1602 aControlSize = aDefSize; in createControlLabelPair()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx605 Size aDefSize = calcDefaultSize(); in InitCommon() local
608 maGeometry.nWidth = aDefSize.Width(); in InitCommon()
609 maGeometry.nHeight = aDefSize.Height(); in InitCommon()
1277 Size aDefSize = calcDefaultSize(); in SetDefaultSize() local
1279 SetPosSize( 0, 0, aDefSize.Width(), aDefSize.Height(), in SetDefaultSize()
/trunk/main/svtools/source/control/
H A Druler.cxx302 Size aDefSize; in ImplInit() local
304 aDefSize.Height() = nDefHeight; in ImplInit()
306 aDefSize.Width() = nDefHeight; in ImplInit()
307 SetOutputSizePixel( aDefSize ); in ImplInit()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx2438 const Size aDefSize( 0, 12 ); in InitFontStyle() local
2439 aFont.SetSize( aDefSize ); in InitFontStyle()
2440 aCJKFont.SetSize( aDefSize ); in InitFontStyle()
2441 aCTLFont.SetSize( aDefSize ); in InitFontStyle()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx510 Size aDefSize(21000, 29700); // A4-Hochformat in InsertSdPage() local
511 pStandardPage->SetSize( aDefSize ); in InsertSdPage()

Completed in 100 milliseconds