Lines Matching refs:ScCellSearchObj
79 ScCellSearchObj::ScCellSearchObj() : in ScCellSearchObj() function in ScCellSearchObj
104 ScCellSearchObj::~ScCellSearchObj() in ~ScCellSearchObj()
111 rtl::OUString SAL_CALL ScCellSearchObj::getSearchString() throw(uno::RuntimeException) in getSearchString()
117 void SAL_CALL ScCellSearchObj::setSearchString( const rtl::OUString& aString ) in setSearchString()
126 rtl::OUString SAL_CALL ScCellSearchObj::getReplaceString() throw(uno::RuntimeException) in getReplaceString()
132 void SAL_CALL ScCellSearchObj::setReplaceString( const rtl::OUString& aReplaceString ) in setReplaceString()
141 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScCellSearchObj::getPropertySetInfo() in getPropertySetInfo()
150 void SAL_CALL ScCellSearchObj::setPropertyValue( in setPropertyValue()
173 uno::Any SAL_CALL ScCellSearchObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
197 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScCellSearchObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
201 rtl::OUString SAL_CALL ScCellSearchObj::getImplementationName() throw(uno::RuntimeException) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
206 sal_Bool SAL_CALL ScCellSearchObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
214 uno::Sequence<rtl::OUString> SAL_CALL ScCellSearchObj::getSupportedServiceNames() in getSupportedServiceNames()
226 sal_Int64 SAL_CALL ScCellSearchObj::getSomething( in getSomething()
239 const uno::Sequence<sal_Int8>& ScCellSearchObj::getUnoTunnelId() in getUnoTunnelId()
256 ScCellSearchObj* ScCellSearchObj::getImplementation( in getImplementation()
259 ScCellSearchObj* pRet = NULL; in getImplementation()
262 …pRet = reinterpret_cast<ScCellSearchObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUn… in getImplementation()