Home
last modified time | relevance | path

Searched refs:mxViewSettings (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaview.cxx63 mxViewSettings.set( xViewSettingSupp->getViewSettings(), uno::UNO_QUERY_THROW ); in SwVbaView()
202mxViewSettings->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowTableBoundaries"… in getTableGridLines()
209mxViewSettings->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowTableBoundaries"… in setTableGridLines()
217mxViewSettings->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowOnlineLayout")))… in getType()
230mxViewSettings->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowOnlineLayout")),… in setType()
235mxViewSettings->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShowOnlineLayout")),… in setType()
H A Dvbaview.hxx40 css::uno::Reference< css::beans::XPropertySet > mxViewSettings; member in SwVbaView
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx147 inline ViewSettings& getViewSettings() const { return *mxViewSettings; } in getViewSettings()
253 ViewSettingsPtr mxViewSettings; // Workbook and sheet view settings. member in oox::xls::WorkbookGlobals
495 mxViewSettings.reset( new ViewSettings( *this ) ); in initialize()

Completed in 16 milliseconds