Searched refs:InsertCells (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 160 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 D | viewfun3.cxx | 1202 if (!InsertCells( eMoveMode, bRecord, sal_True )) // is inserting possible? in PasteFromClip() 1617 if (!InsertCells(eMoveMode, pDoc->IsUndoEnabled(), true)) in PasteMultiRangesFromClip()
|
H A D | viewfunc.cxx | 1600 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 D | gridwin.cxx | 3980 …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()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 1080 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 D | docfunc.cxx | 1326 sal_Bool ScDocFunc::InsertCells( const ScRange& rRange, const ScMarkData* pTabMark, InsCellCmd eCmd, in InsertCells() function in ScDocFunc
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 105 sal_Bool InsertCells( const ScRange& rRange,const ScMarkData* pTabMark,
|
H A D | viewfunc.hxx | 203 …sal_Bool InsertCells( InsCellCmd eCmd, sal_Bool bRecord = sal_True, sal_Bool bPartOfPaste = sal_…
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 225 void InsertCells( short nIns ); 3083 void WW8TabDesc::InsertCells( short nIns ) in InsertCells() function in WW8TabDesc 3249 InsertCells( pActBand->nSwCols - nDefaultSwCols ); in AdjustNewBand()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 2919 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 D | cellsuno.cxx | 7292 aFunc.InsertCells( aScRange, NULL, eCmd, sal_True, sal_True ); in insertCells()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 324 ((ScTabViewTarget&)rTarget).GetViewShell()->InsertCells( eCmd, sal_True ); in Repeat()
|
Completed in 172 milliseconds