Kaydet (Commit) 8663493e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bool improvements

Change-Id: I5e597c32bf6a2c44fe3b3dc1d67ac0202d556387
üst 6935acb0
...@@ -215,7 +215,7 @@ static void lcl_RecalcRow( SwRowFrm& rRow, long nBottom ); ...@@ -215,7 +215,7 @@ static void lcl_RecalcRow( SwRowFrm& rRow, long nBottom );
static bool lcl_ArrangeLowers( SwLayoutFrm *pLay, long lYStart, bool bInva ); static bool lcl_ArrangeLowers( SwLayoutFrm *pLay, long lYStart, bool bInva );
// #i26945# - add parameter <_bOnlyRowsAndCells> to control // #i26945# - add parameter <_bOnlyRowsAndCells> to control
// that only row and cell frames are formatted. // that only row and cell frames are formatted.
static sal_Bool lcl_InnerCalcLayout( SwFrm *pFrm, static bool lcl_InnerCalcLayout( SwFrm *pFrm,
long nBottom, long nBottom,
bool _bOnlyRowsAndCells = false ); bool _bOnlyRowsAndCells = false );
// OD 2004-02-18 #106629# - correct type of 1st parameter // OD 2004-02-18 #106629# - correct type of 1st parameter
...@@ -1569,7 +1569,7 @@ bool SwCntntFrm::CalcLowers( SwLayoutFrm* pLay, const SwLayoutFrm* pDontLeave, ...@@ -1569,7 +1569,7 @@ bool SwCntntFrm::CalcLowers( SwLayoutFrm* pLay, const SwLayoutFrm* pDontLeave,
// #i26945# - add parameter <_bOnlyRowsAndCells> to control // #i26945# - add parameter <_bOnlyRowsAndCells> to control
// that only row and cell frames are formatted. // that only row and cell frames are formatted.
static sal_Bool lcl_InnerCalcLayout( SwFrm *pFrm, static bool lcl_InnerCalcLayout( SwFrm *pFrm,
long nBottom, long nBottom,
bool _bOnlyRowsAndCells ) bool _bOnlyRowsAndCells )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment