Searched refs:mxViewSettings (Results 1 – 3 of 3) sorted by relevance
63 mxViewSettings.set( xViewSettingSupp->getViewSettings(), uno::UNO_QUERY_THROW ); in SwVbaView()202 …mxViewSettings->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowTableBoundaries"… in getTableGridLines()209 …mxViewSettings->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowTableBoundaries"… in setTableGridLines()217 …mxViewSettings->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowOnlineLayout")))… in getType()230 …mxViewSettings->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowOnlineLayout")),… in setType()235 …mxViewSettings->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowOnlineLayout")),… in setType()
40 css::uno::Reference< css::beans::XPropertySet > mxViewSettings; member in SwVbaView
147 inline ViewSettings& getViewSettings() const { return *mxViewSettings; } in getViewSettings()253 ViewSettingsPtr mxViewSettings; // Workbook and sheet view settings. member in oox::xls::WorkbookGlobals495 mxViewSettings.reset( new ViewSettings( *this ) ); in initialize()
Completed in 21 milliseconds