Searched defs:bFiltered (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | table5.cxx | 810 bool bFiltered = RowFiltered(nRow, NULL, &nLastRow); in HasFilteredRows() local 825 bool bFiltered = rTable.ColFiltered(nCol, NULL, &nLastCol); in CopyColFiltered() local 840 bool bFiltered = rTable.RowFiltered(nRow, NULL, &nLastRow); in CopyRowFiltered() local 848 void ScTable::SetRowFiltered(SCROW nStartRow, SCROW nEndRow, bool bFiltered) in SetRowFiltered() 856 void ScTable::SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, bool bFiltered) in SetColFiltered()
|
H A D | document.cxx | 3723 void ScDocument::SetRowFiltered(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bFiltered) in SetRowFiltered() 3731 void ScDocument::SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bFiltered) in SetColFiltered()
|
H A D | table2.cxx | 835 bool bFiltered = RowFiltered(i, NULL, &nLastRow); in CopyToTable() local
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 424 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in SelectLevel() local 532 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowMarkedOutlines() local 705 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowOutline() local
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlrowi.cxx | 208 sal_Bool bFiltered (sal_False); in EndElement() local
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 3901 bool bFiltered = (bIsMove && pTransObj->HasFilteredRows()); in DropTransferObj() local
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 6002 … bool bFiltered = mpGraphics->filterText( rOrigStr, aStr, nMinIndex, nLen, nCutStart, nCutStop ); in ImplLayout() local
|
Completed in 235 milliseconds