Searched refs:IsLandscape (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/sw/source/ui/sidebar/ |
| H A D | PagePropertyPanel.cxx | 353 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() 687 …mpToolBoxMargin->SetItemImage( TBI_MARGIN, mpPageItem->IsLandscape() ? mImgNarrow_L : mImgNarrow ); in ChangeMarginImage() 694 … mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgNormal_L : mImgNormal ); in ChangeMarginImage() 701 … mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgWide_L : mImgWide ); in ChangeMarginImage() 708 …mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgMirrored_L : mImgMirrore… in ChangeMarginImage() [all …]
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | PagePrintSettings.idl | 97 // DocMerge from xml: property com::sun::star::text::PagePrintSettings::IsLandscape 100 [property] boolean IsLandscape;
|
| H A D | XPagePrintable.idl | 63 … <LI><P>boolean IsLandscape - determins if the output page is printed in landscape format</P>
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | pageitem.hxx | 106 sal_Bool IsLandscape() const { return bLandscape; } in IsLandscape() function in SvxPageItem
|
| /AOO41X/main/qadevOOo/objdsc/sw/ |
| H A D | com.sun.star.style.PageStyle.csv | 19 "PageStyle";"com::sun::star::style::PageProperties";"IsLandscape"
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xepage.cxx | 235 maData.SetScPaperSize( rSizeItem.GetSize(), !rPageItem.IsLandscape() ); in XclExpPageSettings()
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fupage.cxx | 520 eOrientation = (((const SvxPageItem*) pPoolItem)->IsLandscape() == ORIENTATION_LANDSCAPE) ? in ApplyItemSet()
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 197 rPageDesc.SetLandscape(rPageItem.IsLandscape()); in ItemSetToPageDesc()
|
| /AOO41X/main/offapi/com/sun/star/style/ |
| H A D | PageProperties.idl | 158 [property] boolean IsLandscape;
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 556 sal_Bool bWasLand = rOldItem.IsLandscape(); in SetPrinter()
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | page.cxx | 521 bLandscape = rItem.IsLandscape(); in Reset()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | printfun.cxx | 837 bLandscape = pPageItem->IsLandscape(); in InitParam()
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ReportController.cxx | 2508 …tPropertyValue(PROPERTY_ISLANDSCAPE,uno::makeAny(static_cast<sal_Bool>(pPageItem->IsLandscape()))); in openPageDialog()
|