Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d14d5a64
Kaydet (Commit)
d14d5a64
authored
Ara 17, 2010
tarafından
Hans-Joachim Lankenau
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS gnumake2
üst
082cd85b
cfa51d2d
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
11 additions
and
25 deletions
+11
-25
basidesh.cxx
basctl/source/basicide/basidesh.cxx
+0
-2
makefile.mk
basctl/util/makefile.mk
+0
-2
precompiled_cui.hxx
cui/inc/pch/precompiled_cui.hxx
+0
-2
acccfg.cxx
cui/source/customize/acccfg.cxx
+3
-1
acccfg.src
cui/source/customize/acccfg.src
+0
-4
align.hxx
cui/source/inc/align.hxx
+1
-1
cuigaldlg.hxx
cui/source/inc/cuigaldlg.hxx
+2
-1
postdlg.hxx
cui/source/inc/postdlg.hxx
+1
-1
splitcelldlg.hxx
cui/source/inc/splitcelldlg.hxx
+1
-1
makefile.mk
extensions/source/bibliography/makefile.mk
+0
-1
menu.src
extensions/source/bibliography/menu.src
+0
-6
makefile.mk
extensions/source/nsplugin/source/makefile.mk
+1
-1
standardcontrol.cxx
extensions/source/propctrlr/standardcontrol.cxx
+1
-1
updatecheckui.cxx
extensions/source/update/ui/updatecheckui.cxx
+1
-1
No files found.
basctl/source/basicide/basidesh.cxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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
);
...
...
basctl/util/makefile.mk
Dosyayı görüntüle @
d14d5a64
...
@@ -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)
...
...
cui/inc/pch/precompiled_cui.hxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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"
...
...
cui/source/customize/acccfg.cxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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
));
...
...
cui/source/customize/acccfg.src
Dosyayı görüntüle @
d14d5a64
...
@@ -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" ;
...
...
cui/source/inc/align.hxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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/
imagebt
n.hxx>
#include <vcl/
butto
n.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>
...
...
cui/source/inc/cuigaldlg.hxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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 -
...
...
cui/source/inc/postdlg.hxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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/
imagebt
n.hxx>
#include <vcl/
butto
n.hxx>
#endif
#endif
#ifndef _EDIT_HXX //autogen
#ifndef _EDIT_HXX //autogen
#include <vcl/edit.hxx>
#include <vcl/edit.hxx>
...
...
cui/source/inc/splitcelldlg.hxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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/
imagebt
n.hxx>
#include <vcl/
butto
n.hxx>
#include <vcl/button.hxx>
#include <vcl/button.hxx>
#include <svx/stddlg.hxx>
#include <svx/stddlg.hxx>
...
...
extensions/source/bibliography/makefile.mk
Dosyayı görüntüle @
d14d5a64
...
@@ -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
...
...
extensions/source/bibliography/menu.src
Dosyayı görüntüle @
d14d5a64
...
@@ -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"
/*
/*
...
...
extensions/source/nsplugin/source/makefile.mk
Dosyayı görüntüle @
d14d5a64
...
@@ -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
...
...
extensions/source/propctrlr/standardcontrol.cxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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>
...
...
extensions/source/update/ui/updatecheckui.cxx
Dosyayı görüntüle @
d14d5a64
...
@@ -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/
imagebt
n.hxx>
#include <vcl/
butto
n.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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment