Lines Matching refs:ScCellFieldObj
290 ScCellFieldObj* ScCellFieldsObj::GetObjectByIndex_Impl(sal_Int32 Index) const in GetObjectByIndex_Impl()
301 return new ScCellFieldObj( pDocShell, aCellPos, aSelection ); in GetObjectByIndex_Impl()
439 ScCellFieldObj::ScCellFieldObj(ScDocShell* pDocSh, const ScAddress& rPos, in ScCellFieldObj() function in ScCellFieldObj
458 uno::Any SAL_CALL ScCellFieldObj::queryAggregation( const uno::Type& rType ) in queryAggregation()
470 uno::Sequence<uno::Type> SAL_CALL ScCellFieldObj::getTypes() throw(uno::RuntimeException) in getTypes()
492 uno::Sequence<sal_Int8> SAL_CALL ScCellFieldObj::getImplementationId() in getImplementationId()
504 uno::Any SAL_CALL ScCellFieldObj::queryInterface( const uno::Type& rType ) in queryInterface()
510 void SAL_CALL ScCellFieldObj::acquire() throw() in acquire()
515 void SAL_CALL ScCellFieldObj::release() throw() in release()
520 void ScCellFieldObj::InitDoc( ScDocShell* pDocSh, const ScAddress& rPos, in InitDoc()
534 ScCellFieldObj::~ScCellFieldObj() in ~ScCellFieldObj()
542 void ScCellFieldObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
563 SvxFieldItem ScCellFieldObj::CreateFieldItem() in CreateFieldItem()
575 void ScCellFieldObj::DeleteField() in DeleteField()
594 rtl::OUString SAL_CALL ScCellFieldObj::getPresentation( sal_Bool bShowCommand ) in getPresentation()
624 void SAL_CALL ScCellFieldObj::attach( const uno::Reference<text::XTextRange>& xTextRange ) in attach()
638 uno::Reference<text::XTextRange> SAL_CALL ScCellFieldObj::getAnchor() throw(uno::RuntimeException) in getAnchor()
648 void SAL_CALL ScCellFieldObj::dispose() throw(uno::RuntimeException) in dispose()
653 void SAL_CALL ScCellFieldObj::addEventListener( in addEventListener()
660 void SAL_CALL ScCellFieldObj::removeEventListener( in removeEventListener()
669 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScCellFieldObj::getPropertySetInfo() in getPropertySetInfo()
677 void SAL_CALL ScCellFieldObj::setPropertyValue( in setPropertyValue()
745 uno::Any SAL_CALL ScCellFieldObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
798 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScCellFieldObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
802 sal_Int64 SAL_CALL ScCellFieldObj::getSomething( in SC_IMPL_DUMMY_PROPERTY_LISTENER()
815 const uno::Sequence<sal_Int8>& ScCellFieldObj::getUnoTunnelId() in getUnoTunnelId()
832 ScCellFieldObj* ScCellFieldObj::getImplementation( in getImplementation()
835 ScCellFieldObj* pRet = NULL; in getImplementation()
838 …pRet = reinterpret_cast<ScCellFieldObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUno… in getImplementation()
844 rtl::OUString SAL_CALL ScCellFieldObj::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
849 sal_Bool SAL_CALL ScCellFieldObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
857 uno::Sequence<rtl::OUString> SAL_CALL ScCellFieldObj::getSupportedServiceNames() in getSupportedServiceNames()