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

convert manage style page to .ui

Change-Id: I42d08439c7aaf90ba2090012757c2ece88ba023c
üst f453065a
......@@ -16,6 +16,7 @@ $(eval $(call gb_UI_add_uifiles,sfx,\
sfx2/uiconfig/ui/documentinfopage \
sfx2/uiconfig/ui/documentpropertiesdialog \
sfx2/uiconfig/ui/internetinfopage \
sfx2/uiconfig/ui/managestylepage \
sfx2/uiconfig/ui/optprintpage \
sfx2/uiconfig/ui/password \
sfx2/uiconfig/ui/printeroptionsdialog \
......
......@@ -22,13 +22,9 @@
#include <vcl/edit.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include <svtools/stdctrl.hxx>
#include <svtools/svmedit.hxx>
#include <vcl/vclmedit.hxx>
#include <sfx2/tabdlg.hxx>
#include <svtools/svmedit2.hxx>
/* expected:
SID_TEMPLATE_NAME : In: StringItem, Name of Template
SID_TEMPLATE_FAMILY : In: Family of Template
......@@ -38,29 +34,23 @@ class SfxStyleFamilies;
class SfxStyleFamilyItem;
class SfxStyleSheetBase;
#ifdef _SFXDLG_HXX
#define FixedInfo FixedText
#endif
class SfxManageStyleSheetPage : public SfxTabPage
{
FixedText aNameFt;
Edit aNameEd;
ExtMultiLineEdit aNameMLE;
VclMultiLineEdit* m_pNameRo;
Edit* m_pNameRw;
CheckBox aAutoCB;
CheckBox* m_pAutoCB;
FixedText aFollowFt;
ListBox aFollowLb;
FixedText* m_pFollowFt;
ListBox* m_pFollowLb;
FixedText aBaseFt;
ListBox aBaseLb;
FixedText* m_pBaseFt;
ListBox* m_pBaseLb;
FixedText aFilterFt;
ListBox aFilterLb;
FixedText* m_pFilterFt;
ListBox* m_pFilterLb;
FixedLine aDescGb;
FixedInfo aDescFt;
FixedText *m_pDescFt;
SfxStyleSheetBase *pStyle;
SfxStyleFamilies *pFamilies;
......@@ -98,10 +88,6 @@ protected:
virtual int DeactivatePage(SfxItemSet * = 0);
};
#ifdef FixedInfo
#undef FixedInfo
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This diff is collapsed.
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