Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Ddpgroup.cxx120 …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() function
131 …SCROW lcl_InsertValue<true>( SCCOL nSourceDim, ScDPTableDataCache* pCache , std::vector< SCROW >&… in lcl_InsertValue() function
133 SCROW nItemId = lcl_InsertValue<false>( nSourceDim, pCache, vIdx, rData ); in lcl_InsertValue()
142 …void lcl_InsertValue ( SCCOL nSourceDim, ScDPTableDataCache* pCache , std::vector< SCROW >& vIdx,… in lcl_InsertValue() function
144lcl_InsertValue<bUpdateData>( nSourceDim, pCache, vIdx, ScDPItemData( rString, fValue, sal_True ) … in lcl_InsertValue()
148 …void lcl_InsertValue ( SCCOL nSourceDim, ScDPTableDataCache* pCache , std::vector< SCROW >& vIdx,… in lcl_InsertValue() function
150lcl_InsertValue<bUpdateData>( nSourceDim, pCache, vIdx, ScDPItemData( nDatePart, rString, fValue, … in lcl_InsertValue()
673 lcl_InsertValue<false>( nSourceDim, pCache, rEntries, aName, nValue, nDatePart ); in FillColumnEntries()
678 lcl_InsertValue<true>( nSourceDim, pCache, rEntries, aFirstName, SC_DP_DATE_FIRST, nDatePart ); in FillColumnEntries()
[all …]