Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/vba/
H A Dvbaoptions.cxx36 SwVbaOptions::SwVbaOptions( uno::Reference<uno::XComponentContext >& xContext ) throw ( uno::Runtim… in SwVbaOptions() function in SwVbaOptions
41 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 …]
H A Dvbaoptions.hxx34 class SwVbaOptions : public SwVbaOptions_BASE, class
41SwVbaOptions( css::uno::Reference< css::uno::XComponentContext >& m_xContext ) throw ( css::uno::R…
42 virtual ~SwVbaOptions();
H A Dvbaapplication.cxx110 return uno::Reference< word::XOptions >( new SwVbaOptions( mxContext ) ); in getOptions()