Searched refs:ScRowBreakIterator (Results 1 – 5 of 5) sorted by relevance
550 class ScRowBreakIterator class555 explicit ScRowBreakIterator(::std::set<SCROW>& rBreaks);
145 class ScRowBreakIterator;1860 ScRowBreakIterator* GetRowBreakIterator(SCTAB nTab) const;
2307 SCROW ScRowBreakIterator::NOT_FOUND = -1;2309 ScRowBreakIterator::ScRowBreakIterator(set<SCROW>& rBreaks) : in ScRowBreakIterator() function in ScRowBreakIterator2315 SCROW ScRowBreakIterator::first() in first()2321 SCROW ScRowBreakIterator::next() in next()
5362 ScRowBreakIterator* ScDocument::GetRowBreakIterator(SCTAB nTab) const in GetRowBreakIterator()5365 return new ScRowBreakIterator(pTab[nTab]->maRowPageBreaks); in GetRowBreakIterator()
3081 ::boost::scoped_ptr<ScRowBreakIterator> pRowBreakIter(pDoc->GetRowBreakIterator(nPrintTab)); in CalcPages()3083 while (nNextPageBreak != ScRowBreakIterator::NOT_FOUND && nNextPageBreak < nStartRow) in CalcPages()
Completed in 69 milliseconds