Home
last modified time | relevance | path

Searched defs:bFiltered (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable5.cxx810 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 Ddocument.cxx3723 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 Dtable2.cxx835 bool bFiltered = RowFiltered(i, NULL, &nLastRow); in CopyToTable() local
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx424 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
/trunk/main/sc/source/filter/xml/
H A Dxmlrowi.cxx208 sal_Bool bFiltered (sal_False); in EndElement() local
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3916 bool bFiltered = (bIsMove && pTransObj->HasFilteredRows()); in DropTransferObj() local
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6002 … bool bFiltered = mpGraphics->filterText( rOrigStr, aStr, nMinIndex, nLen, nCutStart, nCutStop ); in ImplLayout() local

Completed in 130 milliseconds