Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_pivottable.cxx1109 ScDPFilteredCache aFilteredCache(aCache); in testPivotTableCache() local
1110 aFilteredCache.fillTable(); in testPivotTableCache()
1112 sal_Int32 nRows = aFilteredCache.getRowSize(); in testPivotTableCache()
1114 CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong dimension.", sal_Int32(3), aFilteredCache.getColSize()); in testPivotTableCache()
1118 if (!aFilteredCache.isRowActive(i)) in testPivotTableCache()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_pivottable.cxx920 ScDPFilteredCache aFilteredCache(aCache); in testPivotTableCache() local
921 aFilteredCache.fillTable(); in testPivotTableCache()
923 sal_Int32 nRows = aFilteredCache.getRowSize(); in testPivotTableCache()
924 CPPUNIT_ASSERT_MESSAGE("Wrong dimension.", nRows == 6 && aFilteredCache.getColSize() == 3); in testPivotTableCache()
928 if (!aFilteredCache.isRowActive(i)) in testPivotTableCache()