Lines Matching refs:ScSubTotalDescriptorBase
143 SC_SIMPLE_SERVICE_INFO( ScSubTotalDescriptorBase, "ScSubTotalDescriptorBase", "com.sun.star.sheet.S…
515 ScSubTotalFieldObj::ScSubTotalFieldObj( ScSubTotalDescriptorBase* pDesc, sal_uInt16 nP ) : in ScSubTotalFieldObj()
607 ScSubTotalDescriptorBase::ScSubTotalDescriptorBase() : in ScSubTotalDescriptorBase() function in ScSubTotalDescriptorBase
612 ScSubTotalDescriptorBase::~ScSubTotalDescriptorBase() in ~ScSubTotalDescriptorBase()
618 void ScSubTotalDescriptorBase::GetData( ScSubTotalParam& /* rParam */ ) const in GetData()
623 void ScSubTotalDescriptorBase::PutData( const ScSubTotalParam& /* rParam */ ) in PutData()
630 ScSubTotalFieldObj* ScSubTotalDescriptorBase::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
637 void SAL_CALL ScSubTotalDescriptorBase::clear() throw(uno::RuntimeException) in clear()
651 void SAL_CALL ScSubTotalDescriptorBase::addNew( in addNew()
704 uno::Reference<container::XEnumeration> SAL_CALL ScSubTotalDescriptorBase::createEnumeration() in createEnumeration()
713 sal_Int32 SAL_CALL ScSubTotalDescriptorBase::getCount() throw(uno::RuntimeException) in getCount()
725 uno::Any SAL_CALL ScSubTotalDescriptorBase::getByIndex( sal_Int32 nIndex ) in getByIndex()
738 uno::Type SAL_CALL ScSubTotalDescriptorBase::getElementType() throw(uno::RuntimeException) in getElementType()
744 sal_Bool SAL_CALL ScSubTotalDescriptorBase::hasElements() throw(uno::RuntimeException) in hasElements()
752 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScSubTotalDescriptorBase::getPropertySetInfo() in getPropertySetInfo()
761 void SAL_CALL ScSubTotalDescriptorBase::setPropertyValue( in setPropertyValue()
805 uno::Any SAL_CALL ScSubTotalDescriptorBase::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
838 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScSubTotalDescriptorBase ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
842 sal_Int64 SAL_CALL ScSubTotalDescriptorBase::getSomething( in SC_IMPL_DUMMY_PROPERTY_LISTENER()
855 const uno::Sequence<sal_Int8>& ScSubTotalDescriptorBase::getUnoTunnelId() in getUnoTunnelId()
872 ScSubTotalDescriptorBase* ScSubTotalDescriptorBase::getImplementation( in getImplementation()
875 ScSubTotalDescriptorBase* pRet = NULL; in getImplementation()
878 …pRet = reinterpret_cast<ScSubTotalDescriptorBase*>(sal::static_int_cast<sal_IntPtr>(xUT->getSometh… in getImplementation()