Searched refs:mbLandscape (Results 1 – 4 of 4) sorted by relevance
40 , 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()
49 sal_Bool mbLandscape; member in sw::sidebar::PageOrientationControl
170 bool mbLandscape; member
2309 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 40 milliseconds