Searched refs:nSourceDim (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 115 if ( !lcl_Search( nSourceDim, pCache, vIdx, nNew ,nIndex ) ) in lcl_Insert() 126 lcl_Insert( nSourceDim, pCache, vIdx, nNewID ); in lcl_InsertValue() 133 SCROW nItemId = lcl_InsertValue<false>( nSourceDim, pCache, vIdx, rData ); in lcl_InsertValue() 135 if( const ScDPItemData *pData = pCache->GetItemDataById( nSourceDim, nItemId ) ) in lcl_InsertValue() 621 lcl_Insert( nSourceDim, pCache , rEntries, rOriginal[nOriginalPos] ); in FillColumnEntries() 731 nSourceDim( nSource ), in ScDPGroupDimension() 746 nSourceDim( rOther.nSourceDim ), in ScDPGroupDimension() 758 nSourceDim = rOther.nSourceDim; in operator =() 1099 long nSourceDim = rGroupDim.GetSourceDim(); in GetColumnEntries() local 1363 long nSourceDim = nColumn; in FillGroupValues() local [all …]
|
H A D | dptabsrc.cxx | 1389 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 D | dpgroup.hxx | 77 …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 D | dptabsrc.hxx | 357 long nSourceDim; // >=0 if dup'ed member in ScDPDimension 370 long GetSourceDim() const { return nSourceDim; } // >=0 if dup'ed in GetSourceDim()
|
Completed in 66 milliseconds