Searched refs:SwVbaSystem (Results 1 – 3 of 3) sorted by relevance
68 SwVbaSystem::SwVbaSystem( uno::Reference<uno::XComponentContext >& xContext ): SwVbaSystem_BASE( un… in SwVbaSystem() function in SwVbaSystem72 SwVbaSystem::~SwVbaSystem() in ~SwVbaSystem()77 SwVbaSystem::getCursor() throw (uno::RuntimeException) in getCursor()97 SwVbaSystem::setCursor( sal_Int32 _cursor ) throw (uno::RuntimeException) in setCursor()143 SwVbaSystem::PrivateProfileString( const rtl::OUString& rFilename, const rtl::OUString& rSection, c… in PrivateProfileString()167 SwVbaSystem::getServiceImplName() in getServiceImplName()174 SwVbaSystem::getServiceNames() in getServiceNames()
49 class SwVbaSystem : public SwVbaSystem_BASE class55 SwVbaSystem( css::uno::Reference< css::uno::XComponentContext >& m_xContext );56 virtual ~SwVbaSystem();
104 return uno::Reference< word::XSystem >( new SwVbaSystem( mxContext ) ); in getSystem()
Completed in 7 milliseconds