Lines Matching refs:SwVbaGlobals

44 SwVbaGlobals::SwVbaGlobals(  uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XComponen…  in SwVbaGlobals()  function in SwVbaGlobals
56 SwVbaGlobals::~SwVbaGlobals() in ~SwVbaGlobals()
65 SwVbaGlobals::getApplication() throw (uno::RuntimeException) in getApplication()
75 SwVbaGlobals::getSystem() throw (uno::RuntimeException) in getSystem()
81 SwVbaGlobals::getActiveDocument() throw (uno::RuntimeException) in getActiveDocument()
87 SwVbaGlobals::getActiveWindow() throw (uno::RuntimeException) in getActiveWindow()
93 SwVbaGlobals::getName() throw (uno::RuntimeException) in getName()
99 SwVbaGlobals::getOptions() throw (uno::RuntimeException) in getOptions()
105 SwVbaGlobals::CommandBars( const uno::Any& aIndex ) throw (uno::RuntimeException) in CommandBars()
111 SwVbaGlobals::Documents( const uno::Any& index ) throw (uno::RuntimeException) in Documents()
117 SwVbaGlobals::Addins( const uno::Any& index ) throw (uno::RuntimeException) in Addins()
123 SwVbaGlobals::Dialogs( const uno::Any& index ) throw (uno::RuntimeException) in Dialogs()
129 SwVbaGlobals::getSelection() throw (uno::RuntimeException) in getSelection()
134 float SAL_CALL SwVbaGlobals::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeException) in CentimetersToPoints()
140 SwVbaGlobals::getServiceImplName() in getServiceImplName()
147 SwVbaGlobals::getServiceNames() in getServiceNames()
159 SwVbaGlobals::getAvailableServiceNames( ) throw (uno::RuntimeException) in getAvailableServiceNames()
183 sdecl::vba_service_class_<SwVbaGlobals, sdecl::with_args<true> > serviceImpl;