Lines Matching refs:bRet

1509 	sal_Bool bRet = GetNodes().TableToText( aRg, cCh, pUndo );  in TableToText()  local
1519 if( bRet ) in TableToText()
1522 return bRet; in TableToText()
1746 sal_Bool bRet = sal_False; in InsertCol() local
1748 bRet = InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
1749 return bRet; in InsertCol()
1777 bool bRet(false); in InsertCol() local
1785 bRet = rTbl.InsertCol( this, rBoxes, nCnt, bBehind ); in InsertCol()
1786 if (bRet) in InsertCol()
1796 if( bRet ) in InsertCol()
1804 return bRet; in InsertCol()
1813 sal_Bool bRet = sal_False; in InsertRow() local
1815 bRet = InsertRow( aBoxes, nCnt, bBehind ); in InsertRow()
1816 return bRet; in InsertRow()
1844 bool bRet(false); in InsertRow() local
1852 bRet = rTbl.InsertRow( this, rBoxes, nCnt, bBehind ); in InsertRow()
1853 if (bRet) in InsertRow()
1863 if( bRet ) in InsertRow()
1871 return bRet; in InsertRow()
2190 bool bRet(false); in DeleteRowCol() local
2206 bRet = rTable.DeleteSel( this, aSelBoxes, 0, pUndo, sal_True, sal_True ); in DeleteRowCol()
2207 if (bRet) in DeleteRowCol()
2216 if( bRet ) in DeleteRowCol()
2224 return bRet; in DeleteRowCol()
2267 bool bRet(false); in SplitTbl() local
2276 bRet = rTbl.SplitCol( this, rBoxes, nCnt ); in SplitTbl()
2278 bRet = rTbl.SplitRow( this, rBoxes, nCnt, bSameHeight ); in SplitTbl()
2280 if (bRet) in SplitTbl()
2289 if( bRet ) in SplitTbl()
2301 return bRet; in SplitTbl()
3611 sal_Bool bRet = rNds.MergeTable( aIdx, !bWithPrev, nMode, pHistory ); in MergeTable() local
3619 if( bRet ) in MergeTable()
3624 return bRet; in MergeTable()
4048 sal_Bool bRet = sal_False; in SetColRowWidthHeight() local
4056 bRet = pTblNd->GetTable().SetColWidth( rAktBox, in SetColRowWidthHeight()
4065 bRet = pTblNd->GetTable().SetRowHeight( rAktBox, in SetColRowWidthHeight()
4077 if( bRet ) in SetColRowWidthHeight()
4083 return bRet; in SetColRowWidthHeight()
4308 sal_Bool bRet; in InsCopyOfTbl() local
4328 bRet = pSrcTblNd->GetTable().MakeCopy( this, rInsPos, rBoxes, in InsCopyOfTbl()
4334 if( !bRet ) in InsCopyOfTbl()
4415 bRet = pInsTblNd->GetTable().InsTable( pSrcTblNd->GetTable(), in InsCopyOfTbl()
4421 bRet = pInsTblNd->GetTable().InsTable( pSrcTblNd->GetTable(), in InsCopyOfTbl()
4436 if( !bRet && pUndo->IsEmpty() ) in InsCopyOfTbl()
4452 if( bRet ) in InsCopyOfTbl()
4457 return bRet; in InsCopyOfTbl()