Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Ddpcachetable.cxx295 …rByPageDimension(const vector<Criterion>& rCriteria, const hash_set<sal_Int32>& rRepeatIfEmptyDims) in filterByPageDimension() argument
309 … maRowsVisible[nRow] = maRowsVisible[nRow] && isRowQualified(nRow, rCriteria, rRepeatIfEmptyDims); in filterByPageDimension()
352 const hash_set<sal_Int32>& rRepeatIfEmptyDims) in filterTable() argument
384 if (!isRowQualified(nRow, rCriteria, rRepeatIfEmptyDims)) in filterTable()
393 bool bRepeatIfEmpty = rRepeatIfEmptyDims.count(nCol) > 0; in filterTable()
433 const hash_set<sal_Int32>& rRepeatIfEmptyDims) const in isRowQualified()
445 bool bRepeatIfEmpty = rRepeatIfEmptyDims.count(itr->mnFieldIndex) > 0; in isRowQualified()
/aoo4110/main/sc/inc/
H A Ddpcachetable.hxx181 …n(const ::std::vector<Criterion>& rCriteria, const ::std::hash_set<sal_Int32>& rRepeatIfEmptyDims);
208 const ::std::hash_set<sal_Int32>& rRepeatIfEmptyDims);
224 …t ::std::vector<Criterion>& rCriteria, const ::std::hash_set<sal_Int32>& rRepeatIfEmptyDims) const;

Completed in 7 milliseconds