Searched refs:GetAllRowBreaks (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xepage.cxx | 304 rDoc.GetAllRowBreaks(aRowBreaks, nScTab, false, true); in XclExpPageSettings()
|
/trunk/main/sc/source/core/data/ |
H A D | table5.cxx | 341 void ScTable::GetAllRowBreaks(set<SCROW>& rBreaks, bool bPage, bool bManual) const in GetAllRowBreaks() function in ScTable
|
H A D | document.cxx | 3520 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 D | table.hxx | 710 void GetAllRowBreaks(::std::set<SCROW>& rBreaks, bool bPage, bool bManual) const;
|
H A D | document.hxx | 1380 …SC_DLLPUBLIC void GetAllRowBreaks(::std::set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bo…
|
Completed in 259 milliseconds