Searched refs:bRepeatIfEmpty (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | dpcachetable.cxx | 183 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 D | dpshttab.cxx | 65 bRepeatIfEmpty(sal_False), in ScSheetDPData() 185 bRepeatIfEmpty = bRepeatIfEmptyP; in SetEmptyFlags() 190 return bRepeatIfEmpty; in IsRepeatIfEmpty() 201 bIgnoreEmptyRows, bRepeatIfEmpty ); in CreateCacheTable()
|
H A D | dptabsrc.cxx | 131 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 D | dptablecache.cxx | 947 SCROW ScDPTableDataCache::GetItemDataId(sal_uInt16 nDim, SCROW nRow, sal_Bool bRepeatIfEmpty) const in GetItemDataId() 952 if ( bRepeatIfEmpty ) in GetItemDataId()
|
H A D | dptabdat.cxx | 54 bRepeatIfEmpty(false) in CalcInfo()
|
H A D | dpgroup.cxx | 1187 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 D | dpcachetable.hxx | 168 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 D | dpshttab.hxx | 74 sal_Bool bRepeatIfEmpty; member in ScSheetDPData 90 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
|
H A D | dptabdat.hxx | 123 bool bRepeatIfEmpty; member 151 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) = 0;
|
H A D | dpsdbtab.hxx | 79 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
|
H A D | dptablecache.hxx | 85 SCROW GetItemDataId( sal_uInt16 nDim, SCROW nRow, sal_Bool bRepeatIfEmpty ) const;
|
H A D | dpgroup.hxx | 238 …irtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
|
H A D | dptabsrc.hxx | 129 sal_Bool bRepeatIfEmpty; member in ScDPSource
|
Completed in 57 milliseconds