LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScCellSearchObj Class Referencefinal

#include <srchuno.hxx>

Inheritance diagram for ScCellSearchObj:
[legend]
Collaboration diagram for ScCellSearchObj:
[legend]

Public Member Functions

 ScCellSearchObj ()
 
virtual ~ScCellSearchObj () override
 
SvxSearchItemGetSearchItem () const
 
virtual OUString SAL_CALL getReplaceString () override
 
virtual void SAL_CALL setReplaceString (const OUString &aReplaceString) override
 
virtual OUString SAL_CALL getSearchString () override
 
virtual void SAL_CALL setSearchString (const OUString &aString) 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
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

SfxItemPropertySet aPropSet
 
std::unique_ptr< SvxSearchItempSearchItem
 

Detailed Description

Definition at line 31 of file srchuno.hxx.

Constructor & Destructor Documentation

◆ ScCellSearchObj()

ScCellSearchObj::ScCellSearchObj ( )

Definition at line 59 of file srchuno.cxx.

References pSearchItem.

◆ ~ScCellSearchObj()

ScCellSearchObj::~ScCellSearchObj ( )
overridevirtual

Definition at line 85 of file srchuno.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

virtual void SAL_CALL ScCellSearchObj::addPropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  xListener 
)
overridevirtual

◆ addVetoableChangeListener()

virtual void SAL_CALL ScCellSearchObj::addVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

◆ getImplementationName()

OUString SAL_CALL ScCellSearchObj::getImplementationName ( )
overridevirtual

Definition at line 177 of file srchuno.cxx.

◆ getPropertySetInfo()

uno::Reference< beans::XPropertySetInfo > SAL_CALL ScCellSearchObj::getPropertySetInfo ( )
overridevirtual

Definition at line 119 of file srchuno.cxx.

References aPropSet, and SfxItemPropertySet::getPropertyMap().

◆ getPropertyValue()

uno::Any SAL_CALL ScCellSearchObj::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

◆ getReplaceString()

OUString SAL_CALL ScCellSearchObj::getReplaceString ( )
overridevirtual

Definition at line 105 of file srchuno.cxx.

References pSearchItem.

◆ GetSearchItem()

SvxSearchItem * ScCellSearchObj::GetSearchItem ( ) const
inline

Definition at line 44 of file srchuno.hxx.

References pSearchItem.

◆ getSearchString()

OUString SAL_CALL ScCellSearchObj::getSearchString ( )
overridevirtual

Definition at line 91 of file srchuno.cxx.

References pSearchItem.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL ScCellSearchObj::getSupportedServiceNames ( )
overridevirtual

Definition at line 187 of file srchuno.cxx.

References SCREPLACEDESCRIPTOR_SERVICE, and SCSEARCHDESCRIPTOR_SERVICE.

◆ removePropertyChangeListener()

virtual void SAL_CALL ScCellSearchObj::removePropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  aListener 
)
overridevirtual

◆ removeVetoableChangeListener()

virtual void SAL_CALL ScCellSearchObj::removeVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

◆ setPropertyValue()

void SAL_CALL ScCellSearchObj::setPropertyValue ( const OUString &  aPropertyName,
const css::uno::Any &  aValue 
)
overridevirtual

◆ setReplaceString()

void SAL_CALL ScCellSearchObj::setReplaceString ( const OUString &  aReplaceString)
overridevirtual

Definition at line 111 of file srchuno.cxx.

References pSearchItem.

◆ setSearchString()

void SAL_CALL ScCellSearchObj::setSearchString ( const OUString &  aString)
overridevirtual

Definition at line 97 of file srchuno.cxx.

References pSearchItem.

◆ supportsService()

sal_Bool SAL_CALL ScCellSearchObj::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 182 of file srchuno.cxx.

References cppu::supportsService().

Member Data Documentation

◆ aPropSet

SfxItemPropertySet ScCellSearchObj::aPropSet
private

Definition at line 36 of file srchuno.hxx.

Referenced by getPropertySetInfo().

◆ pSearchItem

std::unique_ptr<SvxSearchItem> ScCellSearchObj::pSearchItem
private

The documentation for this class was generated from the following files: