Home
last modified time | relevance | path

Searched refs:ScDataPilotDescriptor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx183 SC_SIMPLE_SERVICE_INFO( ScDataPilotDescriptor, "ScDataPilotDescriptor", "stardiv::one::sheet::DataP…
374 return new ScDataPilotDescriptor(pDocShell); in createDataPilotDescriptor()
1396 ScDataPilotDescriptor::ScDataPilotDescriptor(ScDocShell* pDocSh) : in ScDataPilotDescriptor() function in ScDataPilotDescriptor
1413 ScDataPilotDescriptor::~ScDataPilotDescriptor() in ~ScDataPilotDescriptor()
1418 ScDPObject* ScDataPilotDescriptor::GetDPObject() const in GetDPObject()
1423 void ScDataPilotDescriptor::SetDPObject( ScDPObject* pDPObject ) in SetDPObject()
1435 OUString SAL_CALL ScDataPilotDescriptor::getName() in getName()
1441 void SAL_CALL ScDataPilotDescriptor::setName( const OUString& aNewName ) in setName()
1447 OUString SAL_CALL ScDataPilotDescriptor::getTag() in getTag()
1453 void SAL_CALL ScDataPilotDescriptor::setTag( const OUString& aNewTag ) in setTag()
/trunk/main/sc/inc/
H A Ddapiuno.hxx241 class ScDataPilotDescriptor : public ScDataPilotDescriptorBase class
247 ScDataPilotDescriptor(ScDocShell* pDocSh);
248 virtual ~ScDataPilotDescriptor();