Lines Matching refs:bPage
341 void ScTable::GetAllRowBreaks(set<SCROW>& rBreaks, bool bPage, bool bManual) const in GetAllRowBreaks() argument
343 if (bPage) in GetAllRowBreaks()
353 void ScTable::GetAllColBreaks(set<SCCOL>& rBreaks, bool bPage, bool bManual) const in GetAllColBreaks() argument
355 if (bPage) in GetAllColBreaks()
415 void ScTable::RemoveRowBreak(SCROW nRow, bool bPage, bool bManual) in RemoveRowBreak() argument
420 if (bPage) in RemoveRowBreak()
430 void ScTable::RemoveColBreak(SCCOL nCol, bool bPage, bool bManual) in RemoveColBreak() argument
435 if (bPage) in RemoveColBreak()
445 void ScTable::SetRowBreak(SCROW nRow, bool bPage, bool bManual) in SetRowBreak() argument
450 if (bPage) in SetRowBreak()
460 void ScTable::SetColBreak(SCCOL nCol, bool bPage, bool bManual) in SetColBreak() argument
465 if (bPage) in SetColBreak()