|
LibreOffice Module sd (master) 1
|
this class holds the parameters and status of a search or replace operation performed by class SdUnoSearchReplaceShape More...
#include <unosrch.hxx>
Public Member Functions | |
| SdUnoSearchReplaceDescriptor () | |
| this class holds the parameters and status of a search or replace operation performed by class SdUnoSearchReplaceShape More... | |
| virtual | ~SdUnoSearchReplaceDescriptor () noexcept override |
| bool | IsCaseSensitive () const |
| bool | IsWords () const |
| virtual OUString SAL_CALL | getSearchString () override |
| virtual void SAL_CALL | setSearchString (const OUString &aString) override |
| virtual OUString SAL_CALL | getReplaceString () override |
| virtual void SAL_CALL | setReplaceString (const OUString &aReplaceString) override |
| virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
| virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
| virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
| virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
| virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
| virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
| virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
Private Attributes | |
| std::unique_ptr< SvxItemPropertySet > | mpPropSet |
| bool | mbBackwards |
| bool | mbCaseSensitive |
| bool | mbWords |
| OUString | maSearchStr |
| OUString | maReplaceStr |
this class holds the parameters and status of a search or replace operation performed by class SdUnoSearchReplaceShape
Definition at line 73 of file unosrch.hxx.
| SdUnoSearchReplaceDescriptor::SdUnoSearchReplaceDescriptor | ( | ) |
this class holds the parameters and status of a search or replace operation performed by class SdUnoSearchReplaceShape
| css::uno::RuntimeException |
Definition at line 638 of file unosrch.cxx.
References SdrObject::GetGlobalDrawObjectItemPool(), ImplGetSearchPropertyMap(), mbBackwards, mbCaseSensitive, mbWords, and mpPropSet.
|
overridevirtualnoexcept |
Definition at line 647 of file unosrch.cxx.
|
overridevirtual |
Definition at line 733 of file unosrch.cxx.
|
overridevirtual |
Definition at line 735 of file unosrch.cxx.
|
overridevirtual |
Definition at line 674 of file unosrch.cxx.
References mpPropSet.
|
overridevirtual |
Definition at line 707 of file unosrch.cxx.
References mbBackwards, mbCaseSensitive, mbWords, mpPropSet, SfxItemPropertyMapEntry::nWID, WID_SEARCH_BACKWARDS, WID_SEARCH_CASE, and WID_SEARCH_WORDS.
|
overridevirtual |
Definition at line 663 of file unosrch.cxx.
References maReplaceStr.
Referenced by SdUnoSearchReplaceShape::replaceAll().
|
overridevirtual |
Definition at line 652 of file unosrch.cxx.
References maSearchStr.
Referenced by SdUnoSearchReplaceShape::Search().
|
inline |
Definition at line 89 of file unosrch.hxx.
Referenced by SdUnoSearchReplaceShape::Search().
|
inline |
Definition at line 90 of file unosrch.hxx.
Referenced by SdUnoSearchReplaceShape::Search().
|
overridevirtual |
Definition at line 734 of file unosrch.cxx.
|
overridevirtual |
Definition at line 736 of file unosrch.cxx.
|
overridevirtual |
Definition at line 680 of file unosrch.cxx.
References mbBackwards, mbCaseSensitive, mbWords, mpPropSet, SfxItemPropertyMapEntry::nWID, WID_SEARCH_BACKWARDS, WID_SEARCH_CASE, and WID_SEARCH_WORDS.
|
overridevirtual |
Definition at line 668 of file unosrch.cxx.
References maReplaceStr.
|
overridevirtual |
Definition at line 657 of file unosrch.cxx.
References maSearchStr.
|
private |
Definition at line 82 of file unosrch.hxx.
Referenced by getReplaceString(), and setReplaceString().
|
private |
Definition at line 81 of file unosrch.hxx.
Referenced by getSearchString(), and setSearchString().
|
private |
Definition at line 77 of file unosrch.hxx.
Referenced by getPropertyValue(), SdUnoSearchReplaceDescriptor(), and setPropertyValue().
|
private |
Definition at line 78 of file unosrch.hxx.
Referenced by getPropertyValue(), SdUnoSearchReplaceDescriptor(), and setPropertyValue().
|
private |
Definition at line 79 of file unosrch.hxx.
Referenced by getPropertyValue(), SdUnoSearchReplaceDescriptor(), and setPropertyValue().
|
private |
Definition at line 75 of file unosrch.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), SdUnoSearchReplaceDescriptor(), and setPropertyValue().