Home
last modified time | relevance | path

Searched refs:InsertCol (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx255 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 DXMLStylesImportHelper.hxx122 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 Dxmlsubti.cxx465 rImport.GetStylesImportHelper()->InsertCol(nCol, nCurrentSheet, rImport.GetDocument()); in InsertColumn()
/trunk/main/sc/inc/
H A Dolinetab.hxx144 void InsertCol( SCCOL nStartCol, SCSIZE nSize );
H A Ddocument.hxx1021 sal_Bool InsertCol( SCROW nStartRow, SCTAB nStartTab,
1025 SC_DLLPUBLIC sal_Bool InsertCol( const ScRange& rRange, ScDocument* pRefUndoDoc = NULL );
H A Dtable.hxx367 void InsertCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize );
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx214 … 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()
/trunk/main/sw/inc/
H A Dswtable.hxx228 sal_Bool InsertCol( SwDoc*, const SwSelBoxes& rBoxes,
H A Ddoc.hxx1702 sal_Bool InsertCol( const SwCursor& rCursor,
1704 sal_Bool InsertCol( const SwSelBoxes& rBoxes,
H A Dfesh.hxx622 sal_Bool InsertCol( sal_uInt16 nCnt, sal_Bool bBehind ); // 0 == am Ende
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1737 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()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx235 sal_Bool SwFEShell::InsertCol( sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() function in SwFEShell
267 bRet = GetDoc()->InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx1032 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 Dolinetab.cxx695 void ScOutlineTable::InsertCol( SCCOL nStartCol, SCSIZE nSize ) in InsertCol() function in ScOutlineTable
H A Dtable2.cxx249 void ScTable::InsertCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ) in InsertCol() function in ScTable
263 pOutlineTable->InsertCol( nStartCol, nSize ); in InsertCol()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx624 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()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx926 rSh.InsertCol( nCount, bAfter ); in Execute()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1608 …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()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1907 rDoc.InsertCol( aSelBoxes, nCount, bFlag ); in RedoImpl()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1138 bOk = pDoc->InsertCol( aRange ); in Reject()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx532 sal_Bool SwTable::InsertCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehi… in InsertCol() function in SwTable
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx4898 pFrmFmt->GetDoc()->InsertCol(*pUnoCrsr, (sal_uInt16)nCount, bAppend); in insertByIndex()

Completed in 292 milliseconds