Searched refs:ScShowRowsEntry (Results 1 – 3 of 3) sorted by relevance
1501 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()
788 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()
85 struct ScShowRowsEntry struct91 ScShowRowsEntry( SCROW nR1, SCROW nR2, bool bS ) : in ScShowRowsEntry() argument
Completed in 34 milliseconds