Home
last modified time | relevance | path

Searched refs:mbLandscape (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/ui/sidebar/
H A DPageOrientationControl.cxx40 , mbLandscape( bLandscape ) in PageOrientationControl()
57 mpOrientationValueSet->SelectItem( (mbLandscape == sal_True) ? 2 : 1 ); in PageOrientationControl()
78 const bool bChanged = ( ( iPos == 1 ) && mbLandscape ) || in IMPL_LINK()
79 ( ( iPos == 2 ) && !mbLandscape ); in IMPL_LINK()
82 mbLandscape = !mbLandscape; in IMPL_LINK()
83 mrPagePropPanel.ExecuteOrientationChange( mbLandscape ); in IMPL_LINK()
H A DPageOrientationControl.hxx49 sal_Bool mbLandscape; member in sw::sidebar::PageOrientationControl
/aoo4110/main/sw/source/filter/rtf/
H A Dswparrtf.hxx170 bool mbLandscape; member
H A Dswparrtf.cxx2309 mbLandscape(false), mbRTLdoc(false) in DocPageInformation()
2319 mnStextflow(rDoc.mbRTLdoc ? 3 : 0), mnBkc(2), mbLndscpsxn(rDoc.mbLandscape), in SectPageInformation()
2388 if (rInfo.mbLandscape) in SetPageInformationAsDefault()
2535 maPageDefaults.mbLandscape = true; in ReadDocControls()

Completed in 46 milliseconds