Searched refs:HasObjectsInRows (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 58 if ( pDrawLayer->HasObjectsInRows( nTab, nStartRow, nEndRow ) ) in PrepareGraphics()
|
/aoo4110/main/sc/inc/ |
H A D | drwlayer.hxx | 174 …sal_Bool HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNot…
|
/aoo4110/main/sc/source/core/data/ |
H A D | table2.cxx | 2270 if (pDrawLayer->HasObjectsInRows( nTab, nStartRow, nEndRow )) in SetRowHeightRange() 2771 bool bHasObjects = pDrawLayer && pDrawLayer->HasObjectsInRows( nTab, nRow1, nRow2, false ); in ShowRows()
|
H A D | table3.cxx | 1503 …bool bHasObjects = pDrawLayer && pDrawLayer->HasObjectsInRows( nTab, aParam.nRow1 + nHeader, aPara… in Query()
|
H A D | drwlayer.cxx | 1161 sal_Bool ScDrawLayer::HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNo… in HasObjectsInRows() function in ScDrawLayer
|
Completed in 37 milliseconds