Searched refs:mbLandscape (Results 1 – 4 of 4) sorted by relevance
42 , 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()
51 sal_Bool mbLandscape; member in sw::sidebar::PageOrientationControl
169 bool mbLandscape; member
2300 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 77 milliseconds