Home
last modified time | relevance | path

Searched refs:IsLandscape (Results 1 – 14 of 14) sorted by relevance

/aoo41x/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx353 return new PageOrientationControl( pParent, *this , mpPageItem->IsLandscape() ); in CreatePageOrientationControl()
441 mpPageItem->IsLandscape(), in CreatePageMarginControl()
495 mpPageItem->IsLandscape(), in CreatePageSizeControl()
503 if ( mpPageItem->IsLandscape() ) in ExecuteSizeChange()
535 mpPageItem->IsLandscape() ); in CreatePageColumnControl()
605 if ( mpPageItem->IsLandscape() ) in NotifyItemUpdate()
694 … mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgNormal_L : mImgNormal ); in ChangeMarginImage()
701 … mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgWide_L : mImgWide ); in ChangeMarginImage()
724 if ( mpPageItem->IsLandscape() ) in ChangeSizeImage()
767 … ( mpPageItem->IsLandscape() ? mImgSizeNone_L : mImgSizeNone ) ); in ChangeSizeImage()
[all …]
/aoo41x/main/offapi/com/sun/star/text/
H A DPagePrintSettings.idl97 // DocMerge from xml: property com::sun::star::text::PagePrintSettings::IsLandscape
100 [property] boolean IsLandscape;
H A DXPagePrintable.idl63 <LI><P>boolean IsLandscape - determins if the output page is printed in landscape format</P>
/aoo41x/main/svx/inc/svx/
H A Dpageitem.hxx106 sal_Bool IsLandscape() const { return bLandscape; } in IsLandscape() function in SvxPageItem
/aoo41x/main/oox/source/token/
H A Dproperties.txt231 IsLandscape
/aoo41x/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.style.PageStyle.csv19 "PageStyle";"com::sun::star::style::PageProperties";"IsLandscape"
/aoo41x/main/sc/source/filter/excel/
H A Dxepage.cxx235 maData.SetScPaperSize( rSizeItem.GetSize(), !rPageItem.IsLandscape() ); in XclExpPageSettings()
/aoo41x/main/sd/source/ui/func/
H A Dfupage.cxx520 eOrientation = (((const SvxPageItem*) pPoolItem)->IsLandscape() == ORIENTATION_LANDSCAPE) ? in ApplyItemSet()
/aoo41x/main/sw/source/ui/utlui/
H A Duitool.cxx197 rPageDesc.SetLandscape(rPageItem.IsLandscape()); in ItemSetToPageDesc()
/aoo41x/main/offapi/com/sun/star/style/
H A DPageProperties.idl158 [property] boolean IsLandscape;
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh3.cxx556 sal_Bool bWasLand = rOldItem.IsLandscape(); in SetPrinter()
/aoo41x/main/cui/source/tabpages/
H A Dpage.cxx521 bLandscape = rItem.IsLandscape(); in Reset()
/aoo41x/main/sc/source/ui/view/
H A Dprintfun.cxx837 bLandscape = pPageItem->IsLandscape(); in InitParam()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportController.cxx2508 …tPropertyValue(PROPERTY_ISLANDSCAPE,uno::makeAny(static_cast<sal_Bool>(pPageItem->IsLandscape()))); in openPageDialog()

Completed in 138 milliseconds