Home
last modified time | relevance | path

Searched refs:rBreaks (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable5.cxx325 void ScTable::SetRowManualBreaks( const ::std::set<SCROW>& rBreaks ) in SetRowManualBreaks() argument
327 maRowManualBreaks = rBreaks; in SetRowManualBreaks()
333 void ScTable::SetColManualBreaks( const ::std::set<SCCOL>& rBreaks ) in SetColManualBreaks() argument
335 maColManualBreaks = rBreaks; in SetColManualBreaks()
341 void ScTable::GetAllRowBreaks(set<SCROW>& rBreaks, bool bPage, bool bManual) const in GetAllRowBreaks() argument
344 rBreaks = maRowPageBreaks; in GetAllRowBreaks()
349 … copy(maRowManualBreaks.begin(), maRowManualBreaks.end(), inserter(rBreaks, rBreaks.begin())); in GetAllRowBreaks()
353 void ScTable::GetAllColBreaks(set<SCCOL>& rBreaks, bool bPage, bool bManual) const in GetAllColBreaks() argument
356 rBreaks = maColPageBreaks; in GetAllColBreaks()
361 … copy(maColManualBreaks.begin(), maColManualBreaks.end(), inserter(rBreaks, rBreaks.begin())); in GetAllColBreaks()
H A Ddociter.cxx2309 ScRowBreakIterator::ScRowBreakIterator(set<SCROW>& rBreaks) : in ScRowBreakIterator() argument
2310 mrBreaks(rBreaks), in ScRowBreakIterator()
2311 maItr(rBreaks.begin()), maEnd(rBreaks.end()) in ScRowBreakIterator()
H A Ddocument.cxx3520 void ScDocument::GetAllRowBreaks(set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const in GetAllRowBreaks() argument
3525 pTab[nTab]->GetAllRowBreaks(rBreaks, bPage, bManual); in GetAllRowBreaks()
3528 void ScDocument::GetAllColBreaks(set<SCCOL>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const in GetAllColBreaks() argument
3533 pTab[nTab]->GetAllColBreaks(rBreaks, bPage, bManual); in GetAllColBreaks()
/trunk/main/sc/inc/
H A Dtable.hxx707 void SetRowManualBreaks( const ::std::set<SCROW>& rBreaks );
708 void SetColManualBreaks( const ::std::set<SCCOL>& rBreaks );
710 void GetAllRowBreaks(::std::set<SCROW>& rBreaks, bool bPage, bool bManual) const;
711 void GetAllColBreaks(::std::set<SCCOL>& rBreaks, bool bPage, bool bManual) const;
H A Ddociter.hxx555 explicit ScRowBreakIterator(::std::set<SCROW>& rBreaks);
H A Ddocument.hxx1380 …SC_DLLPUBLIC void GetAllRowBreaks(::std::set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bo…
1381 …SC_DLLPUBLIC void GetAllColBreaks(::std::set<SCCOL>& rBreaks, SCTAB nTab, bool bPage, bo…
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1487 lcl_CalcBreaks( ::std::vector<xub_StrLen> & rBreaks, SwPaM const & rPam ) in lcl_CalcBreaks() argument
1508 rBreaks.push_back(i); in lcl_CalcBreaks()

Completed in 95 milliseconds