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.cxx427 ScDataPilotDescriptorBase* pImp = ScDataPilotDescriptorBase::getImplementation( xDescriptor ); in insertNewByName()
599 ScDataPilotDescriptorBase::ScDataPilotDescriptorBase(ScDocShell* pDocSh) : in ScDataPilotDescriptorBase() function in ScDataPilotDescriptorBase
606 ScDataPilotDescriptorBase::~ScDataPilotDescriptorBase() in ~ScDataPilotDescriptorBase()
612 Any SAL_CALL ScDataPilotDescriptorBase::queryInterface( const uno::Type& rType ) in queryInterface()
625 void SAL_CALL ScDataPilotDescriptorBase::acquire() throw() in acquire()
630 void SAL_CALL ScDataPilotDescriptorBase::release() throw() in release()
635 Sequence< uno::Type > SAL_CALL ScDataPilotDescriptorBase::getTypes() in getTypes()
652 Sequence<sal_Int8> SAL_CALL ScDataPilotDescriptorBase::getImplementationId() in getImplementationId()
663 void ScDataPilotDescriptorBase::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
676 CellRangeAddress SAL_CALL ScDataPilotDescriptorBase::getSourceRange() in getSourceRange()
[all …]
H A Ddatauno.cxx1541 …erDescriptor::ScDataPilotFilterDescriptor(ScDocShell* pDocShell, ScDataPilotDescriptorBase* pPar) : in ScDataPilotFilterDescriptor()
/trunk/main/sc/inc/
H A Ddapiuno.hxx150 class ScDataPilotDescriptorBase : public com::sun::star::sheet::XDataPilotDescriptor, class
164 ScDataPilotDescriptorBase(ScDocShell* pDocSh);
165 virtual ~ScDataPilotDescriptorBase();
229 static ScDataPilotDescriptorBase* getImplementation( const com::sun::star::uno::Reference<
241 class ScDataPilotDescriptor : public ScDataPilotDescriptorBase
267 class ScDataPilotTableObj : public ScDataPilotDescriptorBase,
351 explicit ScDataPilotChildObjBase( ScDataPilotDescriptorBase& rParent );
352 …explicit ScDataPilotChildObjBase( ScDataPilotDescriptorBase& rParent, const ScFieldIden…
370 ScDataPilotDescriptorBase& mrParent;
393 ScDataPilotDescriptorBase& rParent );
[all …]
H A Ddatauno.hxx60 class ScDataPilotDescriptorBase;
397 ScDataPilotDescriptorBase* pParent;
400 … ScDataPilotFilterDescriptor(ScDocShell* pDocSh, ScDataPilotDescriptorBase* pPar);