Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx183 bool bIgnoreEmptyRows, bool bRepeatIfEmpty ) in fillTable() argument
211 SCROW nIndex = GetCache()->GetItemDataId( nCol, nRow, bRepeatIfEmpty ); in fillTable()
312 const ScDPItemData* ScDPCacheTable::getCell(SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const in getCell()
314 SCROW nId= GetCache()->GetItemDataId(nCol, nRow, bRepeatIfEmpty); in getCell()
318 void ScDPCacheTable::getValue( ScDPValueData& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) c… in getValue()
320 const ScDPItemData* pData = getCell( nCol, nRow, bRepeatIfEmpty ); in getValue()
393 bool bRepeatIfEmpty = rRepeatIfEmptyDims.count(nCol) > 0; in filterTable() local
395 const ScDPItemData* pData= getCell(nCol, nRow, bRepeatIfEmpty); in filterTable()
445 bool bRepeatIfEmpty = rRepeatIfEmptyDims.count(itr->mnFieldIndex) > 0; in isRowQualified() local
446 …nst ScDPItemData* pCellData = getCell(static_cast<SCCOL>(itr->mnFieldIndex), nRow, bRepeatIfEmpty); in isRowQualified()
H A Ddpshttab.cxx65 bRepeatIfEmpty(sal_False), in ScSheetDPData()
185 bRepeatIfEmpty = bRepeatIfEmptyP; in SetEmptyFlags()
190 return bRepeatIfEmpty; in IsRepeatIfEmpty()
201 bIgnoreEmptyRows, bRepeatIfEmpty ); in CreateCacheTable()
H A Ddptabsrc.cxx131 bRepeatIfEmpty( sal_False ), in ScDPSource()
142 pData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in ScDPSource()
542 pData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in setIgnoreEmptyRows()
547 return bRepeatIfEmpty; in getRepeatIfEmpty()
552 bRepeatIfEmpty = bSet; in setRepeatIfEmpty()
553 pData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in setRepeatIfEmpty()
H A Ddptablecache.cxx947 SCROW ScDPTableDataCache::GetItemDataId(sal_uInt16 nDim, SCROW nRow, sal_Bool bRepeatIfEmpty) const in GetItemDataId()
952 if ( bRepeatIfEmpty ) in GetItemDataId()
H A Ddptabdat.cxx54 bRepeatIfEmpty(false) in CalcInfo()
H A Ddpgroup.cxx1187 void ScDPGroupTableData::SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) in SetEmptyFlags() argument
1189 pSourceData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in SetEmptyFlags()
/trunk/main/sc/inc/
H A Ddpcachetable.hxx168 bool bIgnoreEmptyRows, bool bRepeatIfEmpty );
186 const ScDPItemData* getCell(SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
187 void getValue( ScDPValueData& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
H A Ddpshttab.hxx74 sal_Bool bRepeatIfEmpty; member in ScSheetDPData
90 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
H A Ddptabdat.hxx123 bool bRepeatIfEmpty; member
151 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) = 0;
H A Ddpsdbtab.hxx79 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
H A Ddptablecache.hxx85 SCROW GetItemDataId( sal_uInt16 nDim, SCROW nRow, sal_Bool bRepeatIfEmpty ) const;
H A Ddpgroup.hxx238 …irtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
H A Ddptabsrc.hxx129 sal_Bool bRepeatIfEmpty; member in ScDPSource

Completed in 75 milliseconds