Searched refs:rRepeatIfEmptyDims (Results 1 – 2 of 2) sorted by relevance
295 …rByPageDimension(const vector<Criterion>& rCriteria, const hash_set<sal_Int32>& rRepeatIfEmptyDims) in filterByPageDimension() argument309 … maRowsVisible[nRow] = maRowsVisible[nRow] && isRowQualified(nRow, rCriteria, rRepeatIfEmptyDims); in filterByPageDimension()352 const hash_set<sal_Int32>& rRepeatIfEmptyDims) in filterTable() argument384 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()
181 …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