Lines Matching refs:SAL_CALL

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 …virtual void SAL_CALL setReplacement( const css::uno::Any& _replacement ) throw (css::uno::Runtime…
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 …virtual void SAL_CALL setMatchWholeWord( ::sal_Bool _matchwholeword ) throw (css::uno::RuntimeExce…
82 virtual ::sal_Bool SAL_CALL getMatchWildcards() throw (css::uno::RuntimeException);
83 …virtual void SAL_CALL setMatchWildcards( ::sal_Bool _matchwildcards ) throw (css::uno::RuntimeExce…
84 virtual ::sal_Bool SAL_CALL getMatchSoundsLike() throw (css::uno::RuntimeException);
85 …virtual void SAL_CALL setMatchSoundsLike( ::sal_Bool _matchsoundslike ) throw (css::uno::RuntimeEx…
86 virtual ::sal_Bool SAL_CALL getMatchAllWordForms() throw (css::uno::RuntimeException);
87 …virtual void SAL_CALL setMatchAllWordForms( ::sal_Bool _matchallwordforms ) throw (css::uno::Runti…
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 …virtual ::sal_Bool SAL_CALL Execute( const css::uno::Any& FindText, const css::uno::Any& MatchCase…
93 virtual void SAL_CALL ClearFormatting( ) throw (css::uno::RuntimeException);