Kaydet (Commit) d14d5a64 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

CWS-TOOLING: integrate CWS gnumake2

...@@ -161,8 +161,6 @@ SFX_IMPL_NAMED_VIEWFACTORY( BasicIDEShell, "Default" ) ...@@ -161,8 +161,6 @@ SFX_IMPL_NAMED_VIEWFACTORY( BasicIDEShell, "Default" )
} }
// MI: Prinzipiel IDL, aber ich lieber doch nicht?
// SFX_IMPL_ /*IDL_*/ INTERFACE( BasicIDEShell, SfxViewShell, IDEResId( RID_STR_IDENAME ) )
SFX_IMPL_INTERFACE( BasicIDEShell, SfxViewShell, IDEResId( RID_STR_IDENAME ) ) SFX_IMPL_INTERFACE( BasicIDEShell, SfxViewShell, IDEResId( RID_STR_IDENAME ) )
{ {
SFX_CHILDWINDOW_REGISTRATION( SID_SEARCH_DLG ); SFX_CHILDWINDOW_REGISTRATION( SID_SEARCH_DLG );
......
...@@ -91,8 +91,6 @@ SRSFILELIST=\ ...@@ -91,8 +91,6 @@ SRSFILELIST=\
$(SRS)$/basicide.srs \ $(SRS)$/basicide.srs \
$(SRS)$/dlged.srs $(SRS)$/dlged.srs
SRSFILELIST+= $(SOLARCOMMONRESDIR)$/sfx.srs
RESLIB1NAME=basctl RESLIB1NAME=basctl
RESLIB1IMAGES =$(PRJ)$/res RESLIB1IMAGES =$(PRJ)$/res
RESLIB1SRSFILES= $(SRSFILELIST) RESLIB1SRSFILES= $(SRSFILELIST)
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
#include "boost/scoped_ptr.hpp" #include "boost/scoped_ptr.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"
#include "boost/spirit/core.hpp" #include "boost/spirit/core.hpp"
#include "bootstrp/sstring.hxx"
#include "com/sun/star/accessibility/AccessibleEventId.hpp" #include "com/sun/star/accessibility/AccessibleEventId.hpp"
#include "com/sun/star/accessibility/AccessibleEventObject.hpp" #include "com/sun/star/accessibility/AccessibleEventObject.hpp"
#include "com/sun/star/accessibility/AccessibleRelationType.hpp" #include "com/sun/star/accessibility/AccessibleRelationType.hpp"
...@@ -754,7 +753,6 @@ ...@@ -754,7 +753,6 @@
#include "svtools/apearcfg.hxx" #include "svtools/apearcfg.hxx"
#include "svl/brdcst.hxx" #include "svl/brdcst.hxx"
#include "unotools/cacheoptions.hxx" #include "unotools/cacheoptions.hxx"
#include "svl/cancel.hxx"
#include "svl/cjkoptions.hxx" #include "svl/cjkoptions.hxx"
#include "unotools/cmdoptions.hxx" #include "unotools/cmdoptions.hxx"
#include "svl/cntwall.hxx" #include "svl/cntwall.hxx"
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <sfx2/filedlghelper.hxx> #include <sfx2/filedlghelper.hxx>
#include <sfx2/minfitem.hxx> #include <sfx2/minfitem.hxx>
#include <sfx2/sfxresid.hxx>
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include "cuires.hrc" #include "cuires.hrc"
...@@ -721,7 +722,6 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxIt ...@@ -721,7 +722,6 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxIt
, aResetButton (this , CUI_RES(BTN_RESET )) , aResetButton (this , CUI_RES(BTN_RESET ))
, aLoadAccelConfigStr ( CUI_RES( STR_LOADACCELCONFIG ) ) , aLoadAccelConfigStr ( CUI_RES( STR_LOADACCELCONFIG ) )
, aSaveAccelConfigStr ( CUI_RES( STR_SAVEACCELCONFIG ) ) , aSaveAccelConfigStr ( CUI_RES( STR_SAVEACCELCONFIG ) )
, aFilterAllStr ( CUI_RES( STR_SFX_FILTERNAME_ALL ) )
, aFilterCfgStr ( CUI_RES( STR_FILTERNAME_CFG ) ) , aFilterCfgStr ( CUI_RES( STR_FILTERNAME_CFG ) )
, m_bStylesInfoInitialized(sal_False) , m_bStylesInfoInitialized(sal_False)
, m_xGlobal () , m_xGlobal ()
...@@ -730,6 +730,8 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxIt ...@@ -730,6 +730,8 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxIt
{ {
FreeResource(); FreeResource();
aFilterAllStr = String( SfxResId( STR_SFX_FILTERNAME_ALL ) );
// install handler functions // install handler functions
aChangeButton.SetClickHdl( LINK( this, SfxAcceleratorConfigPage, ChangeHdl )); aChangeButton.SetClickHdl( LINK( this, SfxAcceleratorConfigPage, ChangeHdl ));
aRemoveButton.SetClickHdl( LINK( this, SfxAcceleratorConfigPage, RemoveHdl )); aRemoveButton.SetClickHdl( LINK( this, SfxAcceleratorConfigPage, RemoveHdl ));
......
...@@ -199,10 +199,6 @@ TabPage RID_SVXPAGE_KEYBOARD ...@@ -199,10 +199,6 @@ TabPage RID_SVXPAGE_KEYBOARD
{ {
Text [ en-US ] = "Save Keyboard Configuration" ; Text [ en-US ] = "Save Keyboard Configuration" ;
}; };
String STR_SFX_FILTERNAME_ALL
{
Text [ en-US ] = "All files (*.*)" ;
};
String STR_FILTERNAME_CFG String STR_FILTERNAME_CFG
{ {
Text [ en-US ] = "Configuration" ; Text [ en-US ] = "Configuration" ;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <svx/orienthelper.hxx> #include <svx/orienthelper.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/imagebtn.hxx> #include <vcl/button.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
......
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
#include <com/sun/star/media/XPlayer.hpp> #include <com/sun/star/media/XPlayer.hpp>
#include <com/sun/star/ui/dialogs/XFolderPicker.hpp> #include <com/sun/star/ui/dialogs/XFolderPicker.hpp>
#include <svtools/dialogclosedlistener.hxx> #include <svtools/dialogclosedlistener.hxx>
#include <bootstrp/sstring.hxx>
DECLARE_LIST( StringList, String* )
// ------------ // ------------
// - Forwards - // - Forwards -
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <vcl/group.hxx> #include <vcl/group.hxx>
#endif #endif
#ifndef _IMAGEBTN_HXX //autogen #ifndef _IMAGEBTN_HXX //autogen
#include <vcl/imagebtn.hxx> #include <vcl/button.hxx>
#endif #endif
#ifndef _EDIT_HXX //autogen #ifndef _EDIT_HXX //autogen
#include <vcl/edit.hxx> #include <vcl/edit.hxx>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/imagebtn.hxx> #include <vcl/button.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <svx/stddlg.hxx> #include <svx/stddlg.hxx>
......
...@@ -54,7 +54,6 @@ SRS1NAME=$(TARGET) ...@@ -54,7 +54,6 @@ SRS1NAME=$(TARGET)
SRC1FILES= bib.src \ SRC1FILES= bib.src \
datman.src \ datman.src \
sections.src \ sections.src \
menu.src \
toolbar.src toolbar.src
RESLIB1NAME=bib RESLIB1NAME=bib
......
...@@ -27,14 +27,8 @@ ...@@ -27,14 +27,8 @@
#include <svl/solar.hrc> #include <svl/solar.hrc>
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc> #include <svx/globlmn.hrc>
#endif
#ifndef _GLOBALACC_SRC
#include <svx/globlac.hrc>
#endif
#include "bibliography.hrc" #include "bibliography.hrc"
#include "bib.hrc" #include "bib.hrc"
/* /*
......
...@@ -77,7 +77,7 @@ SHL1STDLIBS+=$(SOLARLIBDIR)$/npunix.o ...@@ -77,7 +77,7 @@ SHL1STDLIBS+=$(SOLARLIBDIR)$/npunix.o
#.ENDIF #FREEBSD #.ENDIF #FREEBSD
.ENDIF #UNX .ENDIF #UNX
.IF "$(GUI)"=="WNT" .IF "$(GUI)"=="WNT"
SHL1OBJS+=$(SOLARLIBDIR)$/pathutils-slo.obj SHL1OBJS+=$(SOLARLIBDIR)$/pathutils-obj.obj
STDLIBS+=$(SOLARLIBDIR)$/npwin.obj STDLIBS+=$(SOLARLIBDIR)$/npwin.obj
SHL1STDLIBS+= $(SHELL32LIB) $(SOLARLIBDIR)$/npwin.obj SHL1STDLIBS+= $(SHELL32LIB) $(SOLARLIBDIR)$/npwin.obj
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
#endif #endif
#include <svx/drawitem.hxx> #include <svx/drawitem.hxx>
#include <xtable.hxx> #include <svx/xtable.hxx>
//================================================================== //==================================================================
#include <vcl/floatwin.hxx> #include <vcl/floatwin.hxx>
#include <svtools/svmedit.hxx> #include <svtools/svmedit.hxx>
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <vcl/msgbox.hxx> #include <vcl/msgbox.hxx>
#include <vcl/lineinfo.hxx> #include <vcl/lineinfo.hxx>
#include <vcl/imagebtn.hxx> #include <vcl/button.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <sfx2/sfx.hrc> #include <sfx2/sfx.hrc>
......
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