summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbafind.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbafind.hxx')
-rw-r--r--sw/source/ui/vba/vbafind.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbafind.hxx b/sw/source/ui/vba/vbafind.hxx
index d605a8a81692..3ce55cc329a4 100644
--- a/sw/source/ui/vba/vbafind.hxx
+++ b/sw/source/ui/vba/vbafind.hxx
@@ -44,15 +44,22 @@ private:
sal_Int32 mnWrap;
private:
+ /// @throws css::uno::RuntimeException
bool InRange( const css::uno::Reference< css::text::XTextRange >& xCurrentRange ) throw ( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
bool InEqualRange( const css::uno::Reference< css::text::XTextRange >& xCurrentRange ) throw ( css::uno::RuntimeException );
void SetReplace( sal_Int32 type );
+ /// @throws css::uno::RuntimeException
void SetReplaceWith( const OUString& rText ) throw ( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
OUString GetReplaceWith() throw ( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
css::uno::Reference< css::text::XTextRange > FindOneElement() throw ( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
bool SearchReplace() throw ( css::uno::RuntimeException );
public:
+ /// @throws css::uno::RuntimeException
SwVbaFind( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::text::XTextRange >& xTextRange ) throw ( css::uno::RuntimeException );
virtual ~SwVbaFind() override;