Home
last modified time | relevance | path

Searched refs:nSourceDim (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx80 …sal_Bool lcl_Search( SCCOL nSourceDim, ScDPTableDataCache* pCache , const std::vector< SCROW >& vI… in lcl_Search() argument
92 const ScDPItemData* pData = pCache->GetItemDataById( nSourceDim, vIdx[nIndex] ); in lcl_Search()
93 const ScDPItemData* pDataInsert = pCache->GetItemDataById( nSourceDim, nNew ); in lcl_Search()
112 …void lcl_Insert( SCCOL nSourceDim, ScDPTableDataCache* pCache , std::vector< SCROW >& vIdx, SCRO… in lcl_Insert() argument
115 if ( !lcl_Search( nSourceDim, pCache, vIdx, nNew ,nIndex ) ) in lcl_Insert()
120 …SCROW lcl_InsertValue( SCCOL nSourceDim, ScDPTableDataCache* pCache , std::vector< SCROW >& vIdx,…
123 …SCROW lcl_InsertValue<false>( SCCOL nSourceDim, ScDPTableDataCache* pCache , std::vector< SCROW >… in lcl_InsertValue() argument
126 lcl_Insert( nSourceDim, pCache, vIdx, nNewID ); in lcl_InsertValue()
131 …SCROW lcl_InsertValue<true>( SCCOL nSourceDim, ScDPTableDataCache* pCache , std::vector< SCROW >&… in lcl_InsertValue() argument
133 SCROW nItemId = lcl_InsertValue<false>( nSourceDim, pCache, vIdx, rData ); in lcl_InsertValue()
[all …]
H A Ddptabsrc.cxx1389 nSourceDim( -1 ), in ScDPDimension()
1495 DBG_ASSERT( nSourceDim < 0, "recursive duplicate - not implemented" ); in CreateCloneObject()
1503 pNew->nSourceDim = nDim; //! recursive? in CreateCloneObject()
1515 return (nSourceDim >= 0); in isDuplicated()
1724 … nFormat = pSource->GetData()->GetNumberFormat( ( nSourceDim >= 0 ) ? nSourceDim : nDim ); in getPropertyValue()
1747 if (nSourceDim >= 0) in getPropertyValue()
1748 xOriginal = pSource->GetDimensionsObject()->getByIndex(nSourceDim); in getPropertyValue()
/trunk/main/sc/inc/
H A Ddpgroup.hxx77 …void FillColumnEntries( SCCOL nSourceDim, ScDPTableDataCache* pCahe , std::vector< SCROW >&…
108 long nSourceDim; member in ScDPGroupDimension
127 long GetSourceDim() const { return nSourceDim; } in GetSourceDim()
177 const std::vector< SCROW >& GetNumEntries( SCCOL nSourceDim, ScDPTableDataCache* pCache,
H A Ddptabsrc.hxx357 long nSourceDim; // >=0 if dup'ed member in ScDPDimension
370 long GetSourceDim() const { return nSourceDim; } // >=0 if dup'ed in GetSourceDim()