Lines Matching refs:RuntimeException

52 …css::uno::Reference< css::text::XTextRange >& xCurrentRange ) throw ( css::uno::RuntimeException );
53 …css::uno::Reference< css::text::XTextRange >& xCurrentRange ) throw ( css::uno::RuntimeException );
55 void SetReplaceWith( const rtl::OUString& rText ) throw ( css::uno::RuntimeException );
56 rtl::OUString GetReplaceWith() throw ( css::uno::RuntimeException );
58 … rtl::OUString ReplaceWildcards( const rtl::OUString& rText ) throw ( css::uno::RuntimeException );
60 …css::uno::Reference< css::text::XTextRange > FindOneElement() throw ( css::uno::RuntimeException );
61 sal_Bool SearchReplace() throw ( css::uno::RuntimeException );
64 …st css::uno::Reference< css::text::XTextRange >& xTextRange ) throw ( css::uno::RuntimeException );
68 virtual ::rtl::OUString SAL_CALL getText() throw (css::uno::RuntimeException);
69 … virtual void SAL_CALL setText( const ::rtl::OUString& _text ) throw (css::uno::RuntimeException);
70 virtual css::uno::Any SAL_CALL getReplacement() throw (css::uno::RuntimeException);
71 …id SAL_CALL setReplacement( const css::uno::Any& _replacement ) throw (css::uno::RuntimeException);
72 virtual ::sal_Bool SAL_CALL getForward() throw (css::uno::RuntimeException);
73 virtual void SAL_CALL setForward( ::sal_Bool _forward ) throw (css::uno::RuntimeException);
74 virtual ::sal_Int32 SAL_CALL getWrap() throw (css::uno::RuntimeException);
75 virtual void SAL_CALL setWrap( ::sal_Int32 _wrap ) throw (css::uno::RuntimeException);
76 virtual ::sal_Bool SAL_CALL getFormat() throw (css::uno::RuntimeException);
77 virtual void SAL_CALL setFormat( ::sal_Bool _format ) throw (css::uno::RuntimeException);
78 virtual ::sal_Bool SAL_CALL getMatchCase() throw (css::uno::RuntimeException);
79 virtual void SAL_CALL setMatchCase( ::sal_Bool _matchcase ) throw (css::uno::RuntimeException);
80 virtual ::sal_Bool SAL_CALL getMatchWholeWord() throw (css::uno::RuntimeException);
81 …l void SAL_CALL setMatchWholeWord( ::sal_Bool _matchwholeword ) throw (css::uno::RuntimeException);
82 virtual ::sal_Bool SAL_CALL getMatchWildcards() throw (css::uno::RuntimeException);
83 …l void SAL_CALL setMatchWildcards( ::sal_Bool _matchwildcards ) throw (css::uno::RuntimeException);
84 virtual ::sal_Bool SAL_CALL getMatchSoundsLike() throw (css::uno::RuntimeException);
85 …void SAL_CALL setMatchSoundsLike( ::sal_Bool _matchsoundslike ) throw (css::uno::RuntimeException);
86 virtual ::sal_Bool SAL_CALL getMatchAllWordForms() throw (css::uno::RuntimeException);
87 … SAL_CALL setMatchAllWordForms( ::sal_Bool _matchallwordforms ) throw (css::uno::RuntimeException);
88 virtual css::uno::Any SAL_CALL getStyle() throw (css::uno::RuntimeException);
89 … virtual void SAL_CALL setStyle( const css::uno::Any& _style ) throw (css::uno::RuntimeException);
92 … css::uno::Any& IgnoreSpace, const css::uno::Any& IgnorePunct ) throw (css::uno::RuntimeException);
93 virtual void SAL_CALL ClearFormatting( ) throw (css::uno::RuntimeException);