Home
last modified time | relevance | path

Searched refs:SwVbaFind (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/ui/vba/
H A Dvbafind.cxx35 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()
[all …]
H A Dvbafind.hxx38 class SwVbaFind : public SwVbaFind_BASE class
64SwVbaFind( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refer…
65 virtual ~SwVbaFind();
H A Dvbaselection.cxx418 return uno::Reference< word::XFind >( new SwVbaFind( this, mxContext, mxModel, xTextRange ) ); in getFind()