Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxepage.cxx304 rDoc.GetAllRowBreaks(aRowBreaks, nScTab, false, true); in XclExpPageSettings()
/trunk/main/sc/source/core/data/
H A Dtable5.cxx341 void ScTable::GetAllRowBreaks(set<SCROW>& rBreaks, bool bPage, bool bManual) const in GetAllRowBreaks() function in ScTable
H A Ddocument.cxx3520 void ScDocument::GetAllRowBreaks(set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const in GetAllRowBreaks() function in ScDocument
3525 pTab[nTab]->GetAllRowBreaks(rBreaks, bPage, bManual); in GetAllRowBreaks()
/trunk/main/sc/inc/
H A Dtable.hxx710 void GetAllRowBreaks(::std::set<SCROW>& rBreaks, bool bPage, bool bManual) const;
H A Ddocument.hxx1380 …SC_DLLPUBLIC void GetAllRowBreaks(::std::set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bo…

Completed in 67 milliseconds