Lines Matching refs:SwVbaDocument

54 SwVbaDocument::SwVbaDocument( const uno::Reference< XHelperInterface >& xParent, const uno::Referen…  in SwVbaDocument()  function in SwVbaDocument
58 SwVbaDocument::SwVbaDocument( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XCompone… in SwVbaDocument() function in SwVbaDocument
63 SwVbaDocument::~SwVbaDocument() in ~SwVbaDocument()
67 void SwVbaDocument::Initialize() in Initialize()
73 SwVbaDocument::getContent() throw ( uno::RuntimeException ) in getContent()
81 SwVbaDocument::Range( const uno::Any& rStart, const uno::Any& rEnd ) throw ( uno::RuntimeException ) in Range()
125 SwVbaDocument::BuiltInDocumentProperties( const uno::Any& index ) throw (uno::RuntimeException) in BuiltInDocumentProperties()
134 SwVbaDocument::CustomDocumentProperties( const uno::Any& index ) throw (uno::RuntimeException) in CustomDocumentProperties()
143 SwVbaDocument::Bookmarks( const uno::Any& rIndex ) throw ( uno::RuntimeException ) in Bookmarks()
155 SwVbaDocument::Variables( const uno::Any& rIndex ) throw ( uno::RuntimeException ) in Variables()
169 SwVbaDocument::Paragraphs( const uno::Any& index ) throw (uno::RuntimeException) in Paragraphs()
178 SwVbaDocument::Styles( const uno::Any& index ) throw (uno::RuntimeException) in Styles()
187 SwVbaDocument::Fields( const uno::Any& index ) throw (uno::RuntimeException) in Fields()
196 SwVbaDocument::Shapes( const uno::Any& index ) throw (uno::RuntimeException) in Shapes()
210 SwVbaDocument::Sections( const uno::Any& index ) throw (uno::RuntimeException) in Sections()
219 SwVbaDocument::PageSetup( ) throw (uno::RuntimeException) in PageSetup()
226 SwVbaDocument::getServiceImplName() in getServiceImplName()
232 SwVbaDocument::getAttachedTemplate() throw (uno::RuntimeException) in getAttachedTemplate()
245 SwVbaDocument::setAttachedTemplate( const css::uno::Any& /*_attachedtemplate*/ ) throw (uno::Runtim… in setAttachedTemplate()
251 SwVbaDocument::Tables( const css::uno::Any& aIndex ) throw (uno::RuntimeException) in Tables()
261 void SAL_CALL SwVbaDocument::Activate() throw (uno::RuntimeException) in Activate()
267 SwVbaDocument::getControlShape( const ::rtl::OUString& sName ) in getControlShape()
291 SwVbaDocument::getIntrospection( ) throw (uno::RuntimeException) in getIntrospection()
297 SwVbaDocument::invoke( const ::rtl::OUString& aFunctionName, const uno::Sequence< uno::Any >& /*aPa… in invoke()
306 SwVbaDocument::setValue( const ::rtl::OUString& /*aPropertyName*/, const uno::Any& /*aValue*/ ) thr… in setValue()
311 SwVbaDocument::getValue( const ::rtl::OUString& aPropertyName ) throw (beans::UnknownPropertyExcept… in getValue()
322 SwVbaDocument::hasMethod( const ::rtl::OUString& /*aName*/ ) throw (uno::RuntimeException) in hasMethod()
328 SwVbaDocument::hasProperty( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasProperty()
337 SwVbaDocument::getFormControls() in getFormControls()
357 SwVbaDocument::getServiceNames() in getServiceNames()
371 sdecl::vba_service_class_<SwVbaDocument, sdecl::with_args<true> > serviceImpl;