/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.hxx | 122 void InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc); 185 …void InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc); // a col is inserted…
|
H A D | XMLStylesImportHelper.cxx | 255 void ScMyStyleRanges::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol() function in ScMyStyleRanges 547 void ScMyStylesImportHelper::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol() function in ScMyStylesImportHelper 554 aItr->xRanges->InsertCol(nCol, nTab, pDoc); in InsertCol()
|
H A D | xmlsubti.cxx | 465 rImport.GetStylesImportHelper()->InsertCol(nCol, nCurrentSheet, rImport.GetDocument()); in InsertColumn()
|
/aoo41x/main/sc/inc/ |
H A D | olinetab.hxx | 144 void InsertCol( SCCOL nStartCol, SCSIZE nSize );
|
H A D | document.hxx | 1021 sal_Bool InsertCol( SCROW nStartRow, SCTAB nStartTab, 1025 SC_DLLPUBLIC sal_Bool InsertCol( const ScRange& rRange, ScDocument* pRefUndoDoc = NULL );
|
H A D | table.hxx | 367 void InsertCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize );
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 214 … pDoc->InsertCol( aEffRange.aStart.Row(), pTabs[i], aEffRange.aEnd.Row(), pTabs[i]+pScenarios[i], in DoChange() 421 … pDoc->InsertCol( aEffRange.aStart.Row(), pTabs[i], aEffRange.aEnd.Row(), pTabs[i]+pScenarios[i], in DoChange() 689 …pDoc->InsertCol( 0,nTab, MAXROW,nTab, static_cast<SCCOL>(nStart), static_cast<SCSIZE>(nEnd-nStart+… in Undo()
|
/aoo41x/main/sw/inc/ |
H A D | swtable.hxx | 228 sal_Bool InsertCol( SwDoc*, const SwSelBoxes& rBoxes,
|
H A D | fesh.hxx | 622 sal_Bool InsertCol( sal_uInt16 nCnt, sal_Bool bBehind ); // 0 == am Ende
|
H A D | doc.hxx | 1710 sal_Bool InsertCol( const SwCursor& rCursor, 1712 sal_Bool InsertCol( const SwSelBoxes& rBoxes,
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 235 sal_Bool SwFEShell::InsertCol( sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() function in SwFEShell 267 bRet = GetDoc()->InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
|
/aoo41x/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() function in SwDoc 1748 bRet = InsertCol( aBoxes, nCnt, bBehind ); in InsertCol() 1752 sal_Bool SwDoc::InsertCol( const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() function in SwDoc 1785 bRet = rTbl.InsertCol( this, rBoxes, nCnt, bBehind ); in InsertCol()
|
/aoo41x/main/sc/source/core/data/ |
H A D | document.cxx | 1032 sal_Bool ScDocument::InsertCol( SCROW nStartRow, SCTAB nStartTab, in InsertCol() function in ScDocument 1079 pTab[i]->InsertCol( nStartCol, nStartRow, nEndRow, nSize ); in InsertCol() 1107 sal_Bool ScDocument::InsertCol( const ScRange& rRange, ScDocument* pRefUndoDoc ) in InsertCol() function in ScDocument 1109 return InsertCol( rRange.aStart.Row(), rRange.aStart.Tab(), in InsertCol() 1318 InsertCol( aColRange ); // Spalten zuerst einfuegen in FitBlock()
|
H A D | olinetab.cxx | 695 void ScOutlineTable::InsertCol( SCCOL nStartCol, SCSIZE nSize ) in InsertCol() function in ScOutlineTable
|
H A D | table2.cxx | 249 void ScTable::InsertCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ) in InsertCol() function in ScTable 263 pOutlineTable->InsertCol( nStartCol, nSize ); in InsertCol()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 624 void InsertCol( sal_uInt16 nSpan, sal_uInt16 nWidth, sal_Bool bRelWidth, 2339 InsertCol( nSpan, _nWidth, bRelWidth, eAdjust, eVertOrient ); in CloseColGroup() 2346 void HTMLTable::InsertCol( sal_uInt16 nSpan, sal_uInt16 nColWidth, sal_Bool bRelWidth, in InsertCol() function in HTMLTable 4807 pCurTable->InsertCol( nColSpan, nColWidth, bRelColWidth, in BuildTableColGroup()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 926 rSh.InsertCol( nCount, bAfter ); in Execute()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1608 …bSuccess = pDoc->InsertCol( nStartRow, 0, nEndRow, MAXTAB, nStartCol, static_cast<SCSIZE>(nEndCol-… in InsertCells() 1612 …bSuccess = pDoc->InsertCol( 0, 0, MAXROW, MAXTAB, nStartCol, static_cast<SCSIZE>(nEndCol-nStartCol… in InsertCells()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 1907 rDoc.InsertCol( aSelBoxes, nCount, bFlag ); in RedoImpl()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 532 sal_Bool SwTable::InsertCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehi… in InsertCol() function in SwTable
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1138 bOk = pDoc->InsertCol( aRange ); in Reject()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 4898 pFrmFmt->GetDoc()->InsertCol(*pUnoCrsr, (sal_uInt16)nCount, bAppend); in insertByIndex()
|