Searched refs:IsLandscape (Results 1 – 13 of 13) sorted by relevance
| /trunk/main/sw/source/ui/sidebar/ |
| H A D | PagePropertyPanel.cxx | 355 return new PageOrientationControl( pParent, *this , mpPageItem->IsLandscape() ); in CreatePageOrientationControl() 443 mpPageItem->IsLandscape(), in CreatePageMarginControl() 497 mpPageItem->IsLandscape(), in CreatePageSizeControl() 505 if ( mpPageItem->IsLandscape() ) in ExecuteSizeChange() 537 mpPageItem->IsLandscape() ); in CreatePageColumnControl() 607 if ( mpPageItem->IsLandscape() ) in NotifyItemUpdate() 689 …mpToolBoxMargin->SetItemImage( TBI_MARGIN, mpPageItem->IsLandscape() ? mImgNarrow_L : mImgNarrow ); in ChangeMarginImage() 696 … mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgNormal_L : mImgNormal ); in ChangeMarginImage() 703 … mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgWide_L : mImgWide ); in ChangeMarginImage() 710 …mpToolBoxMargin->SetItemImage(TBI_MARGIN, mpPageItem->IsLandscape() ? mImgMirrored_L : mImgMirrore… in ChangeMarginImage() [all …]
|
| /trunk/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 - determines if the output page is printed in landscape format</P>
|
| /trunk/main/svx/inc/svx/ |
| H A D | pageitem.hxx | 106 sal_Bool IsLandscape() const { return bLandscape; } in IsLandscape() function in SvxPageItem
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
| H A D | com.sun.star.style.PageStyle.csv | 19 "PageStyle";"com::sun::star::style::PageProperties";"IsLandscape"
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xepage.cxx | 235 maData.SetScPaperSize( rSizeItem.GetSize(), !rPageItem.IsLandscape() ); in XclExpPageSettings()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fupage.cxx | 520 eOrientation = (((const SvxPageItem*) pPoolItem)->IsLandscape() == ORIENTATION_LANDSCAPE) ? in ApplyItemSet()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 197 rPageDesc.SetLandscape(rPageItem.IsLandscape()); in ItemSetToPageDesc()
|
| /trunk/main/offapi/com/sun/star/style/ |
| H A D | PageProperties.idl | 158 [property] boolean IsLandscape;
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 550 sal_Bool bWasLand = rOldItem.IsLandscape(); in SetPrinter()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | page.cxx | 534 bLandscape = rItem.IsLandscape(); in Reset()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | printfun.cxx | 837 bLandscape = pPageItem->IsLandscape(); in InitParam()
|
| /trunk/main/reportdesign/source/ui/report/ |
| H A D | ReportController.cxx | 2508 …tPropertyValue(PROPERTY_ISLANDSCAPE,uno::makeAny(static_cast<sal_Bool>(pPageItem->IsLandscape()))); in openPageDialog()
|