Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/sidebar/
H A DPageOrientationControl.cxx42 , mbLandscape( bLandscape ) in PageOrientationControl()
59 mpOrientationValueSet->SelectItem( (mbLandscape == sal_True) ? 2 : 1 ); in PageOrientationControl()
80 const bool bChanged = ( ( iPos == 1 ) && mbLandscape ) || in IMPL_LINK()
81 ( ( iPos == 2 ) && !mbLandscape ); in IMPL_LINK()
84 mbLandscape = !mbLandscape; in IMPL_LINK()
85 mrPagePropPanel.ExecuteOrientationChange( mbLandscape ); in IMPL_LINK()
H A DPageOrientationControl.hxx51 sal_Bool mbLandscape; member in sw::sidebar::PageOrientationControl
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx169 bool mbLandscape; member
H A Dswparrtf.cxx2300 mbLandscape(false), mbRTLdoc(false) in DocPageInformation()
2310 mnStextflow(rDoc.mbRTLdoc ? 3 : 0), mnBkc(2), mbLndscpsxn(rDoc.mbLandscape), in SectPageInformation()
2379 if (rInfo.mbLandscape) in SetPageInformationAsDefault()
2526 maPageDefaults.mbLandscape = true; in ReadDocControls()

Completed in 41 milliseconds