Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbasystem.cxx68 SwVbaSystem::SwVbaSystem( uno::Reference<uno::XComponentContext >& xContext ): SwVbaSystem_BASE( un… in SwVbaSystem() function in SwVbaSystem
72 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()
H A Dvbasystem.hxx49 class SwVbaSystem : public SwVbaSystem_BASE class
55 SwVbaSystem( css::uno::Reference< css::uno::XComponentContext >& m_xContext );
56 virtual ~SwVbaSystem();
H A Dvbaapplication.cxx104 return uno::Reference< word::XSystem >( new SwVbaSystem( mxContext ) ); in getSystem()

Completed in 17 milliseconds