Home
last modified time | relevance | path

Searched refs:bFiltered (Results 1 – 9 of 9) sorted by path

/trunk/main/sc/inc/
H A Ddocument.hxx1405 …LLPUBLIC void SetRowFiltered(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bFiltered);
1406 …LLPUBLIC void SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bFiltered);
H A Dtable.hxx759 void SetRowFiltered(SCROW nStartRow, SCROW nEndRow, bool bFiltered);
760 void SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, bool bFiltered);
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3723 void ScDocument::SetRowFiltered(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bFiltered) in SetRowFiltered() argument
3728 pTab[nTab]->SetRowFiltered(nStartRow, nEndRow, bFiltered); in SetRowFiltered()
3731 void ScDocument::SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bFiltered) in SetColFiltered() argument
3736 pTab[nTab]->SetColFiltered(nStartCol, nEndCol, bFiltered); in SetColFiltered()
H A Dtable2.cxx835 bool bFiltered = RowFiltered(i, NULL, &nLastRow); in CopyToTable() local
839 pDestTab->SetRowFiltered(i, nLastRow, bFiltered); in CopyToTable()
H A Dtable5.cxx810 bool bFiltered = RowFiltered(nRow, NULL, &nLastRow); in HasFilteredRows() local
811 if (bFiltered) in HasFilteredRows()
825 bool bFiltered = rTable.ColFiltered(nCol, NULL, &nLastCol); in CopyColFiltered() local
829 SetColFiltered(nCol, nLastCol, bFiltered); in CopyColFiltered()
840 bool bFiltered = rTable.RowFiltered(nRow, NULL, &nLastRow); in CopyRowFiltered() local
843 SetRowFiltered(nRow, nLastRow, bFiltered); in CopyRowFiltered()
848 void ScTable::SetRowFiltered(SCROW nStartRow, SCROW nEndRow, bool bFiltered) in SetRowFiltered() argument
850 if (bFiltered) in SetRowFiltered()
856 void ScTable::SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, bool bFiltered) in SetColFiltered() argument
858 if (bFiltered) in SetColFiltered()
/trunk/main/sc/source/filter/xml/
H A Dxmlrowi.cxx208 sal_Bool bFiltered (sal_False); in EndElement() local
216 bFiltered = sal_True; in EndElement()
223 if (bFiltered && pDoc) in EndElement()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx424 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in SelectLevel() local
426 if ( !bShow || !bFiltered ) in SelectLevel()
532 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowMarkedOutlines() local
534 if ( !bFiltered ) in ShowMarkedOutlines()
705 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowOutline() local
707 if ( !bFiltered ) in ShowOutline()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3916 bool bFiltered = (bIsMove && pTransObj->HasFilteredRows()); in DropTransferObj() local
3917 if (!bFiltered) in DropTransferObj()
3929 bFiltered = ScViewUtil::HasFiltered( aDest, pThisDoc); in DropTransferObj()
3934 if (!bFiltered && pSourceDoc == pThisDoc) in DropTransferObj()
4066 else if ( !bFiltered && pSourceDoc ) // between documents in DropTransferObj()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6002 … bool bFiltered = mpGraphics->filterText( rOrigStr, aStr, nMinIndex, nLen, nCutStart, nCutStop ); in ImplLayout() local
6006 if( bFiltered && nCutStop != nCutStart && pDXArray ) in ImplLayout()

Completed in 144 milliseconds