Kaydet (Commit) f5e00305 authored tarafından Caolán McNamara's avatar Caolán McNamara

convert edit section dialog to .ui

Change-Id: I7467b0d9f32c0a006bedf88f6658ffffcd28db5f
üst 64dafbe5
...@@ -178,6 +178,10 @@ ...@@ -178,6 +178,10 @@
generic-name="Reference Edit" parent="GtkEntry" generic-name="Reference Edit" parent="GtkEntry"
icon-name="widget-gtk-textentry"/> icon-name="widget-gtk-textentry"/>
<glade-widget-class title="Condition Edit" name="swuilo-ConditionEdit"
generic-name="Condition Edit" parent="GtkEntry"
icon-name="widget-gtk-textentry"/>
<glade-widget-class title="Cursor Reference Edit" name="sclo-ScCursorRefEdit" <glade-widget-class title="Cursor Reference Edit" name="sclo-ScCursorRefEdit"
generic-name="Cursor Reference Edit" parent="foruilo-RefEdit" generic-name="Cursor Reference Edit" parent="foruilo-RefEdit"
icon-name="widget-gtk-textentry"/> icon-name="widget-gtk-textentry"/>
......
...@@ -74,6 +74,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/swriter,\ ...@@ -74,6 +74,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/swriter,\
sw/uiconfig/swriter/ui/converttexttable \ sw/uiconfig/swriter/ui/converttexttable \
sw/uiconfig/swriter/ui/endnotepage \ sw/uiconfig/swriter/ui/endnotepage \
sw/uiconfig/swriter/ui/editcategories \ sw/uiconfig/swriter/ui/editcategories \
sw/uiconfig/swriter/ui/editsectiondialog \
sw/uiconfig/swriter/ui/exchangedatabases \ sw/uiconfig/swriter/ui/exchangedatabases \
sw/uiconfig/swriter/ui/formattablepage \ sw/uiconfig/swriter/ui/formattablepage \
sw/uiconfig/swriter/ui/footnotepage \ sw/uiconfig/swriter/ui/footnotepage \
......
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
#define SW_STR_READONLY (RC_GLOBALS_BEGIN + 46) #define SW_STR_READONLY (RC_GLOBALS_BEGIN + 46)
#define STR_READONLY_PATH (RC_GLOBALS_BEGIN + 47) #define STR_READONLY_PATH (RC_GLOBALS_BEGIN + 47)
#define IL_SECTION_BITMAPS (RC_GLOBALS_BEGIN + 48)
// DIALOGS ----------------------------------------------------------- // DIALOGS -----------------------------------------------------------
......
...@@ -298,7 +298,6 @@ ...@@ -298,7 +298,6 @@
#define HID_LINGU_SPELLING_DLG "SW_HID_LINGU_SPELLING_DLG" #define HID_LINGU_SPELLING_DLG "SW_HID_LINGU_SPELLING_DLG"
#define HID_LINGU_AUTOCORR "SW_HID_LINGU_AUTOCORR" #define HID_LINGU_AUTOCORR "SW_HID_LINGU_AUTOCORR"
#define HID_LINGU_REPLACE "SW_HID_LINGU_REPLACE" #define HID_LINGU_REPLACE "SW_HID_LINGU_REPLACE"
#define HID_REGION_TREE "SW_HID_REGION_TREE"
#define HID_LINGU_WORD_LANGUAGE "SW_HID_LINGU_WORD_LANGUAGE" #define HID_LINGU_WORD_LANGUAGE "SW_HID_LINGU_WORD_LANGUAGE"
#define HID_LINGU_PARA_LANGUAGE "SW_HID_LINGU_PARA_LANGUAGE" #define HID_LINGU_PARA_LANGUAGE "SW_HID_LINGU_PARA_LANGUAGE"
#define HID_MD_GLOS_DEFINE_TEXT "SW_HID_MD_GLOS_DEFINE_TEXT" #define HID_MD_GLOS_DEFINE_TEXT "SW_HID_MD_GLOS_DEFINE_TEXT"
......
...@@ -443,8 +443,7 @@ public: ...@@ -443,8 +443,7 @@ public:
SwWrtShell &rShell, SwWrtShell &rShell,
SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX, SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX,
sal_Bool bGlobal = sal_False) = 0; //add for SwMultiTOXTabDialog sal_Bool bGlobal = sal_False) = 0; //add for SwMultiTOXTabDialog
virtual AbstractEditRegionDlg* CreateEditRegionDlg( int nResId, virtual AbstractEditRegionDlg* CreateEditRegionDlg(Window* pParent, SwWrtShell& rWrtSh) = 0; //add for SwEditRegionDlg
Window* pParent, SwWrtShell& rWrtSh ) = 0; //add for SwEditRegionDlg
virtual AbstractInsertSectionTabDialog* CreateInsertSectionTabDialog( int nResId, virtual AbstractInsertSectionTabDialog* CreateInsertSectionTabDialog( int nResId,
Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh ) = 0; //add for SwInsertSectionTabDialog Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh ) = 0; //add for SwInsertSectionTabDialog
virtual AbstractMarkFloatDlg* CreateIndexMarkFloatDlg( virtual AbstractMarkFloatDlg* CreateIndexMarkFloatDlg(
......
...@@ -223,8 +223,7 @@ void SwBaseShell::EditRegionDialog(SfxRequest& rReq) ...@@ -223,8 +223,7 @@ void SwBaseShell::EditRegionDialog(SfxRequest& rReq)
{ {
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create(); SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "Dialogdiet fail!"); OSL_ENSURE(pFact, "Dialogdiet fail!");
AbstractEditRegionDlg* pEditRegionDlg = pFact->CreateEditRegionDlg( MD_EDIT_REGION, AbstractEditRegionDlg* pEditRegionDlg = pFact->CreateEditRegionDlg(pParentWin, rWrtShell);
pParentWin, rWrtShell);
OSL_ENSURE(pEditRegionDlg, "Dialogdiet fail!"); OSL_ENSURE(pEditRegionDlg, "Dialogdiet fail!");
if(pItem && pItem->ISA(SfxStringItem)) if(pItem && pItem->ISA(SfxStringItem))
{ {
......
...@@ -80,7 +80,6 @@ ...@@ -80,7 +80,6 @@
#define STR_REG_DUPLICATE (RC_REGIONSW_BEGIN+6) #define STR_REG_DUPLICATE (RC_REGIONSW_BEGIN+6)
#define STR_INFO_DUPLICATE (RC_REGIONSW_BEGIN+7) #define STR_INFO_DUPLICATE (RC_REGIONSW_BEGIN+7)
#define MD_EDIT_REGION (RC_REGIONSW_BEGIN+9)
#define QB_CONNECT (RC_REGIONSW_BEGIN+10) #define QB_CONNECT (RC_REGIONSW_BEGIN+10)
#define REG_WRONG_PASSWORD (RC_REGIONSW_BEGIN+11) #define REG_WRONG_PASSWORD (RC_REGIONSW_BEGIN+11)
#define REG_WRONG_PASSWD_REPEAT (RC_REGIONSW_BEGIN+12) #define REG_WRONG_PASSWD_REPEAT (RC_REGIONSW_BEGIN+12)
......
...@@ -72,236 +72,6 @@ ...@@ -72,236 +72,6 @@
#define CB_PASSWD_TEXT\ #define CB_PASSWD_TEXT\
Text [ en-US ] = "Wit~h password";\ Text [ en-US ] = "Wit~h password";\
/*************************************************************************
Dialog "edit region"
*************************************************************************/
ModalDialog MD_EDIT_REGION
{
HelpID = CMD_FN_EDIT_REGION ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 316 , 185 ) ;
Text [ en-US ] = "Edit Sections" ;
Moveable = TRUE ;
FixedLine FL_NAME
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ en-US ] = "Section" ;
};
Edit ED_RANAME
{
HelpID = "sw:Edit:MD_EDIT_REGION:ED_RANAME";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 71 , 12 ) ;
TabStop = TRUE ;
Disable = TRUE ;
};
Control TLB_SECTION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 29 ) ;
Size = MAP_APPFONT ( 71 , 150 ) ;
TabStop = TRUE ;
};
FixedLine FL_LINK
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 92 , 3 ) ;
Size = MAP_APPFONT ( 162 , 8 ) ;
FL_FILE_TEXT
};
TriStateBox CB_FILE
{
HelpID = "sw:TriStateBox:MD_EDIT_REGION:CB_FILE";
Pos = MAP_APPFONT ( 98 , 14 ) ;
Size = MAP_APPFONT ( 59 , 10 ) ;
TabStop = TRUE ;
CB_FILE_TEXT
};
CheckBox CB_DDE
{
HelpID = "sw:CheckBox:MD_EDIT_REGION:CB_DDE";
Pos = MAP_APPFONT ( 98 , 28 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Disable = TRUE ;
CB_DDE_TEXT
};
FixedText FT_DDE
{
Pos = MAP_APPFONT ( 104 , 44) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Hide = TRUE ;
FT_DDE_TEXT
};
FixedText FT_FILE
{
Pos = MAP_APPFONT ( 104 , 44 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Disable = TRUE ;
FT_FILE_TEXT
};
Edit ED_FILE
{
HelpID = "sw:Edit:MD_EDIT_REGION:ED_FILE";
Border = TRUE ;
Pos = MAP_APPFONT ( 165 , 42 ) ;
Size = MAP_APPFONT ( 68 , 12 ) ;
Disable = TRUE ;
TabStop = TRUE ;
};
PushButton PB_FILE
{
HelpID = "sw:PushButton:MD_EDIT_REGION:PB_FILE";
Pos = MAP_APPFONT ( 239 , 42 ) ;
Size = MAP_APPFONT ( 12 , 12 ) ;
TabStop = TRUE ;
Disable = TRUE ;
Text = "...";
};
FixedText FT_SUBREG
{
Pos = MAP_APPFONT ( 104 , 59 ) ;
Size = MAP_APPFONT ( 38 , 8 ) ;
Disable = TRUE ;
FT_SUBREG_TEXT
};
ComboBox LB_SUBREG
{
HelpID = "sw:ComboBox:MD_EDIT_REGION:LB_SUBREG";
Pos = MAP_APPFONT ( 165 , 57 ) ;
Size = MAP_APPFONT ( 68 , 50 ) ;
Disable = TRUE ;
TabStop = TRUE ;
Sort = TRUE ;
DropDown = TRUE ;
};
FixedLine FL_PROTECT
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 92 , 75 ) ;
Size = MAP_APPFONT ( 162 , 8 ) ;
FL_PROTECT_TEXT
};
TriStateBox CB_PROTECT
{
HelpID = "sw:TriStateBox:MD_EDIT_REGION:CB_PROTECT";
Pos = MAP_APPFONT ( 98 , 86 ) ;
Size = MAP_APPFONT ( 70 , 10 ) ;
TabStop = TRUE ;
Disable = TRUE ;
TriStateDisable = FALSE ;
Text [ en-US ] = "~Protected" ;
};
CheckBox CB_PASSWD
{
HelpID = "sw:CheckBox:MD_EDIT_REGION:CB_PASSWD";
Pos = MAP_APPFONT ( 107 , 100 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
TabStop = TRUE ;
CB_PASSWD_TEXT
};
PushButton PB_PASSWD
{
HelpID = "sw:PushButton:MD_EDIT_REGION:PB_PASSWD";
Pos = MAP_APPFONT ( 239 , 98 ) ;
Size = MAP_APPFONT ( 12 , 12 ) ;
TabStop = TRUE ;
Text = "..." ;
};
FixedLine FL_HIDE
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 92 , 116 ) ;
Size = MAP_APPFONT ( 162 , 8 ) ;
FL_HIDE_TEXT
};
TriStateBox CB_HIDE
{
HelpID = "sw:TriStateBox:MD_EDIT_REGION:CB_HIDE";
Pos = MAP_APPFONT ( 98 , 127 ) ;
Size = MAP_APPFONT ( 70 , 10 ) ;
TabStop = TRUE ;
TriStateDisable = FALSE ;
CB_HIDE_TEXT
};
FixedText FT_CONDITION
{
Pos = MAP_APPFONT ( 104 , 143) ;
Size = MAP_APPFONT ( 55 , 8 ) ;
Disable = TRUE ;
CB_CONDITION_TEXT
};
Edit ED_CONDITION
{
HelpID = "sw:Edit:MD_EDIT_REGION:ED_CONDITION";
Border = TRUE ;
Pos = MAP_APPFONT ( 165 , 141) ;
Size = MAP_APPFONT ( 86 , 12 ) ;
TabStop = TRUE ;
Disable = TRUE ;
};
FixedLine FL_PROPERTIES
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 92 , 159 ) ;
Size = MAP_APPFONT ( 162 , 8 ) ;
FL_PROPERTIES_TEXT
};
TriStateBox CB_EDIT_IN_READONLY
{
HelpID = "sw:TriStateBox:MD_EDIT_REGION:CB_EDIT_IN_READONLY";
Pos = MAP_APPFONT ( 98 , 170 ) ;
Size = MAP_APPFONT ( 156 , 10 ) ;
TabStop = TRUE ;
TriStateDisable = FALSE ;
CB_EDIT_IN_READONLY_TEXT
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 263 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Disable = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 263 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
PushButton PB_OPTIONS
{
HelpID = "sw:PushButton:MD_EDIT_REGION:PB_OPTIONS";
Pos = MAP_APPFONT ( 263 , 40 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Hide = TRUE ;
Text [ en-US ] = "~Options...";
};
PushButton CB_DISMISS
{
HelpID = "sw:PushButton:MD_EDIT_REGION:CB_DISMISS";
Pos = MAP_APPFONT ( 263 , 57 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Disable = TRUE ;
TabStop = TRUE ;
Text [ en-US ] = "Remove" ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 263 , 77 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
#define DLG_IMAGE_IDLIST \ #define DLG_IMAGE_IDLIST \
IdList = \ IdList = \
{ \ { \
...@@ -312,13 +82,13 @@ ModalDialog MD_EDIT_REGION ...@@ -312,13 +82,13 @@ ModalDialog MD_EDIT_REGION
}; \ }; \
IdCount = { 4 ; }; IdCount = { 4 ; };
ImageList IL_BITMAPS ImageList IL_SECTION_BITMAPS
{ {
Prefix = "re"; Prefix = "re";
MaskColor = IMAGE_MASK_COLOR ; MaskColor = IMAGE_MASK_COLOR ;
DLG_IMAGE_IDLIST DLG_IMAGE_IDLIST
};
}; };
String STR_REG_DUPLICATE String STR_REG_DUPLICATE
{ {
Text [ en-US ] = "Section name changed:" ; Text [ en-US ] = "Section name changed:" ;
......
...@@ -1259,21 +1259,10 @@ AbstractMultiTOXTabDialog * SwAbstractDialogFactory_Impl::CreateMultiTOXTabDialo ...@@ -1259,21 +1259,10 @@ AbstractMultiTOXTabDialog * SwAbstractDialogFactory_Impl::CreateMultiTOXTabDialo
return 0; return 0;
} }
AbstractEditRegionDlg * SwAbstractDialogFactory_Impl::CreateEditRegionDlg( int nResId, AbstractEditRegionDlg * SwAbstractDialogFactory_Impl::CreateEditRegionDlg(Window* pParent, SwWrtShell& rWrtSh) //add for SwEditRegionDlg
Window* pParent, SwWrtShell& rWrtSh ) //add for SwEditRegionDlg
{ {
SwEditRegionDlg* pDlg=NULL; SwEditRegionDlg* pDlg = new SwEditRegionDlg( pParent, rWrtSh );
switch ( nResId ) return new AbstractEditRegionDlg_Impl( pDlg );
{
case MD_EDIT_REGION :
pDlg = new SwEditRegionDlg( pParent, rWrtSh );
break;
default:
break;
}
if ( pDlg )
return new AbstractEditRegionDlg_Impl( pDlg );
return 0;
} }
AbstractInsertSectionTabDialog * SwAbstractDialogFactory_Impl::CreateInsertSectionTabDialog( int nResId, AbstractInsertSectionTabDialog * SwAbstractDialogFactory_Impl::CreateInsertSectionTabDialog( int nResId,
......
...@@ -542,8 +542,7 @@ public: ...@@ -542,8 +542,7 @@ public:
SwWrtShell &rShell, SwWrtShell &rShell,
SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX, SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX,
sal_Bool bGlobal = sal_False); //add for SwMultiTOXTabDialog sal_Bool bGlobal = sal_False); //add for SwMultiTOXTabDialog
virtual AbstractEditRegionDlg* CreateEditRegionDlg( int nResId, virtual AbstractEditRegionDlg* CreateEditRegionDlg(Window* pParent, SwWrtShell& rWrtSh); //add for SwEditRegionDlg
Window* pParent, SwWrtShell& rWrtSh ); //add for SwEditRegionDlg
virtual AbstractInsertSectionTabDialog* CreateInsertSectionTabDialog( int nResId, virtual AbstractInsertSectionTabDialog* CreateInsertSectionTabDialog( int nResId,
Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh); //add for SwInsertSectionTabDialog Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh); //add for SwInsertSectionTabDialog
virtual AbstractMarkFloatDlg* CreateIndexMarkFloatDlg( virtual AbstractMarkFloatDlg* CreateIndexMarkFloatDlg(
......
...@@ -31,11 +31,18 @@ class SW_DLLPUBLIC ConditionEdit : public Edit, public DropTargetHelper ...@@ -31,11 +31,18 @@ class SW_DLLPUBLIC ConditionEdit : public Edit, public DropTargetHelper
SW_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ); SW_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
public: public:
ConditionEdit( Window* pParent, const ResId& rResId ); ConditionEdit(Window* pParent, const ResId& rResId);
ConditionEdit(Window* pParent, WinBits nStyle);
inline void ShowBrackets(bool bShow) { bBrackets = bShow; }
void ShowBrackets(bool bShow)
inline void SetDropEnable( bool bFlag ) { bEnableDrop = bFlag; } {
bBrackets = bShow;
}
void SetDropEnable(bool bFlag)
{
bEnableDrop = bFlag;
}
}; };
#endif #endif
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/combobox.hxx> #include <vcl/combobox.hxx>
#include <vcl/group.hxx> #include <vcl/group.hxx>
#include <vcl/layout.hxx>
#include <svtools/treelistbox.hxx> #include <svtools/treelistbox.hxx>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
...@@ -62,40 +63,34 @@ typedef boost::ptr_set<SectRepr> SectReprArr; ...@@ -62,40 +63,34 @@ typedef boost::ptr_set<SectRepr> SectReprArr;
class SwEditRegionDlg : public SfxModalDialog class SwEditRegionDlg : public SfxModalDialog
{ {
FixedLine aNameFL; Edit* m_pCurName;
Edit aCurName; SvTreeListBox* m_pTree;
SvTreeListBox aTree;
TriStateBox* m_pFileCB;
FixedLine aLinkFL; CheckBox* m_pDDECB;
TriStateBox aFileCB; VclContainer* m_pDDEFrame;
CheckBox aDDECB; FixedText* m_pFileNameFT;
FixedText aFileNameFT; FixedText* m_pDDECommandFT;
FixedText aDDECommandFT; Edit* m_pFileNameED;
Edit aFileNameED; PushButton* m_pFilePB;
PushButton aFilePB; FixedText* m_pSubRegionFT;
FixedText aSubRegionFT; ComboBox* m_pSubRegionED;
ComboBox aSubRegionED; bool m_bSubRegionsFilled;
bool bSubRegionsFilled;
TriStateBox* m_pProtectCB;
FixedLine aProtectFL; CheckBox* m_pPasswdCB;
TriStateBox aProtectCB; PushButton* m_pPasswdPB;
CheckBox aPasswdCB;
PushButton aPasswdPB; TriStateBox* m_pHideCB;
FixedText* m_pConditionFT;
FixedLine aHideFL; ConditionEdit* m_pConditionED;
TriStateBox aHideCB;
FixedText aConditionFT;
ConditionEdit aConditionED;
// #114856# edit in readonly sections // #114856# edit in readonly sections
FixedLine aPropertiesFL; TriStateBox* m_pEditInReadonlyCB;
TriStateBox aEditInReadonlyCB;
OKButton aOK; OKButton* m_pOK;
CancelButton aCancel; PushButton* m_pOptionsPB;
PushButton aOptionsPB; PushButton* m_pDismiss;
PushButton aDismiss;
HelpButton aHelp;
ImageList aImageIL; ImageList aImageIL;
SwWrtShell& rSh; SwWrtShell& rSh;
......
...@@ -22,16 +22,30 @@ ...@@ -22,16 +22,30 @@
#include <condedit.hxx> #include <condedit.hxx>
#include <svx/dbaexchange.hxx> #include <svx/dbaexchange.hxx>
#include <vcl/builder.hxx>
using namespace ::svx; using namespace ::svx;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
// STATIC DATA ConditionEdit::ConditionEdit(Window* pParent, const ResId& rResId)
: Edit(pParent, rResId)
, DropTargetHelper(this)
, bBrackets(true)
, bEnableDrop(true)
{
}
ConditionEdit::ConditionEdit(Window* pParent, WinBits nStyle)
: Edit(pParent, nStyle)
, DropTargetHelper(this)
, bBrackets(true)
, bEnableDrop(true)
{
}
ConditionEdit::ConditionEdit( Window* pParent, const ResId& rResId ) extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeConditionEdit(Window *pParent, VclBuilder::stringmap &)
: Edit( pParent, rResId ),
DropTargetHelper( this ),
bBrackets( true ), bEnableDrop( true )
{ {
return new ConditionEdit(pParent, WB_LEFT|WB_VCENTER|WB_BORDER|WB_3DLOOK);
} }
// Drop possible, respectively format known? // Drop possible, respectively format known?
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment