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()
142 sal_Int32 SAL_CALL SwVbaOptions::getDefaultBorderLineWidth() throw (uno::RuntimeException) in getDefaultBorderLineWidth()
162 ::sal_Bool SAL_CALL SwVbaOptions::getReplaceSelection() throw (uno::RuntimeException) in getReplaceSelection()
172 ::sal_Bool SAL_CALL SwVbaOptions::getMapPaperSize() throw (uno::RuntimeException) in getMapPaperSize()
264 SwVbaOptions::getServiceImplName() in getServiceImplName()
[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()

Completed in 16 milliseconds