Searched refs:RemoveRowBreak (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sc/source/core/data/ |
| H A D | table5.cxx | 415 void ScTable::RemoveRowBreak(SCROW nRow, bool bPage, bool bManual) in RemoveRowBreak() function in ScTable
|
| H A D | table3.cxx | 624 RemoveRowBreak(nRow+1, false, true); in RemoveSubTotals()
|
| H A D | document.cxx | 3573 void ScDocument::RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual) in RemoveRowBreak() function in ScDocument 3578 pTab[nTab]->RemoveRowBreak(nRow, bPage, bManual); in RemoveRowBreak()
|
| /trunk/main/sc/inc/ |
| H A D | table.hxx | 730 void RemoveRowBreak(SCROW nRow, bool bPage, bool bManual);
|
| H A D | document.hxx | 1383 void RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual);
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docfunc.cxx | 3379 pDoc->RemoveRowBreak(static_cast<SCROW>(nPos), nTab, false, true); in RemovePageBreak()
|