/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 610 const SwSelBoxes& rBoxes, sal_Bool bBehind ) in lcl_InsertPosition() argument 656 sal_uInt16 nCnt, sal_Bool bBehind ) in NewInsertCol() argument 706 if( bBehind ) in NewInsertCol() 721 if( bBehind ) in NewInsertCol() 765 if( bBehind && pNoRightBorder ) in NewInsertCol() 1365 bool bBehind ) in lcl_LineIndex() argument 1376 if( bBehind ) in lcl_LineIndex() 1489 sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() argument 1509 sal_uInt16 nOfs = bBehind ? 0 : 1; in InsertRow() 1516 if( bBehind ) in InsertRow() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 490 sal_Bool bBehind ) in lcl_InsCol() argument 505 SwTableBox* pBox = pFndLn->GetBoxes()[ bBehind ? in lcl_InsCol() 508 if( bBehind ) in lcl_InsCol() 513 if( n + 1 == nCpyCnt && bBehind ) in lcl_InsCol() 581 pPCD->AddRowCols( *this, rBoxes, nCnt, bBehind ); in InsertCol() 588 sal_uInt16 nCnt, sal_Bool bBehind ) in _InsertRow() argument 637 SwTableLine* pLine = pFndBox->GetLines()[ bBehind ? in _InsertRow() 647 if( bBehind ) in _InsertRow() 657 if( bBehind ) in _InsertRow() 672 aFndBox.MakeNewFrms( *this, nCnt, bBehind ); in _InsertRow() [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 | 621 sal_Bool InsertRow( sal_uInt16 nCnt, sal_Bool bBehind ); 622 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()
|