Home
last modified time | relevance | path

Searched refs:ScShowRowsEntry (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dtable3.cxx1501 std::vector<ScShowRowsEntry> aEntries; in Query()
1563 aEntries.push_back(ScShowRowsEntry(nOldStart, nOldEnd, bOldResult)); in Query()
1586 aEntries.push_back(ScShowRowsEntry(nOldStart, nOldEnd, bOldResult)); in Query()
1592 std::vector<ScShowRowsEntry>::const_iterator aEnd = aEntries.end(); in Query()
1593 std::vector<ScShowRowsEntry>::const_iterator aIter = aEntries.begin(); in Query()
H A Dtable2.cxx788 std::vector<ScShowRowsEntry> aEntries; in CopyToTable()
802 aEntries.push_back(ScShowRowsEntry(i, nLastRow, !bThisHidden)); in CopyToTable()
818 std::vector<ScShowRowsEntry>::const_iterator aEnd = aEntries.end(); in CopyToTable()
819 std::vector<ScShowRowsEntry>::const_iterator aIter = aEntries.begin(); in CopyToTable()
/aoo4110/main/sc/inc/
H A Dtable.hxx85 struct ScShowRowsEntry struct
91 ScShowRowsEntry( SCROW nR1, SCROW nR2, bool bS ) : in ScShowRowsEntry() argument

Completed in 41 milliseconds