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()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 …]
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()
Completed in 20 milliseconds