Lines Matching refs:SwVbaFind

35 SwVbaFind::SwVbaFind( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Refer…  in SwVbaFind()  function in SwVbaFind
44 SwVbaFind::~SwVbaFind() in ~SwVbaFind()
48 sal_Bool SwVbaFind::InRange( const uno::Reference< text::XTextRange >& xCurrentRange ) throw ( uno:… in InRange()
56 sal_Bool SwVbaFind::InEqualRange( const uno::Reference< text::XTextRange >& xCurrentRange ) throw (… in InEqualRange()
64 void SwVbaFind::SetReplaceWith( const rtl::OUString& rText ) throw (uno::RuntimeException) in SetReplaceWith()
70 rtl::OUString SwVbaFind::GetReplaceWith() throw (uno::RuntimeException) in GetReplaceWith()
74 void SwVbaFind::SetReplace( sal_Int32 type ) in SetReplace()
80 rtl::OUString SwVbaFind::ReplaceWildcards( const rtl::OUString& /*rText*/ ) throw ( uno::RuntimeExc… in ReplaceWildcards()
86 uno::Reference< text::XTextRange > SwVbaFind::FindOneElement() throw ( uno::RuntimeException ) in FindOneElement()
131 sal_Bool SwVbaFind::SearchReplace() throw (uno::RuntimeException) in SearchReplace()
189 ::rtl::OUString SAL_CALL SwVbaFind::getText() throw (uno::RuntimeException) in getText()
194 void SAL_CALL SwVbaFind::setText( const ::rtl::OUString& _text ) throw (uno::RuntimeException) in setText()
199 uno::Any SAL_CALL SwVbaFind::getReplacement() throw (uno::RuntimeException) in getReplacement()
204 void SAL_CALL SwVbaFind::setReplacement( const uno::Any& /*_replacement */ ) throw (uno::RuntimeExc… in setReplacement()
209 ::sal_Bool SAL_CALL SwVbaFind::getForward() throw (uno::RuntimeException) in getForward()
216 void SAL_CALL SwVbaFind::setForward( ::sal_Bool _forward ) throw (uno::RuntimeException) in setForward()
222 ::sal_Int32 SAL_CALL SwVbaFind::getWrap() throw (uno::RuntimeException) in getWrap()
228 void SAL_CALL SwVbaFind::setWrap( ::sal_Int32 _wrap ) throw (uno::RuntimeException) in setWrap()
234 ::sal_Bool SAL_CALL SwVbaFind::getFormat() throw (uno::RuntimeException) in getFormat()
239 void SAL_CALL SwVbaFind::setFormat( ::sal_Bool _format ) throw (uno::RuntimeException) in setFormat()
244 ::sal_Bool SAL_CALL SwVbaFind::getMatchCase() throw (uno::RuntimeException) in getMatchCase()
251 void SAL_CALL SwVbaFind::setMatchCase( ::sal_Bool _matchcase ) throw (uno::RuntimeException) in setMatchCase()
256 ::sal_Bool SAL_CALL SwVbaFind::getMatchWholeWord() throw (uno::RuntimeException) in getMatchWholeWord()
263 void SAL_CALL SwVbaFind::setMatchWholeWord( ::sal_Bool _matchwholeword ) throw (uno::RuntimeExcepti… in setMatchWholeWord()
268 ::sal_Bool SAL_CALL SwVbaFind::getMatchWildcards() throw (uno::RuntimeException) in getMatchWildcards()
275 void SAL_CALL SwVbaFind::setMatchWildcards( ::sal_Bool _matchwildcards ) throw (uno::RuntimeExcepti… in setMatchWildcards()
280 ::sal_Bool SAL_CALL SwVbaFind::getMatchSoundsLike() throw (uno::RuntimeException) in getMatchSoundsLike()
287 void SAL_CALL SwVbaFind::setMatchSoundsLike( ::sal_Bool _matchsoundslike ) throw (uno::RuntimeExcep… in setMatchSoundsLike()
293 ::sal_Bool SAL_CALL SwVbaFind::getMatchAllWordForms() throw (uno::RuntimeException) in getMatchAllWordForms()
302 void SAL_CALL SwVbaFind::setMatchAllWordForms( ::sal_Bool _matchallwordforms ) throw (uno::RuntimeE… in setMatchAllWordForms()
309 uno::Any SAL_CALL SwVbaFind::getStyle() throw (uno::RuntimeException) in getStyle()
314 void SAL_CALL SwVbaFind::setStyle( const uno::Any& /*_style */ ) throw (uno::RuntimeException) in setStyle()
320 SwVbaFind::Execute( const uno::Any& FindText, const uno::Any& MatchCase, const uno::Any& MatchWhole… in Execute()
400 SwVbaFind::ClearFormatting( ) throw (uno::RuntimeException) in ClearFormatting()
407 SwVbaFind::getServiceImplName() in getServiceImplName()
414 SwVbaFind::getServiceNames() in getServiceNames()