Lines Matching refs:ScDPSource

89 SC_SIMPLE_SERVICE_INFO( ScDPSource,      "ScDPSource",      "com.sun.star.sheet.DataPilotSource" )
121 ScDPSource::ScDPSource( ScDPTableData* pD ) : in ScDPSource() function in ScDPSource
145 ScDPSource::~ScDPSource() in ~ScDPSource()
160 void ScDPSource::SetGrandTotalName(const ::rtl::OUString& rName) in SetGrandTotalName()
165 const ::rtl::OUString* ScDPSource::GetGrandTotalName() const in GetGrandTotalName()
170 sal_uInt16 ScDPSource::GetOrientation(long nColumn) in GetOrientation()
188 long ScDPSource::GetDataDimensionCount() in GetDataDimensionCount()
193 ScDPDimension* ScDPSource::GetDataDimension(long nIndex) in GetDataDimension()
202 String ScDPSource::GetDataDimName( long nIndex ) in GetDataDimName()
211 long ScDPSource::GetPosition(long nColumn) in GetPosition()
229 sal_Bool lcl_TestSubTotal( sal_Bool& rAllowed, long nColumn, long* pArray, long nCount, ScDPSource*… in lcl_TestSubTotal()
252 sal_Bool ScDPSource::SubTotalAllowed(long nColumn) in SubTotalAllowed()
275 void ScDPSource::SetOrientation(long nColumn, sal_uInt16 nNew) in SetOrientation()
311 sal_Bool ScDPSource::IsDataLayoutDimension(long nDim) in IsDataLayoutDimension()
316 sal_uInt16 ScDPSource::GetDataLayoutOrientation() in GetDataLayoutOrientation()
321 sal_Bool ScDPSource::IsDateDimension(long nDim) in IsDateDimension()
326 sal_uInt32 ScDPSource::GetNumberFormat(long nDim) in GetNumberFormat()
331 ScDPDimensions* ScDPSource::GetDimensionsObject() in GetDimensionsObject()
341 uno::Reference<container::XNameAccess> SAL_CALL ScDPSource::getDimensions() throw(uno::RuntimeExcep… in getDimensions()
346 void ScDPSource::SetDupCount( long nNew ) in SetDupCount()
351 ScDPDimension* ScDPSource::AddDuplicated(long /* nSource */, const String& rNewName) in AddDuplicated()
374 long ScDPSource::GetSourceDim(long nDim) in GetSourceDim()
395 uno::Sequence< uno::Sequence<sheet::DataResult> > SAL_CALL ScDPSource::getResults() in getResults()
427 void SAL_CALL ScDPSource::refresh() throw(uno::RuntimeException) in refresh()
432 void SAL_CALL ScDPSource::addRefreshListener( const uno::Reference<util::XRefreshListener >& ) in addRefreshListener()
438 void SAL_CALL ScDPSource::removeRefreshListener( const uno::Reference<util::XRefreshListener >& ) in removeRefreshListener()
444 Sequence< Sequence<Any> > SAL_CALL ScDPSource::getDrillDownData(const Sequence<sheet::DataPilotFiel… in getDrillDownData()
498 String ScDPSource::getDataDescription() in getDataDescription()
514 sal_Bool ScDPSource::getColumnGrand() const in getColumnGrand()
519 void ScDPSource::setColumnGrand(sal_Bool bSet) in setColumnGrand()
524 sal_Bool ScDPSource::getRowGrand() const in getRowGrand()
529 void ScDPSource::setRowGrand(sal_Bool bSet) in setRowGrand()
534 sal_Bool ScDPSource::getIgnoreEmptyRows() const in getIgnoreEmptyRows()
539 void ScDPSource::setIgnoreEmptyRows(sal_Bool bSet) in setIgnoreEmptyRows()
545 sal_Bool ScDPSource::getRepeatIfEmpty() const in getRepeatIfEmpty()
550 void ScDPSource::setRepeatIfEmpty(sal_Bool bSet) in setRepeatIfEmpty()
556 void ScDPSource::validate() //! ??? in validate()
561 void ScDPSource::disposeData() in disposeData()
665 void ScDPSource::FillCalcInfo(bool bIsRow, ScDPTableData::CalcInfo& rInfo, bool &rHasAutoShow) in FillCalcInfo()
713 void ScDPSource::GetCategoryDimensionIndices(hash_set<sal_Int32>& rCatDims) in GetCategoryDimensionIndices()
740 void ScDPSource::FilterCacheTableByPageDimensions() in FilterCacheTableByPageDimensions()
805 void ScDPSource::CreateRes_Impl() in CreateRes_Impl()
1036 void ScDPSource::FillLevelList( sal_uInt16 nOrientation, List& rList ) in FillLevelList()
1091 void ScDPSource::FillMemberResults() in FillMemberResults()
1138 const uno::Sequence<sheet::MemberResult>* ScDPSource::GetMemberResults( ScDPLevel* pLevel ) in GetMemberResults()
1162 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScDPSource::getPropertySetInfo() in getPropertySetInfo()
1186 void SAL_CALL ScDPSource::setPropertyValue( const rtl::OUString& aPropertyName, const uno::Any& aVa… in setPropertyValue()
1213 uno::Any SAL_CALL ScDPSource::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
1248 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScDPSource ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
1252 ScDPDimensions::ScDPDimensions( ScDPSource* pSrc ) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
1381 ScDPDimension::ScDPDimension( ScDPSource* pSrc, long nD ) : in ScDPDimension()
1786 ScDPHierarchies::ScDPHierarchies( ScDPSource* pSrc, long nD ) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
1902 ScDPHierarchy::ScDPHierarchy( ScDPSource* pSrc, long nD, long nH ) : in ScDPHierarchy()
1963 ScDPLevels::ScDPLevels( ScDPSource* pSrc, long nD, long nH ) : in ScDPLevels()
2114 ScDPLevel::ScDPLevel( ScDPSource* pSrc, long nD, long nH, long nL ) : in ScDPLevel()
2410 ScDPMembers::ScDPMembers( ScDPSource* pSrc, long nD, long nH, long nL ) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2682 ScDPMember::ScDPMember( ScDPSource* pSrc, long nD, long nH, long nL, in ScDPMember()
2895 ScDPTableDataCache* ScDPSource::GetCache() in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2906 const ScDPItemData* ScDPSource::GetItemDataById(long nDim, long nId) in GetItemDataById()
2919 SCROW ScDPSource::GetMemberId( long nDim, const ScDPItemData& rData ) in GetMemberId()