| /AOO42X/main/sw/source/core/table/ |
| H A D | swnewtable.cxx | 610 const SwSelBoxes& rBoxes, sal_Bool bBehind ) in lcl_InsertPosition() argument 628 else if( ( rInsPos[ nCurrLine ] > nCurrBox ) == !bBehind ) in lcl_InsertPosition() 656 sal_uInt16 nCnt, sal_Bool bBehind ) in NewInsertCol() argument 670 sal_uInt64 nAddWidth = lcl_InsertPosition( *this, aInsPos, rBoxes, bBehind ); in NewInsertCol() 706 if( bBehind ) in NewInsertCol() 721 if( bBehind ) in NewInsertCol() 758 if( pNoRightBorder && ( !bBehind || j+1 < nCnt ) ) in NewInsertCol() 765 if( bBehind && pNoRightBorder ) in NewInsertCol() 1365 bool bBehind ) in lcl_LineIndex() argument 1376 if( bBehind ) in lcl_LineIndex() [all …]
|
| /AOO42X/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 490 sal_Bool bBehind ) in lcl_InsCol() argument 500 lcl_InsCol( pFBox->GetLines()[ n ], rCpyPara, nCpyCnt, bBehind ); in lcl_InsCol() 505 SwTableBox* pBox = pFndLn->GetBoxes()[ bBehind ? in lcl_InsCol() 508 if( bBehind ) in lcl_InsCol() 513 if( n + 1 == nCpyCnt && bBehind ) in lcl_InsCol() 532 …Bool SwTable::InsertCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() argument 541 bRes = NewInsertCol( pDoc, rBoxes, nCnt, bBehind ); in InsertCol() 566 lcl_InsCol( aFndBox.GetLines()[ n ], aCpyPara, nCnt, bBehind ); in InsertCol() 581 pPCD->AddRowCols( *this, rBoxes, nCnt, bBehind ); in InsertCol() 588 sal_uInt16 nCnt, sal_Bool bBehind ) in _InsertRow() argument [all …]
|
| /AOO42X/main/sw/inc/ |
| H A D | swtable.hxx | 144 sal_Bool _InsertRow( SwDoc*, const SwSelBoxes&, sal_uInt16 nCnt, sal_Bool bBehind ); 229 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True ); 231 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True );
|
| H A D | doc.hxx | 1703 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True ); 1705 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True ); 1707 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True ); 1709 sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True );
|
| H A D | fesh.hxx | 619 sal_Bool InsertRow( sal_uInt16 nCnt, sal_Bool bBehind ); 620 sal_Bool InsertCol( sal_uInt16 nCnt, sal_Bool bBehind ); // 0 == am Ende
|
| H A D | tblsel.hxx | 185 const sal_Bool bBehind );
|
| H A D | unochart.hxx | 211 …AddRowCols( const SwTable &rTable, const SwSelBoxes& rBoxes, sal_uInt16 nLines, sal_Bool bBehind );
|
| /AOO42X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 1737 sal_Bool SwDoc::InsertCol( const SwCursor& rCursor, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() argument 1748 bRet = InsertCol( aBoxes, nCnt, bBehind ); in InsertCol() 1752 sal_Bool SwDoc::InsertCol( const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() argument 1773 0, 0, nCnt, bBehind, sal_False ); in InsertCol() 1785 bRet = rTbl.InsertCol( this, rBoxes, nCnt, bBehind ); in InsertCol() 1807 sal_Bool SwDoc::InsertRow( const SwCursor& rCursor, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() argument 1815 bRet = InsertRow( aBoxes, nCnt, bBehind ); in InsertRow() 1819 sal_Bool SwDoc::InsertRow( const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() argument 1840 0, 0, nCnt, bBehind, sal_False ); in InsertRow() 1852 bRet = rTbl.InsertRow( this, rBoxes, nCnt, bBehind ); in InsertRow()
|
| /AOO42X/main/sw/source/core/frmedt/ |
| H A D | fetab.cxx | 204 sal_Bool SwFEShell::InsertRow( sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() argument 229 bRet = GetDoc()->InsertRow( aBoxes, nCnt, bBehind ); in InsertRow() 235 sal_Bool SwFEShell::InsertCol( sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() argument 267 bRet = GetDoc()->InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
|
| H A D | tblsel.cxx | 2506 const sal_Bool bBehind ) in MakeNewFrms() argument 2534 if ( bBehind ) in MakeNewFrms() 2627 ( ( !bBehind && ( nBfPos == USHRT_MAX || nBfPos + 1 < nRowsToRepeat ) ) || in MakeNewFrms() 2628 … ( bBehind && ( ( nBfPos == USHRT_MAX && nRowsToRepeat > 1 ) || nBfPos + 2 < nRowsToRepeat ) ) ) ) in MakeNewFrms()
|
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unochart.cxx | 1756 sal_uInt16 nLines, sal_Bool bBehind ) in AddRowCols() argument 1782 sal_Int32 nFirstNewRow = bBehind ? nFirstRow + 1 : nFirstRow - nLines; in AddRowCols() 1787 nFirstNewCol = bBehind ? nFirstCol + 1 : nFirstCol - nLines; in AddRowCols()
|