/trunk/main/sc/source/core/data/ |
H A D | table5.cxx | 810 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()
|
H A D | document.cxx | 3723 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 D | table2.cxx | 835 bool bFiltered = RowFiltered(i, NULL, &nLastRow); in CopyToTable() local 839 pDestTab->SetRowFiltered(i, nLastRow, bFiltered); in CopyToTable()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 424 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/filter/xml/ |
H A D | xmlrowi.cxx | 208 sal_Bool bFiltered (sal_False); in EndElement() local 216 bFiltered = sal_True; in EndElement() 223 if (bFiltered && pDoc) in EndElement()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 759 void SetRowFiltered(SCROW nStartRow, SCROW nEndRow, bool bFiltered); 760 void SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, bool bFiltered);
|
H A D | document.hxx | 1405 …LLPUBLIC void SetRowFiltered(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bFiltered); 1406 …LLPUBLIC void SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bFiltered);
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 3916 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 D | outdev3.cxx | 6002 … bool bFiltered = mpGraphics->filterText( rOrigStr, aStr, nMinIndex, nLen, nCutStart, nCutStop ); in ImplLayout() local 6006 if( bFiltered && nCutStop != nCutStart && pDXArray ) in ImplLayout()
|