Home
last modified time | relevance | path

Searched refs:InsertCells (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx160 pTabViewShell->InsertCells(INS_INSROWS); in ExecuteEdit()
165 pTabViewShell->InsertCells(INS_INSCOLS); in ExecuteEdit()
170 pTabViewShell->InsertCells(INS_CELLSDOWN); in ExecuteEdit()
175 pTabViewShell->InsertCells(INS_CELLSRIGHT); in ExecuteEdit()
237 pTabViewShell->InsertCells( eCmd ); in ExecuteEdit()
H A Dviewfun3.cxx1202 if (!InsertCells( eMoveMode, bRecord, sal_True )) // is inserting possible? in PasteFromClip()
1617 if (!InsertCells(eMoveMode, pDoc->IsUndoEnabled(), true)) in PasteMultiRangesFromClip()
H A Dviewfunc.cxx1600 sal_Bool ScViewFunc::InsertCells( InsCellCmd eCmd, sal_Bool bRecord, sal_Bool bPartOfPaste ) in InsertCells() function in ScViewFunc
1607 …sal_Bool bSuccess = pDocSh->GetDocFunc().InsertCells( aRange, &rMark, eCmd, bRecord, sal_False, bP… in InsertCells()
H A Dgridwin.cxx3980 …bDone = pDocSh->GetDocFunc().InsertCells( aDest, NULL, meDragInsertMode, sal_True /*bRecord*/, sal… in DropTransferObj()
4117 …bDone = pDocSh->GetDocFunc().InsertCells( aDest, NULL, meDragInsertMode, sal_True /*bRecord*/, sal… in DropTransferObj()
4177 …bDone = pDocSh->GetDocFunc().InsertCells( aDest, NULL, meDragInsertMode, sal_True /*bRecord*/, sal… in DropTransferObj()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx1080 GetDocFunc().InsertCells( aSourceRange, NULL, INS_INSROWS, sal_True, sal_False ); in MergeDocument()
1083 GetDocFunc().InsertCells( aSourceRange, NULL, INS_INSCOLS, sal_True, sal_False ); in MergeDocument()
H A Ddocfunc.cxx1326 sal_Bool ScDocFunc::InsertCells( const ScRange& rRange, const ScMarkData* pTabMark, InsCellCmd eCmd, in InsertCells() function in ScDocFunc
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx105 sal_Bool InsertCells( const ScRange& rRange,const ScMarkData* pTabMark,
H A Dviewfunc.hxx203 …sal_Bool InsertCells( InsCellCmd eCmd, sal_Bool bRecord = sal_True, sal_Bool bPartOfPaste = sal_…
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx225 void InsertCells( short nIns );
3083 void WW8TabDesc::InsertCells( short nIns ) in InsertCells() function in WW8TabDesc
3249 InsertCells( pActBand->nSwCols - nDefaultSwCols ); in AdjustNewBand()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2919 bDone = aFunc.InsertCells( aRange, NULL, INS_INSCOLS, sal_True, sal_True ); in insertByIndex()
3185 bDone = aFunc.InsertCells( aRange, NULL, INS_INSROWS, sal_True, sal_True ); in insertByIndex()
H A Dcellsuno.cxx7292 aFunc.InsertCells( aScRange, NULL, eCmd, sal_True, sal_True ); in insertCells()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx324 ((ScTabViewTarget&)rTarget).GetViewShell()->InsertCells( eCmd, sal_True ); in Repeat()

Completed in 218 milliseconds