Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbapagesetup.cxx47 ScVbaPageSetup_BASE( xParent, xContext ), mxSheet( xSheet ), mbIsLandscape( false ) in ScVbaPageSetup()
62 mxPageProps->getPropertyValue("IsLandscape") >>= mbIsLandscape; in ScVbaPageSetup()
591 if ( mbIsLandscape ) in getPaperSize()
608 if ( mbIsLandscape ) in setPaperSize()
H A Dvbapagesetup.hxx32 bool mbIsLandscape; member in ScVbaPageSetup
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbapagesetup.cxx47 ScVbaPageSetup_BASE( xParent, xContext ), mxSheet( xSheet ), mbIsLandscape( false ) in ScVbaPageSetup()
62 mxPageProps->getPropertyValue("IsLandscape") >>= mbIsLandscape; in ScVbaPageSetup()
591 if ( mbIsLandscape ) in getPaperSize()
608 if ( mbIsLandscape ) in setPaperSize()
H A Dvbapagesetup.hxx33 bool mbIsLandscape; member in ScVbaPageSetup