Searched refs:pSpecial (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | dpshttab.cxx | 63 pSpecial(NULL), in ScSheetDPData() 69 pSpecial = new sal_Bool[nEntryCount]; in ScSheetDPData() 75 pSpecial[j] = false; in ScSheetDPData() 80 pSpecial[j] = true; in ScSheetDPData() 95 delete[] pSpecial; in ~ScSheetDPData() 200 aCacheTable.fillTable( aQuery, pSpecial, in CreateCacheTable()
|
H A D | table3.cxx | 957 if ( pSpecial && pSpecial[i] ) in ValidQuery() 1409 pSpecial[i] = sal_False; in lcl_PrepareQuery() 1441 pSpecial[i] = sal_True; in lcl_PrepareQuery() 1486 sal_Bool* pSpecial = new sal_Bool[nEntryCount]; in Query() local 1487 lcl_PrepareQuery( pDocument, this, aParam, pSpecial ); in Query() 1508 sal_Bool bValid = ValidQuery(j, aParam, pSpecial); in Query() 1636 delete[] pSpecial; in Query() 1903 sal_Bool* pSpecial = new sal_Bool[nEntryCount]; in GetFilteredFilterEntries() local 1904 lcl_PrepareQuery( pDocument, this, aParam, pSpecial ); in GetFilteredFilterEntries() 1908 if ( ValidQuery( j, aParam, pSpecial ) ) in GetFilteredFilterEntries() [all …]
|
H A D | dpcachetable.cxx | 182 void ScDPCacheTable::fillTable( const ScQueryParam& rQuery, sal_Bool* pSpecial, in fillTable() argument 218 !GetCache()->ValidQuery( nRow , rQuery, pSpecial ) ) in fillTable()
|
H A D | dptablecache.cxx | 634 bool ScDPTableDataCache::ValidQuery( SCROW nRow, const ScQueryParam &rParam, sal_Bool *pSpecial) in ValidQuery() argument 673 if ( pSpecial && pSpecial[i] ) in ValidQuery()
|
H A D | documen3.cxx | 1268 …Document::ValidQuery( SCROW nRow, SCTAB nTab, const ScQueryParam& rQueryParam, sal_Bool* pSpecial ) in ValidQuery() argument 1271 return pTab[nTab]->ValidQuery( nRow, rQueryParam, pSpecial ); in ValidQuery()
|
/aoo4110/main/sc/inc/ |
H A D | dpshttab.hxx | 72 sal_Bool* pSpecial; member in ScSheetDPData
|
H A D | dptablecache.hxx | 90 bool ValidQuery( SCROW nRow, const ScQueryParam& rQueryParam, sal_Bool* pSpecial );
|
H A D | dpcachetable.hxx | 167 void fillTable( const ScQueryParam& rQuery, sal_Bool* pSpecial,
|
H A D | table.hxx | 772 sal_Bool* pSpecial = NULL, ScBaseCell* pCell = NULL,
|
H A D | document.hxx | 1517 …sal_Bool ValidQuery( SCROW nRow, SCTAB nTab, const ScQueryParam& rQueryParam, sal_Bool* pSpecial…
|
Completed in 61 milliseconds