Lines Matching refs:ScDPObject

160 ScDPObject::ScDPObject( ScDocument* pD ) :  in ScDPObject()  function in ScDPObject
179 ScDPObject::ScDPObject(const ScDPObject& r) : in ScDPObject() function in ScDPObject
211 ScDPObject::~ScDPObject() in ~ScDPObject()
222 ScDataObject* ScDPObject::Clone() const in Clone()
224 return new ScDPObject(*this); in Clone()
227 void ScDPObject::SetAlive(sal_Bool bSet) in SetAlive()
232 void ScDPObject::SetAllowMove(sal_Bool bSet) in SetAllowMove()
237 void ScDPObject::SetSaveData(const ScDPSaveData& rData) in SetSaveData()
255 void ScDPObject::SetHeaderLayout (bool bUseGrid) in SetHeaderLayout()
260 bool ScDPObject::GetHeaderLayout() const in GetHeaderLayout()
265 void ScDPObject::SetOutRange(const ScRange& rRange) in SetOutRange()
273 void ScDPObject::SetSheetDesc(const ScSheetSourceDesc& rDesc, bool bFromRefUpdate) in SetSheetDesc()
297 void ScDPObject::SetImportDesc(const ScImportSourceDesc& rDesc) in SetImportDesc()
312 void ScDPObject::SetServiceData(const ScDPServiceDesc& rDesc) in SetServiceData()
326 void ScDPObject::WriteSourceDataTo( ScDPObject& rDest ) const in WriteSourceDataTo()
341 void ScDPObject::WriteTempDataTo( ScDPObject& rDest ) const in WriteTempDataTo()
346 sal_Bool ScDPObject::IsSheetData() const in IsSheetData()
351 void ScDPObject::SetName(const String& rNew) in SetName()
356 void ScDPObject::SetTag(const String& rNew) in SetTag()
361 bool ScDPObject::IsDataDescriptionCell(const ScAddress& rPos) in IsDataDescriptionCell()
377 uno::Reference<sheet::XDimensionsSupplier> ScDPObject::GetSource() in GetSource()
383 void ScDPObject::CreateOutput() in CreateOutput()
418 ScDPTableData* ScDPObject::GetTableData() in GetTableData()
468 void ScDPObject::CreateObjects() in CreateObjects()
530 void ScDPObject::InvalidateData() in InvalidateData()
535 void ScDPObject::InvalidateSource() in InvalidateSource()
553 ScRange ScDPObject::GetNewOutputRange( sal_Bool& rOverflow ) in GetNewOutputRange()
567 void ScDPObject::Output( const ScAddress& rPos ) in Output()
590 const ScRange ScDPObject::GetOutputRangeByType( sal_Int32 nType ) in GetOutputRangeByType()
605 void ScDPObject::RefreshAfterLoad() in RefreshAfterLoad()
637 void ScDPObject::BuildAllDimensionMembers() in BuildAllDimensionMembers()
653 bool ScDPObject::GetMemberNames( sal_Int32 nDim, Sequence<OUString>& rNames ) in GetMemberNames()
667 bool ScDPObject::GetMembers( sal_Int32 nDim, sal_Int32 nHier, vector<ScDPLabelData::Member>& rMembe… in GetMembers()
702 void ScDPObject::UpdateReference( UpdateRefMode eUpdateRefMode, in UpdateReference()
760 sal_Bool ScDPObject::RefsEqual( const ScDPObject& r ) const in RefsEqual()
779 void ScDPObject::WriteRefsTo( ScDPObject& r ) const in WriteRefsTo()
786 void ScDPObject::GetPositionData(const ScAddress& rPos, DataPilotTablePositionData& rPosData) in GetPositionData()
792 bool ScDPObject::GetDataFieldPositionData( in GetDataFieldPositionData()
809 void ScDPObject::GetDrillDownData(const ScAddress& rPos, Sequence< Sequence<Any> >& rTableData) in GetDrillDownData()
824 bool ScDPObject::IsDimNameInUse(const OUString& rName) const in IsDimNameInUse()
850 String ScDPObject::GetDimName( long nDim, sal_Bool& rIsDataLayout, sal_Int32* pFlags ) in GetDimName()
895 sal_Bool ScDPObject::IsDuplicated( long nDim ) in IsDuplicated()
927 long ScDPObject::GetDimCount() in GetDimCount()
945 void ScDPObject::FillPageList( TypedScStrCollection& rStrings, long nField ) in FillPageList()
1038 void ScDPObject::GetHeaderPositionData(const ScAddress& rPos, DataPilotTableHeaderData& rData) in GetHeaderPositionData()
1056 sal_Bool ScDPObject::GetPivotData( ScDPGetPivotDataField& rTarget, in GetPivotData()
1069 sal_Bool ScDPObject::IsFilterButton( const ScAddress& rPos ) in IsFilterButton()
1076 long ScDPObject::GetHeaderDim( const ScAddress& rPos, sal_uInt16& rOrient ) in GetHeaderDim()
1083 sal_Bool ScDPObject::GetHeaderDrag( const ScAddress& rPos, sal_Bool bMouseLeft, sal_Bool bMouseTop,… in GetHeaderDrag()
1091 void ScDPObject::GetMemberResultNames( ScStrCollection& rNames, long nDimension ) in GetMemberResultNames()
1320 sal_Bool ScDPObject::ParseFilters( ScDPGetPivotDataField& rTarget, in ParseFilters()
1535 void ScDPObject::ToggleDetails(const DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj) in ToggleDetails()
1862 sal_Bool ScDPObject::FillOldParam(ScPivotParam& rParam) const in FillOldParam()
1864 ((ScDPObject*)this)->CreateObjects(); // xSource is needed for field numbers in FillOldParam()
1946 sal_Bool ScDPObject::FillLabelData(ScPivotParam& rParam) in FillLabelData()
1950 ((ScDPObject*)this)->CreateObjects(); in FillLabelData()
2012 sal_Bool ScDPObject::GetHierarchiesNA( sal_Int32 nDim, uno::Reference< container::XNameAccess >& xH… in GetHierarchiesNA()
2029 sal_Bool ScDPObject::GetHierarchies( sal_Int32 nDim, uno::Sequence< rtl::OUString >& rHiers ) in GetHierarchies()
2041 sal_Int32 ScDPObject::GetUsedHierarchy( sal_Int32 nDim ) in GetUsedHierarchy()
2052 sal_Bool ScDPObject::GetMembersNA( sal_Int32 nDim, uno::Reference< container::XNameAccess >& xMembe… in GetMembersNA()
2057 sal_Bool ScDPObject::GetMembersNA( sal_Int32 nDim, sal_Int32 nHier, uno::Reference< container::XNam… in GetMembersNA()
2124 void ScDPObject::ConvertOrientation( ScDPSaveData& rSaveData, in ConvertOrientation()
2233 bool ScDPObject::IsOrientationAllowed( sal_uInt16 nOrient, sal_Int32 nDimFlags ) in IsOrientationAllowed()
2261 sal_Bool ScDPObject::HasRegisteredSources() in HasRegisteredSources()
2279 uno::Sequence<rtl::OUString> ScDPObject::GetRegisteredSources() in GetRegisteredSources()
2325 uno::Reference<sheet::XDimensionsSupplier> ScDPObject::CreateSource( const ScDPServiceDesc& rDesc ) in CreateSource()
2423 if ( static_cast<const ScDPObject*>(At(nPos))->GetOutRange().aStart.Tab() == nTab ) in DeleteOnTab()
2434 ((ScDPObject*)At(i))->UpdateReference( eUpdateRefMode, r, nDx, nDy, nDz ); in UpdateReference()
2443 if ( ! ((const ScDPObject*)At(i))->RefsEqual( *((const ScDPObject*)r.At(i)) ) ) in RefsEqual()
2455 ((const ScDPObject*)At(i))->WriteRefsTo( *((ScDPObject*)r.At(i)) ); in WriteRefsTo()
2466 const ScDPObject* pSourceObj = static_cast<const ScDPObject*>(At(nSourcePos)); in WriteRefsTo()
2471 ScDPObject* pDestObj = static_cast<ScDPObject*>(r.At(nDestPos)); in WriteRefsTo()
2482 ScDPObject* pDestObj = new ScDPObject( *pSourceObj ); in WriteRefsTo()
2495 ScDPObject* ScDPCollection::GetByName(const String& rName) const in GetByName()
2498 if (static_cast<const ScDPObject*>(pItems[i])->GetName() == rName) in GetByName()
2499 return static_cast<ScDPObject*>(pItems[i]); in GetByName()
2514 if (((const ScDPObject*)pItems[i])->GetName() == aNewName) in CreateNewName()
2526 long ScDPObject::GetCacheId() const in GetCacheId()
2533 sal_uLong ScDPObject::RefreshCache() in RefreshCache()
2583 void ScDPObject::SetCacheId( long nCacheId ) in SetCacheId()
2594 const ScDPTableDataCache* ScDPObject::GetCache() const in GetCache()
2600 void ScDPCollection::FreeTable(ScDPObject* pDPObj) in FreeTable()
2609 bool ScDPCollection::InsertNewTable(ScDPObject* pDPObj) in InsertNewTable()