Lines Matching refs:ScDataPilotTableObj
186 SC_SIMPLE_SERVICE_INFO( ScDataPilotTableObj, "ScDataPilotTableObj", "com.sun.star.sheet.DataPilotTa…
334 ScDataPilotTableObj* ScDataPilotTablesObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) in GetObjectByIndex_Impl()
353 return new ScDataPilotTableObj( pDocShell, nTab, aName ); in GetObjectByIndex_Impl()
363 ScDataPilotTableObj* ScDataPilotTablesObj::GetObjectByName_Impl(const OUString& rName) in GetObjectByName_Impl()
366 return new ScDataPilotTableObj( pDocShell, nTab, rName ); in GetObjectByName_Impl()
1122 ScDataPilotTableObj::ScDataPilotTableObj(ScDocShell* pDocSh, SCTAB nT, const String& rN) : in ScDataPilotTableObj() function in ScDataPilotTableObj
1130 ScDataPilotTableObj::~ScDataPilotTableObj() in ~ScDataPilotTableObj()
1134 Any SAL_CALL ScDataPilotTableObj::queryInterface( const uno::Type& rType ) in queryInterface()
1146 void SAL_CALL ScDataPilotTableObj::acquire() throw() in acquire()
1151 void SAL_CALL ScDataPilotTableObj::release() throw() in release()
1156 Sequence< uno::Type > SAL_CALL ScDataPilotTableObj::getTypes() throw(RuntimeException) in getTypes()
1176 Sequence<sal_Int8> SAL_CALL ScDataPilotTableObj::getImplementationId() in getImplementationId()
1189 ScDPObject* ScDataPilotTableObj::GetDPObject() const in GetDPObject()
1194 void ScDataPilotTableObj::SetDPObject( ScDPObject* pDPObject ) in SetDPObject()
1207 OUString SAL_CALL ScDataPilotTableObj::getName() throw(RuntimeException) in getName()
1216 void SAL_CALL ScDataPilotTableObj::setName( const OUString& aNewName ) in setName()
1234 OUString SAL_CALL ScDataPilotTableObj::getTag() throw(RuntimeException) in getTag()
1243 void SAL_CALL ScDataPilotTableObj::setTag( const OUString& aNewTag ) in setTag()
1260 CellRangeAddress SAL_CALL ScDataPilotTableObj::getOutputRange() throw(RuntimeException) in getOutputRange()
1279 void SAL_CALL ScDataPilotTableObj::refresh() throw(RuntimeException) in refresh()
1294 Sequence< Sequence<Any> > SAL_CALL ScDataPilotTableObj::getDrillDownData(const CellAddress& aAddr) in getDrillDownData()
1308 DataPilotTablePositionData SAL_CALL ScDataPilotTableObj::getPositionData(const CellAddress& aAddr) in getPositionData()
1322 void SAL_CALL ScDataPilotTableObj::insertDrillDownSheet(const CellAddress& aAddr) in insertDrillDownSheet()
1336 CellRangeAddress SAL_CALL ScDataPilotTableObj::getOutputRangeByType( sal_Int32 nType ) in getOutputRangeByType()
1349 void SAL_CALL ScDataPilotTableObj::addModifyListener( const uno::Reference<util::XModifyListener>& … in addModifyListener()
1363 void SAL_CALL ScDataPilotTableObj::removeModifyListener( const uno::Reference<util::XModifyListener… in removeModifyListener()
1390 void ScDataPilotTableObj::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
1418 void ScDataPilotTableObj::Refreshed_Impl() in Refreshed_Impl()