Searched refs:aDefSize (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sd/source/core/ |
H A D | drawdoc2.cxx | 562 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()
|
/aoo4110/main/svx/source/form/ |
H A D | fmvwimp.cxx | 1539 ::Size aDefSize(4000, 500); in createControlLabelPair() 1544 aRealSize.Height()= aDefSize.Height(); in createControlLabelPair() 1597 ::Size aControlSize( aDefSize ); in createControlLabelPair() 1602 aControlSize = aDefSize; in createControlLabelPair()
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 605 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()
|
/aoo4110/main/svtools/source/control/ |
H A D | ruler.cxx | 302 Size aDefSize; in ImplInit() local 304 aDefSize.Height() = nDefHeight; in ImplInit() 306 aDefSize.Width() = nDefHeight; in ImplInit() 307 SetOutputSizePixel( aDefSize ); in ImplInit()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optpage.cxx | 2441 const Size aDefSize( 0, 12 ); in InitFontStyle() local 2442 aFont.SetSize( aDefSize ); in InitFontStyle() 2443 aCJKFont.SetSize( aDefSize ); in InitFontStyle() 2444 aCTLFont.SetSize( aDefSize ); in InitFontStyle()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 510 Size aDefSize(21000, 29700); // A4-Hochformat in InsertSdPage() local 511 pStandardPage->SetSize( aDefSize ); in InsertSdPage()
|
Completed in 78 milliseconds