Home
last modified time | relevance | path

Searched refs:bUndo (Results 51 – 75 of 95) sorted by relevance

1234

/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx173 sal_Bool BeginProcessing( sal_Bool bUndo = sal_True );
176 sal_Bool BeginProcessingExt(sal_uIntPtr nWidth, sal_uIntPtr nHeight, sal_Bool bUndo = sal_True);
H A Dsvdmodel.hxx566 FASTBOOL bUndo=sal_True, FASTBOOL bTreadSourceAsConst=sal_False);
571 FASTBOOL bUndo=sal_True, FASTBOOL bMoveNoCopy=sal_False);
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx712 bool bUndo( false ); in SetName() local
715 bUndo = true; in SetName()
728 if ( bUndo ) in SetName()
759 bool bUndo( false ); in SetTitle() local
762 bUndo = true; in SetTitle()
775 if ( bUndo ) in SetTitle()
806 bool bUndo( false ); in SetDescription() local
809 bUndo = true; in SetDescription()
822 if ( bUndo ) in SetDescription()
H A Dsvdundo.cxx1304 const bool bUndo = rView.IsUndoEnabled(); in SdrRepeat() local
1305 if( bUndo ) in SdrRepeat()
1319 if( bUndo ) in SdrRepeat()
1329 if( bUndo ) in SdrRepeat()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx750 const bool bUndo = mpDrawView->IsUndoEnabled(); in FuSupport() local
751 if( bUndo ) in FuSupport()
756 if( bUndo ) in FuSupport()
761 if( bUndo ) in FuSupport()
/trunk/main/svx/source/table/
H A Dtablerow.cxx232 …const bool bUndo = mxTableModel.is() && mxTableModel->getSdrTableObj() && mxTableModel->getSdrTabl… in setFastPropertyValue() local
234 if( bUndo ) in setFastPropertyValue()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx582 const bool bUndo = mpView->IsUndoEnabled(); in InsTextOrRTFinDrMode() local
583 if( bUndo ) in InsTextOrRTFinDrMode()
609 if( bUndo ) in InsTextOrRTFinDrMode()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx920 bool bUndo = pDrawLayer && pDocShell && pUndoMgr && pDoc->IsUndoEnabled(); in DeleteMarked() local
931 if( bUndo ) in DeleteMarked()
936 if( bUndo ) in DeleteMarked()
H A Dgridwin2.cxx949 sal_Bool bUndo (pDoc->IsUndoEnabled()); in PagebreakMove() local
957 if (bUndo) in PagebreakMove()
1019 if (bUndo) in PagebreakMove()
H A Dformatsh.cxx287 sal_Bool bUndo = pDoc->IsUndoEnabled(); in ExecuteStyle() local
504 if ( bUndo ) in ExecuteStyle()
566 if ( bUndo ) in ExecuteStyle()
894 if ( bAddUndo && bUndo) in ExecuteStyle()
/trunk/main/sc/source/ui/inc/
H A Dundotab.hxx194 void DoChange( sal_Bool bUndo ) const;
432 void DoChange( sal_Bool bUndo );
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1158 const bool bUndo = pFormModel->IsUndoEnabled(); in implExecuteDataTransfer() local
1160 if( bUndo ) in implExecuteDataTransfer()
1200 if ( bUndo && GetNavModel()->m_pPropChangeList->CanUndo()) in implExecuteDataTransfer()
1233 if ( bUndo && GetNavModel()->m_pPropChangeList->CanUndo()) in implExecuteDataTransfer()
1280 if( bUndo ) in implExecuteDataTransfer()
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx561 void ScUndoMoveTab::DoChange( sal_Bool bUndo ) const in DoChange()
566 if (bUndo) // UnDo in DoChange()
1390 void ScUndoPrintRange::DoChange(sal_Bool bUndo) in DoChange() argument
1393 if (bUndo) in DoChange()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx1130 const bool bUndo (aPagesToDuplicate.size()>1 && mrSlideSorter.GetView().IsUndoEnabled()); in DuplicateSelectedSlides() local
1131 if (bUndo) in DuplicateSelectedSlides()
1147 if (bUndo) in DuplicateSelectedSlides()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx3422 void ScChangeTrack::UpdateReference( ScChangeAction* pAct, sal_Bool bUndo ) in UpdateReference() argument
3435 if ( (!bUndo && pAct->IsInsertType()) || (bUndo && pAct->IsDeleteType()) ) in UpdateReference()
3440 SetInDeleteUndo( bUndo ); in UpdateReference()
3454 bUndo ); in UpdateReference()
3455 UpdateReference( &pFirst, pAct, bUndo ); in UpdateReference()
3467 ScChangeAction* pAct, sal_Bool bUndo ) in UpdateReference() argument
3518 if ( bUndo ) in UpdateReference()
3528 if ( !bUndo ) in UpdateReference()
3819 if ( !bUndo ) in UpdateReference()
H A Deditutil.cxx332 sal_Bool bUndo = IsUndoEnabled(); in SetDefaults() local
344 if ( bUndo ) in SetDefaults()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx112 bAll( sal_True ), bSingle( sal_True ), bUndo( sal_False ), in ScImportExport()
127 bAll( sal_False ), bSingle( sal_True ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport()
143 bAll( sal_False ), bSingle( sal_False ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport()
160 bAll( sal_False ), bSingle( sal_True ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport()
245 if( bUndo && pDocSh && pDoc->IsUndoEnabled()) in StartPaste()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx276 …sterPages( SdPage* pMaster=NULL, sal_Bool bOnlyDuplicatePages=sal_False, sal_Bool bUndo=sal_True );
459 FASTBOOL bUndo=sal_True, FASTBOOL bTreadSourceAsConst=sal_False);
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2523 bool bUndo = rDoc.IsUndoEnabled(); in remove() local
2524 if( bUndo ) in remove()
2536 if( bUndo ) in remove()
2797 bool bUndo = rDoc.IsUndoEnabled(); in remove() local
2798 if( bUndo ) in remove()
2810 if( bUndo ) in remove()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx187 bool const bUndo(GetIDocumentUndoRedo().DoesUndo()); in InsertSwSection() local
188 if (bUndo) in InsertSwSection()
373 GetIDocumentUndoRedo().DoUndo(bUndo); in InsertSwSection()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx506 const bool bUndo = pSdrView && pSdrView->IsUndoEnabled(); in execute() local
578 if( bUndo ) in execute()
588 if( bUndo ) in execute()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx147 sal_Bool bUndo; member
153 bUndo(sal_False) in SwApplyTemplate()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx804 bool const bUndo = (nNew != 0); in ConfigurationChanged() local
811 pDocShell->GetDoc()->GetIDocumentUndoRedo().DoUndo(bUndo); in ConfigurationChanged()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx588 sal_Bool bUndo (pScDoc->IsUndoEnabled()); in FuInsertChart() local
630 if (bUndo) in FuInsertChart()
/trunk/main/editeng/source/outliner/
H A Doutlundo.hxx123 void Restore( sal_Bool bUndo );

Completed in 231 milliseconds

1234