Home
last modified time | relevance | path

Searched refs:RemoveRowBreak (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable5.cxx415 void ScTable::RemoveRowBreak(SCROW nRow, bool bPage, bool bManual) in RemoveRowBreak() function in ScTable
H A Dtable3.cxx624 RemoveRowBreak(nRow+1, false, true); in RemoveSubTotals()
H A Ddocument.cxx3582 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 Dtable.hxx730 void RemoveRowBreak(SCROW nRow, bool bPage, bool bManual);
H A Ddocument.hxx1386 void RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual);
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3383 pDoc->RemoveRowBreak(static_cast<SCROW>(nPos), nTab, false, true); in RemovePageBreak()

Completed in 84 milliseconds