/trunk/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()
|
/trunk/main/sw/source/ui/sidebar/ |
H A D | PageMarginControl.cxx | 50 const sal_Bool bLandscape, in PageMarginControl() argument 90 FillValueSet( bLandscape, mbUserCustomValuesAvailable ); in PageMarginControl() 174 const bool bLandscape, in FillValueSet() argument 193 (bLandscape ? SW_RES(IMG_NARROW_L) : SW_RES(IMG_NARROW) ), 0, in FillValueSet() 207 (bLandscape ? SW_RES(IMG_NORMAL_L) : SW_RES(IMG_NORMAL) ), 0, in FillValueSet() 223 (bLandscape ? SW_RES(IMG_WIDE_L) : SW_RES(IMG_WIDE) ), 0, in FillValueSet() 240 (bLandscape ? SW_RES(IMG_MIRRORED_L) : SW_RES(IMG_MIRRORED) ), 0, in FillValueSet()
|
H A D | PageMarginControl.hxx | 67 const sal_Bool bLandscape, 119 const bool bLandscape,
|
H A D | PageOrientationControl.cxx | 39 const sal_Bool bLandscape ) in PageOrientationControl() argument 42 , mbLandscape( bLandscape ) in PageOrientationControl()
|
H A D | PageColumnControl.cxx | 43 const bool bLandscape ) in PageColumnControl() argument 53 if ( bLandscape ) in PageColumnControl()
|
H A D | PageSizeControl.cxx | 47 const sal_Bool bLandscape, in PageSizeControl() argument 103 if ( bLandscape ) in PageSizeControl()
|
H A D | PageOrientationControl.hxx | 45 const sal_Bool bLandscape );
|
H A D | PageColumnControl.hxx | 51 const bool bLandscape );
|
H A D | PageSizeControl.hxx | 54 const sal_Bool bLandscape,
|
H A D | PagePropertyPanel.cxx | 367 void PagePropertyPanel::ExecuteOrientationChange( const sal_Bool bLandscape ) in ExecuteOrientationChange() argument 373 mpPageItem->SetLandscape( bLandscape ); in ExecuteOrientationChange()
|
H A D | PagePropertyPanel.hxx | 85 void ExecuteOrientationChange( const sal_Bool bLandscape );
|
/trunk/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()
|
/trunk/main/cui/source/tabpages/ |
H A D | page.cxx | 289 bLandscape ( sal_False ), in SvxPageDescPage() 534 bLandscape = rItem.IsLandscape(); in Reset() 586 bLandscape = sal_True; in Reset() 588 aLandscapeBtn.Check( bLandscape ); in Reset() 589 aPortraitBtn.Check( !bLandscape ); in Reset() 595 if ( bLandscape ) in Reset() 604 if ( bLandscape ) in Reset() 1149 (bLandscape && pBtn == &aPortraitBtn) in IMPL_LINK() 1152 bLandscape = aLandscapeBtn.IsChecked(); in IMPL_LINK() 1179 if ( bLandscape ) in SwapFirstValues_Impl() [all …]
|
/trunk/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 =()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/sd/source/core/ |
H A D | sdpage.cxx | 2984 const bool bLandscape = aArea.Width() > aArea.Height(); in CalculateHandoutAreas() local 3004 if( bLandscape ) in CalculateHandoutAreas() 3015 if( bLandscape ) in CalculateHandoutAreas() 3023 pOffsets = aOffsets[ bLandscape ? 1 : 0 ]; in CalculateHandoutAreas() 3032 if( bLandscape ) in CalculateHandoutAreas() 3041 pOffsets = aOffsets[ bLandscape ? 1 : 3 ]; in CalculateHandoutAreas()
|
/trunk/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()
|
/trunk/main/cui/source/inc/ |
H A D | page.hxx | 165 sal_Bool bLandscape; member in SvxPageDescPage
|
/trunk/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 172 sal_Bool bLandscape; member in ScPrintFunc
|
/trunk/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()
|