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 | 3582 void ScDocument::RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual) in RemoveRowBreak() function in ScDocument 3587 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 | 1386 void RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual);
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3383 pDoc->RemoveRowBreak(static_cast<SCROW>(nPos), nTab, false, true); in RemovePageBreak()
|
Completed in 129 milliseconds