Lines Matching refs:ScDataPilotDescriptorBase

429 	ScDataPilotDescriptorBase* pImp = ScDataPilotDescriptorBase::getImplementation( xDescriptor );  in insertNewByName()
606 ScDataPilotDescriptorBase::ScDataPilotDescriptorBase(ScDocShell* pDocSh) : in ScDataPilotDescriptorBase() function in ScDataPilotDescriptorBase
613 ScDataPilotDescriptorBase::~ScDataPilotDescriptorBase() in ~ScDataPilotDescriptorBase()
619 Any SAL_CALL ScDataPilotDescriptorBase::queryInterface( const uno::Type& rType ) in queryInterface()
633 void SAL_CALL ScDataPilotDescriptorBase::acquire() throw() in acquire()
638 void SAL_CALL ScDataPilotDescriptorBase::release() throw() in release()
643 Sequence< uno::Type > SAL_CALL ScDataPilotDescriptorBase::getTypes() in getTypes()
661 Sequence<sal_Int8> SAL_CALL ScDataPilotDescriptorBase::getImplementationId() in getImplementationId()
673 void ScDataPilotDescriptorBase::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
686 CellRangeAddress SAL_CALL ScDataPilotDescriptorBase::getSourceRange() in getSourceRange()
701 void SAL_CALL ScDataPilotDescriptorBase::setSourceRange( const CellRangeAddress& aSourceRange ) thr… in setSourceRange()
717 Reference<XSheetFilterDescriptor> SAL_CALL ScDataPilotDescriptorBase::getFilterDescriptor() in getFilterDescriptor()
724 Reference<XIndexAccess> SAL_CALL ScDataPilotDescriptorBase::getDataPilotFields() in getDataPilotFields()
731 Reference<XIndexAccess> SAL_CALL ScDataPilotDescriptorBase::getColumnFields() in getColumnFields()
738 Reference<XIndexAccess> SAL_CALL ScDataPilotDescriptorBase::getRowFields() in getRowFields()
745 Reference<XIndexAccess> SAL_CALL ScDataPilotDescriptorBase::getPageFields() in getPageFields()
752 Reference<XIndexAccess> SAL_CALL ScDataPilotDescriptorBase::getDataFields() in getDataFields()
759 Reference<XIndexAccess> SAL_CALL ScDataPilotDescriptorBase::getHiddenFields() in getHiddenFields()
767 Reference< XPropertySetInfo > SAL_CALL ScDataPilotDescriptorBase::getPropertySetInfo( ) in getPropertySetInfo()
776 void SAL_CALL ScDataPilotDescriptorBase::setPropertyValue( const OUString& aPropertyName, const Any… in setPropertyValue()
924 Any SAL_CALL ScDataPilotDescriptorBase::getPropertyValue( const OUString& aPropertyName ) in getPropertyValue()
1035 void SAL_CALL ScDataPilotDescriptorBase::addPropertyChangeListener( in addPropertyChangeListener()
1041 void SAL_CALL ScDataPilotDescriptorBase::removePropertyChangeListener( in removePropertyChangeListener()
1047 void SAL_CALL ScDataPilotDescriptorBase::addVetoableChangeListener( in addVetoableChangeListener()
1053 void SAL_CALL ScDataPilotDescriptorBase::removeVetoableChangeListener( in removeVetoableChangeListener()
1061 Reference< XDataPilotField > SAL_CALL ScDataPilotDescriptorBase::getDataLayoutField() throw(Runtime… in getDataLayoutField()
1080 sal_Int64 SAL_CALL ScDataPilotDescriptorBase::getSomething( in getSomething()
1093 const Sequence<sal_Int8>& ScDataPilotDescriptorBase::getUnoTunnelId() in getUnoTunnelId()
1110 ScDataPilotDescriptorBase* ScDataPilotDescriptorBase::getImplementation( in getImplementation()
1113 ScDataPilotDescriptorBase* pRet = NULL; in getImplementation()
1116 …pRet = reinterpret_cast<ScDataPilotDescriptorBase*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomet… in getImplementation()
1123 ScDataPilotDescriptorBase( pDocSh ), in ScDataPilotTableObj()
1143 return ScDataPilotDescriptorBase::queryInterface( rType ); in queryInterface()
1148 ScDataPilotDescriptorBase::acquire(); in acquire()
1153 ScDataPilotDescriptorBase::release(); in release()
1161 Sequence< uno::Type > aParentTypes = ScDataPilotDescriptorBase::getTypes(); in getTypes()
1415 ScDataPilotDescriptorBase::Notify( rBC, rHint ); in Notify()
1433 ScDataPilotDescriptorBase( pDocSh ), in ScDataPilotDescriptor()
1499 ScDataPilotChildObjBase::ScDataPilotChildObjBase( ScDataPilotDescriptorBase& rParent ) : in ScDataPilotChildObjBase()
1505 ScDataPilotChildObjBase::ScDataPilotChildObjBase( ScDataPilotDescriptorBase& rParent, const ScField… in ScDataPilotChildObjBase()
1582 ScDataPilotFieldsObj::ScDataPilotFieldsObj( ScDataPilotDescriptorBase& rParent ) : in ScDataPilotFieldsObj()
1587 ScDataPilotFieldsObj::ScDataPilotFieldsObj( ScDataPilotDescriptorBase& rParent, DataPilotFieldOrien… in ScDataPilotFieldsObj()
1841 ScDataPilotDescriptorBase& rParent, const ScFieldIdentifier& rFieldId ) : in ScDataPilotFieldObj()
1847 ScDataPilotFieldObj::ScDataPilotFieldObj( ScDataPilotDescriptorBase& rParent, in ScDataPilotFieldObj()
3270 ScDataPilotItemsObj::ScDataPilotItemsObj( ScDataPilotDescriptorBase& rParent, const ScFieldIdentifi… in ScDataPilotItemsObj()
3387 ScDataPilotItemObj::ScDataPilotItemObj( ScDataPilotDescriptorBase& rParent, const ScFieldIdentifier… in ScDataPilotItemObj()