Searched refs:SwVbaOptions (Results 1 – 3 of 3) sorted by relevance
36 SwVbaOptions::SwVbaOptions( uno::Reference<uno::XComponentContext >& xContext ) throw ( uno::Runtim… in SwVbaOptions() function in SwVbaOptions41 SwVbaOptions::~SwVbaOptions() in ~SwVbaOptions()46 SwVbaOptions::DefaultFilePath( sal_Int32 _path ) throw ( uno::RuntimeException ) in DefaultFilePath()96 void SwVbaOptions::setValueEvent( const uno::Any& value ) in setValueEvent()115 uno::Any SwVbaOptions::getValueEvent() in getValueEvent()132 sal_Int32 SAL_CALL SwVbaOptions::getDefaultBorderLineStyle() throw (uno::RuntimeException) in getDefaultBorderLineStyle()137 void SAL_CALL SwVbaOptions::setDefaultBorderLineStyle( ::sal_Int32 /*_defaultborderlinestyle*/ ) th… in setDefaultBorderLineStyle()142 sal_Int32 SAL_CALL SwVbaOptions::getDefaultBorderLineWidth() throw (uno::RuntimeException) in getDefaultBorderLineWidth()147 void SAL_CALL SwVbaOptions::setDefaultBorderLineWidth( ::sal_Int32 /*_defaultborderlinewidth*/ ) th… in setDefaultBorderLineWidth()152 sal_Int32 SAL_CALL SwVbaOptions::getDefaultBorderColorIndex() throw (uno::RuntimeException) in getDefaultBorderColorIndex()[all …]
34 class SwVbaOptions : public SwVbaOptions_BASE, class41 …SwVbaOptions( css::uno::Reference< css::uno::XComponentContext >& m_xContext ) throw ( css::uno::R…42 virtual ~SwVbaOptions();
110 return uno::Reference< word::XOptions >( new SwVbaOptions( mxContext ) ); in getOptions()