Home
last modified time | relevance | path

Searched refs:setTrue (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx266 void setTrue(SCCOLROW nPos1, SCCOLROW nPos2);
270 void ScFlatBoolSegmentsImpl::setTrue(SCCOLROW nPos1, SCCOLROW nPos2) in setTrue() function in ScFlatBoolSegmentsImpl
360 void ScFlatBoolRowSegments::setTrue(SCROW nRow1, SCROW nRow2) in setTrue() function in ScFlatBoolRowSegments
362 mpImpl->setTrue(static_cast<SCCOLROW>(nRow1), static_cast<SCCOLROW>(nRow2)); in setTrue()
428 void ScFlatBoolColSegments::setTrue(SCCOL nCol1, SCCOL nCol2) in setTrue() function in ScFlatBoolColSegments
430 mpImpl->setTrue(static_cast<SCCOLROW>(nCol1), static_cast<SCCOLROW>(nCol2)); in setTrue()
H A Dtable5.cxx593 mpHiddenRows->setTrue(nStartRow, nEndRow); in SetRowHidden()
601 mpHiddenCols->setTrue(nStartCol, nEndCol); in SetColHidden()
851 mpFilteredRows->setTrue(nStartRow, nEndRow); in SetRowFiltered()
859 mpFilteredCols->setTrue(nStartCol, nEndCol); in SetColFiltered()
H A Dtable1.cxx1424 aSkipCols.setTrue(i, nLastCol); in ExtendPrintArea()
1433 aSkipCols.setTrue(j,j); in ExtendPrintArea()
H A Dattarray.cxx1756 rUsedRows.setTrue(nStart, nEnd); in FindStyleSheet()
/trunk/main/sc/inc/
H A Dsegmenttree.hxx73 void setTrue(SCROW nRow1, SCROW nRow2);
104 void setTrue(SCCOL nCol1, SCCOL nCol2);

Completed in 38 milliseconds