diff options
Diffstat (limited to 'sw/source/ui/shells')
-rw-r--r-- | sw/source/ui/shells/basesh.cxx | 10 | ||||
-rw-r--r-- | sw/source/ui/shells/drwbassh.cxx | 4 | ||||
-rw-r--r-- | sw/source/ui/shells/frmsh.cxx | 8 | ||||
-rw-r--r-- | sw/source/ui/shells/listsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/tabsh.cxx | 4 | ||||
-rw-r--r-- | sw/source/ui/shells/textsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/textsh1.cxx | 8 | ||||
-rw-r--r-- | sw/source/ui/shells/txtnum.cxx | 8 |
8 files changed, 23 insertions, 23 deletions
diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx index c41f72d3ad91..277348bcda65 100644 --- a/sw/source/ui/shells/basesh.cxx +++ b/sw/source/ui/shells/basesh.cxx @@ -1417,7 +1417,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) break; case SID_IMAP: { - // --> OD 2006-11-08 #i59688# + // #i59688# // improve efficiency: // If selected object is protected, item has to disabled. const sal_Bool bProtect = 0 != rSh.IsSelObjProtected(FLYPROTECT_CONTENT|FLYPROTECT_PARENT); @@ -1433,7 +1433,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) const sal_Bool bIsGraphicSelection = rSh.GetSelectionType() == nsSelectionType::SEL_GRF; - // --> OD 2006-11-08 #i59688# + // #i59688# // avoid unnecessary loading of selected graphic. // The graphic is only needed, if the dialog is open. //wenn die Grafik ausgeswappt ist, dann muss der @@ -1512,7 +1512,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) sal_Bool bDisable = sal_False; if( !bHas && !bOk ) bDisable = sal_True; - // --> OD 2006-11-08 #i59688# + // #i59688# // avoid unnecessary loading of selected graphic. // The graphic is only needed, if the dialog is open. // wenn die Grafik ausgeswappt ist, dann muss der Status @@ -1523,7 +1523,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) { if( AddGrfUpdateSlot( nWhich )) rSh.GetGraphic(sal_False); // start the loading - // --> OD 2007-07-04 #i75481# + // #i75481# bDisable = sal_True; // <-- } @@ -1531,7 +1531,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) bDisable = !lcl_UpdateContourDlg( rSh, nSel ); else if( bOk ) { - // --> OD 2007-07-04 #i75481# + // #i75481# // apply fix #i59688# only for selected graphics if ( nSel & nsSelectionType::SEL_GRF ) bDisable = GRAPHIC_NONE == rSh.GetGraphicType(); diff --git a/sw/source/ui/shells/drwbassh.cxx b/sw/source/ui/shells/drwbassh.cxx index e8b452a46625..135e17aafee1 100644 --- a/sw/source/ui/shells/drwbassh.cxx +++ b/sw/source/ui/shells/drwbassh.cxx @@ -280,7 +280,7 @@ void SwDrawBaseShell::Execute(SfxRequest &rReq) const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); pSh->StartAllAction(); - // --> OD 2004-07-14 #i30451# + // #i30451# pSh->StartUndo(UNDO_INSFMTATTR); pSdrView->SetGeoAttrToMarked(*pOutSet); @@ -363,7 +363,7 @@ void SwDrawBaseShell::Execute(SfxRequest &rReq) rBind.InvalidateAll(sal_False); - // --> OD 2004-07-14 #i30451# + // #i30451# pSh->EndUndo( UNDO_INSFMTATTR ); pSh->EndAllAction(); diff --git a/sw/source/ui/shells/frmsh.cxx b/sw/source/ui/shells/frmsh.cxx index 3c9ef5b11193..63168e2c8f20 100644 --- a/sw/source/ui/shells/frmsh.cxx +++ b/sw/source/ui/shells/frmsh.cxx @@ -49,7 +49,7 @@ #include <sfx2/request.hxx> #include <sfx2/objface.hxx> #include <svx/hlnkitem.hxx> -// --> OD 2009-07-07 #i73249# +// #i73249# #include <svx/svdview.hxx> #include <vcl/msgbox.hxx> // <-- @@ -86,7 +86,7 @@ #include <shells.hrc> #include "swabstdlg.hxx" #include "misc.hrc" -// --> OD 2009-07-14 #i73249# +// #i73249# #include <svx/dialogs.hrc> // <-- @@ -741,7 +741,7 @@ void SwFrameShell::Execute(SfxRequest &rReq) rReq.SetReturnValue(SfxBoolItem(nSlot, bMirror)); } break; - // --> OD 2009-07-14 #i73249# + // #i73249# case FN_TITLE_DESCRIPTION_SHAPE: { bUpdateMgr = sal_False; @@ -1015,7 +1015,7 @@ void SwFrameShell::GetState(SfxItemSet& rSet) rSet.DisableItem( nWhich ); } break; - // --> OD 2009-07-07 #i73249# + // #i73249# case FN_TITLE_DESCRIPTION_SHAPE: { SwWrtShell &rWrtSh = GetShell(); diff --git a/sw/source/ui/shells/listsh.cxx b/sw/source/ui/shells/listsh.cxx index 322fb5adb31f..3276ac48e021 100644 --- a/sw/source/ui/shells/listsh.cxx +++ b/sw/source/ui/shells/listsh.cxx @@ -74,7 +74,7 @@ SFX_IMPL_INTERFACE(SwListShell, SwBaseShell, SW_RES(STR_SHELLNAME_LIST)) TYPEINIT1(SwListShell,SwBaseShell) -// --> FME 2005-01-04 #i35572# Functionality of Numbering/Bullet toolbar +// #i35572# Functionality of Numbering/Bullet toolbar // for outline numbered paragraphs should match the functions for outlines // available in the navigator. Therefore the code in the following // function is quite similar the the code in SwContentTree::ExecCommand. diff --git a/sw/source/ui/shells/tabsh.cxx b/sw/source/ui/shells/tabsh.cxx index abc579c825d2..23059702e7e7 100644 --- a/sw/source/ui/shells/tabsh.cxx +++ b/sw/source/ui/shells/tabsh.cxx @@ -141,7 +141,7 @@ const sal_uInt16 aUITableAttrRange[] = RES_FRAMEDIR, RES_FRAMEDIR, RES_ROW_SPLIT, RES_ROW_SPLIT, FN_TABLE_BOX_TEXTDIRECTION, FN_TABLE_BOX_TEXTDIRECTION, -// --> collapsing borders FME 2005-05-27 #i29550# +// #i29550# RES_COLLAPSING_BORDERS, RES_COLLAPSING_BORDERS, // <-- collapsing borders 0 @@ -438,7 +438,7 @@ void ItemSetToTableParam( const SfxItemSet& rSet, RES_UL_SPACE, RES_SHADOW, RES_FRAMEDIR, - // --> collapsing borders FME 2005-05-27 #i29550# + // #i29550# RES_COLLAPSING_BORDERS, // <-- collapsing borders 0 diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx index 816da90ec90f..1940bcbb3895 100644 --- a/sw/source/ui/shells/textsh.cxx +++ b/sw/source/ui/shells/textsh.cxx @@ -1160,7 +1160,7 @@ void SwTextShell::InsertSymbol( SfxRequest& rReq ) rSh.ClearMark(); - // --> FME 2007-07-09 #i75891# + // #i75891# // SETATTR_DONTEXPAND does not work if there are already hard attributes. // Therefore we have to restore the font attributes. rSh.SetMark(); diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx index 7ed96063a5a8..026169e2b459 100644 --- a/sw/source/ui/shells/textsh1.cxx +++ b/sw/source/ui/shells/textsh1.cxx @@ -977,7 +977,7 @@ void SwTextShell::Execute(SfxRequest &rReq) { rReq.Done( *pSet ); ::SfxToSwPageDescAttr( rWrtSh, *pSet ); - // --> OD 2006-12-06 #i56253# + // #i56253# // enclose all undos. // Thus, check conditions, if actions will be performed. const bool bUndoNeeded( pSet->Count() || @@ -1032,7 +1032,7 @@ void SwTextShell::Execute(SfxRequest &rReq) rWrtSh.SetNodeNumStart(nNumStart); rWrtSh.SetNumRuleStart(sal_False); } - // --> OD 2006-12-06 #i56253# + // #i56253# if ( bUndoNeeded ) { rWrtSh.EndUndo( UNDO_INSATTR ); @@ -1048,7 +1048,7 @@ void SwTextShell::Execute(SfxRequest &rReq) String sContinuedListId; const SwNumRule* pRule = rWrtSh.SearchNumRule( false, true, false, -1, sContinuedListId ); - // --> OD 2009-08-26 #i86492# + // #i86492# // Search also for bullet list if ( !pRule ) { @@ -1648,7 +1648,7 @@ void SwTextShell::GetState( SfxItemSet &rSet ) case FN_NUM_CONTINUE: { { - // --> OD 2009-08-26 #i86492# + // #i86492# // Search also for bullet list String aDummy; const SwNumRule* pRule = diff --git a/sw/source/ui/shells/txtnum.cxx b/sw/source/ui/shells/txtnum.cxx index d321d6f6a019..ad0c0b06462f 100644 --- a/sw/source/ui/shells/txtnum.cxx +++ b/sw/source/ui/shells/txtnum.cxx @@ -137,7 +137,7 @@ void SwTextShell::ExecEnterNum(SfxRequest &rReq) else { SwNumRule aRule( GetShell().GetUniqueNumRuleName(), - // --> OD 2008-06-06 #i89178# + // #i89178# numfunc::GetDefaultPositionAndSpaceMode() ); // <-- SvxNumRule aSvxRule = aRule.MakeSvxNumRule(); @@ -154,7 +154,7 @@ void SwTextShell::ExecEnterNum(SfxRequest &rReq) aFmt.SetLSpace(720); aFmt.SetAbsLSpace(n * 720); } - // --> FME 2005-01-21 #i38904# Default alignment for + // #i38904# Default alignment for // numbering/bullet should be rtl in rtl paragraph: if ( bRightToLeft ) { @@ -191,7 +191,7 @@ void SwTextShell::ExecEnterNum(SfxRequest &rReq) SwNumRule aSetRule( pCurRule ? pCurRule->GetName() : GetShell().GetUniqueNumRuleName(), - // --> OD 2008-06-06 #i89178# + // #i89178# numfunc::GetDefaultPositionAndSpaceMode() ); // <-- aSetRule.SetSvxRule( *pSetRule, GetShell().GetDoc()); @@ -210,7 +210,7 @@ void SwTextShell::ExecEnterNum(SfxRequest &rReq) rReq.Done(); SvxNumRule* pSetRule = ((SvxNumBulletItem*)pItem)->GetNumRule(); SwNumRule aSetRule( GetShell().GetUniqueNumRuleName(), - // --> OD 2008-06-06 #i89178# + // #i89178# numfunc::GetDefaultPositionAndSpaceMode() ); // <-- aSetRule.SetSvxRule(*pSetRule, GetShell().GetDoc()); |