Lines Matching refs:ScDataPilotTablesObj

187 SC_SIMPLE_SERVICE_INFO( ScDataPilotTablesObj, "ScDataPilotTablesObj", "com.sun.star.sheet.DataPilot…
308 ScDataPilotTablesObj::ScDataPilotTablesObj(ScDocShell* pDocSh, SCTAB nT) : in ScDataPilotTablesObj() function in ScDataPilotTablesObj
315 ScDataPilotTablesObj::~ScDataPilotTablesObj() in ~ScDataPilotTablesObj()
321 void ScDataPilotTablesObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
334 ScDataPilotTableObj* ScDataPilotTablesObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) in GetObjectByIndex_Impl()
363 ScDataPilotTableObj* ScDataPilotTablesObj::GetObjectByName_Impl(const OUString& rName) in GetObjectByName_Impl()
370 Reference<XDataPilotDescriptor> SAL_CALL ScDataPilotTablesObj::createDataPilotDescriptor() in createDataPilotDescriptor()
416 void SAL_CALL ScDataPilotTablesObj::insertNewByName( const OUString& aNewName, in insertNewByName()
457 void SAL_CALL ScDataPilotTablesObj::removeByName( const OUString& aName ) in removeByName()
474 Reference< XEnumeration > SAL_CALL ScDataPilotTablesObj::createEnumeration() throw(RuntimeException) in createEnumeration()
482 sal_Int32 SAL_CALL ScDataPilotTablesObj::getCount() throw(RuntimeException) in getCount()
508 Any SAL_CALL ScDataPilotTablesObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
518 uno::Type SAL_CALL ScDataPilotTablesObj::getElementType() throw(RuntimeException) in getElementType()
524 sal_Bool SAL_CALL ScDataPilotTablesObj::hasElements() throw(RuntimeException) in hasElements()
532 Any SAL_CALL ScDataPilotTablesObj::getByName( const OUString& aName ) in getByName()
542 Sequence<OUString> SAL_CALL ScDataPilotTablesObj::getElementNames() in getElementNames()
580 sal_Bool SAL_CALL ScDataPilotTablesObj::hasByName( const OUString& aName ) in hasByName()