Searched refs:SwVbaFind (Results 1 – 3 of 3) sorted by relevance
35 SwVbaFind::SwVbaFind( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Refer… in SwVbaFind() function in SwVbaFind44 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()[all …]
38 class SwVbaFind : public SwVbaFind_BASE class64 …SwVbaFind( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refer…65 virtual ~SwVbaFind();
418 return uno::Reference< word::XFind >( new SwVbaFind( this, mxContext, mxModel, xTextRange ) ); in getFind()