/aoo41x/main/svx/source/items/ |
H A D | pageitem.cxx | 54 bLandscape ( sal_False ), in SvxPageItem() 67 bLandscape = rItem.bLandscape; in SvxPageItem() 89 bLandscape == rItem.bLandscape && in operator ==() 131 if ( bLandscape ) in GetPresentation() 150 if ( bLandscape ) in GetPresentation() 178 rVal = Bool2Any(bLandscape); in QueryValue() 215 bLandscape = Any2Bool(rVal); in PutValue() 273 rStrm << (sal_uInt8)eNumType << bLandscape << eUse; in Store()
|
/aoo41x/main/sw/inc/ |
H A D | pvprtdat.hxx | 35 sal_Bool bLandscape : 1; member in SwPagePreViewPrtData 41 bLandscape(0),bStretch(0) in SwPagePreViewPrtData() 68 sal_Bool GetLandscape() const { return bLandscape; } in GetLandscape() 69 void SetLandscape( sal_Bool b ) { bLandscape = b; } in SetLandscape()
|
H A D | pagedesc.hxx | 146 sal_Bool bLandscape; member in SwPageDesc 166 sal_Bool GetLandscape() const { return bLandscape; } in GetLandscape() 167 void SetLandscape( sal_Bool bNew ) { bLandscape = bNew; } in SetLandscape()
|
/aoo41x/main/sw/source/ui/sidebar/ |
H A D | PageMarginControl.cxx | 48 const sal_Bool bLandscape, in PageMarginControl() argument 88 FillValueSet( bLandscape, mbUserCustomValuesAvailable ); in PageMarginControl() 172 const bool bLandscape, in FillValueSet() argument 191 (bLandscape ? SW_RES(IMG_NARROW_L) : SW_RES(IMG_NARROW) ), 0, in FillValueSet() 205 (bLandscape ? SW_RES(IMG_NORMAL_L) : SW_RES(IMG_NORMAL) ), 0, in FillValueSet() 221 (bLandscape ? SW_RES(IMG_WIDE_L) : SW_RES(IMG_WIDE) ), 0, in FillValueSet() 238 (bLandscape ? SW_RES(IMG_MIRRORED_L) : SW_RES(IMG_MIRRORED) ), 0, in FillValueSet()
|
H A D | PageMarginControl.hxx | 65 const sal_Bool bLandscape, 117 const bool bLandscape,
|
H A D | PageOrientationControl.cxx | 37 const sal_Bool bLandscape ) in PageOrientationControl() argument 40 , mbLandscape( bLandscape ) in PageOrientationControl()
|
H A D | PageColumnControl.cxx | 41 const bool bLandscape ) in PageColumnControl() argument 51 if ( bLandscape ) in PageColumnControl()
|
H A D | PageSizeControl.cxx | 45 const sal_Bool bLandscape, in PageSizeControl() argument 101 if ( bLandscape ) in PageSizeControl()
|
H A D | PageOrientationControl.hxx | 43 const sal_Bool bLandscape );
|
H A D | PageColumnControl.hxx | 49 const bool bLandscape );
|
H A D | PageSizeControl.hxx | 52 const sal_Bool bLandscape,
|
H A D | PagePropertyPanel.cxx | 365 void PagePropertyPanel::ExecuteOrientationChange( const sal_Bool bLandscape ) in ExecuteOrientationChange() argument 371 mpPageItem->SetLandscape( bLandscape ); in ExecuteOrientationChange()
|
H A D | PagePropertyPanel.hxx | 83 void ExecuteOrientationChange( const sal_Bool bLandscape );
|
/aoo41x/main/cui/source/tabpages/ |
H A D | page.cxx | 289 bLandscape ( sal_False ), in SvxPageDescPage() 521 bLandscape = rItem.IsLandscape(); in Reset() 573 bLandscape = sal_True; in Reset() 575 aLandscapeBtn.Check( bLandscape ); in Reset() 576 aPortraitBtn.Check( !bLandscape ); in Reset() 582 if ( bLandscape ) in Reset() 591 if ( bLandscape ) in Reset() 1134 (bLandscape && pBtn == &aPortraitBtn) in IMPL_LINK() 1137 bLandscape = aLandscapeBtn.IsChecked(); in IMPL_LINK() 1164 if ( bLandscape ) in SwapFirstValues_Impl() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | pageitem.hxx | 80 sal_Bool bLandscape; // Portrait / Landscape member in SvxPageItem 106 sal_Bool IsLandscape() const { return bLandscape; } in IsLandscape() 107 void SetLandscape(sal_Bool bL) { bLandscape = bL; } in SetLandscape()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 72 bLandscape( sal_False ), in SwPageDesc() 88 bLandscape( rCpy.GetLandscape() ), in SwPageDesc() 108 bLandscape = rSrc.bLandscape; in operator =()
|
/aoo41x/main/oox/source/xls/ |
H A D | pagesettings.cxx | 1129 bool bLandscape = rModel.mnOrientation == XML_landscape; in writePageSettingsProperties() local 1132 bLandscape = bChartSheet; in writePageSettingsProperties() 1139 if( bLandscape ) in writePageSettingsProperties() 1151 aPropMap[ PROP_IsLandscape ] <<= bLandscape; in writePageSettingsProperties()
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 3038 const bool bLandscape = aArea.Width() > aArea.Height(); in CalculateHandoutAreas() local 3058 if( bLandscape ) in CalculateHandoutAreas() 3069 if( bLandscape ) in CalculateHandoutAreas() 3077 pOffsets = aOffsets[ bLandscape ? 1 : 0 ]; in CalculateHandoutAreas() 3086 if( bLandscape ) in CalculateHandoutAreas() 3095 pOffsets = aOffsets[ bLandscape ? 1 : 3 ]; in CalculateHandoutAreas()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 556 sal_Bool bLandscape = aNewPageDesc.GetLandscape(); in SetPageDescAttrs() local 557 if( ( bLandscape && in SetPageDescAttrs() 559 ( !bLandscape && in SetPageDescAttrs() 566 aNewPageDesc.SetLandscape( !bLandscape ); in SetPageDescAttrs()
|
/aoo41x/main/cui/source/inc/ |
H A D | page.hxx | 164 sal_Bool bLandscape; member in SvxPageDescPage
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 172 sal_Bool bLandscape; member in ScPrintFunc
|
/aoo41x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 837 bLandscape = pPageItem->IsLandscape(); in InitParam() 2648 pPrinter->SetOrientation( bLandscape ? ORIENTATION_LANDSCAPE : ORIENTATION_PORTRAIT ); in ApplyPrintSettings() 2649 if ( bLandscape ) in ApplyPrintSettings()
|