Home
last modified time | relevance | path

Searched refs:bLandscape (Results 1 – 22 of 22) sorted by path

/trunk/main/cui/source/inc/
H A Dpage.hxx165 sal_Bool bLandscape; member in SvxPageDescPage
/trunk/main/cui/source/tabpages/
H A Dpage.cxx289 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/oox/source/xls/
H A Dpagesettings.cxx1129 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/sc/source/ui/inc/
H A Dprintfun.hxx172 sal_Bool bLandscape; member in ScPrintFunc
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx837 bLandscape = pPageItem->IsLandscape(); in InitParam()
2648 pPrinter->SetOrientation( bLandscape ? ORIENTATION_LANDSCAPE : ORIENTATION_PORTRAIT ); in ApplyPrintSettings()
2649 if ( bLandscape ) in ApplyPrintSettings()
/trunk/main/sd/source/core/
H A Dsdpage.cxx2984 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/svx/inc/svx/
H A Dpageitem.hxx80 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/svx/source/items/
H A Dpageitem.cxx54 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/inc/
H A Dpagedesc.hxx146 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()
H A Dpvprtdat.hxx35 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()
/trunk/main/sw/source/core/layout/
H A Dpagedesc.cxx72 bLandscape( sal_False ), in SwPageDesc()
88 bLandscape( rCpy.GetLandscape() ), in SwPageDesc()
108 bLandscape = rSrc.bLandscape; in operator =()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx556 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/sw/source/ui/sidebar/
H A DPageColumnControl.cxx43 const bool bLandscape ) in PageColumnControl() argument
53 if ( bLandscape ) in PageColumnControl()
H A DPageColumnControl.hxx51 const bool bLandscape );
H A DPageMarginControl.cxx50 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 DPageMarginControl.hxx67 const sal_Bool bLandscape,
119 const bool bLandscape,
H A DPageOrientationControl.cxx39 const sal_Bool bLandscape ) in PageOrientationControl() argument
42 , mbLandscape( bLandscape ) in PageOrientationControl()
H A DPageOrientationControl.hxx45 const sal_Bool bLandscape );
H A DPagePropertyPanel.cxx367 void PagePropertyPanel::ExecuteOrientationChange( const sal_Bool bLandscape ) in ExecuteOrientationChange() argument
373 mpPageItem->SetLandscape( bLandscape ); in ExecuteOrientationChange()
H A DPagePropertyPanel.hxx85 void ExecuteOrientationChange( const sal_Bool bLandscape );
H A DPageSizeControl.cxx47 const sal_Bool bLandscape, in PageSizeControl() argument
103 if ( bLandscape ) in PageSizeControl()
H A DPageSizeControl.hxx54 const sal_Bool bLandscape,

Completed in 112 milliseconds