Home
last modified time | relevance | path

Searched refs:ScDataPilotDescriptorBase (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx429 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()
[all …]
H A Ddatauno.cxx1570 …erDescriptor::ScDataPilotFilterDescriptor(ScDocShell* pDocShell, ScDataPilotDescriptorBase* pPar) : in ScDataPilotFilterDescriptor()
/trunk/main/sc/inc/
H A Ddapiuno.hxx164 class ScDataPilotDescriptorBase : public com::sun::star::sheet::XDataPilotDescriptor, class
178 ScDataPilotDescriptorBase(ScDocShell* pDocSh);
179 virtual ~ScDataPilotDescriptorBase();
269 static ScDataPilotDescriptorBase* getImplementation( const com::sun::star::uno::Reference<
283 class ScDataPilotDescriptor : public ScDataPilotDescriptorBase
314 class ScDataPilotTableObj : public ScDataPilotDescriptorBase,
414 explicit ScDataPilotChildObjBase( ScDataPilotDescriptorBase& rParent );
415 …explicit ScDataPilotChildObjBase( ScDataPilotDescriptorBase& rParent, const ScFieldIden…
433 ScDataPilotDescriptorBase& mrParent;
456 ScDataPilotDescriptorBase& rParent );
[all …]
H A Ddatauno.hxx60 class ScDataPilotDescriptorBase;
469 ScDataPilotDescriptorBase* pParent;
472 … ScDataPilotFilterDescriptor(ScDocShell* pDocSh, ScDataPilotDescriptorBase* pPar);