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
d8c9f36e
Kaydet (Commit)
d8c9f36e
authored
Şub 07, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
disentangled sddll.hxx vs. sdmod.hxx
üst
0e79718a
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
6 additions
and
29 deletions
+6
-29
app.hxx
sd/inc/app.hxx
+0
-1
sddll.hxx
sd/inc/sddll.hxx
+0
-6
sdmod.hxx
sd/inc/sdmod.hxx
+0
-10
CustomAnimationCreateDialog.cxx
sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+1
-0
sddll2.cxx
sd/source/ui/app/sddll2.cxx
+1
-0
sdmod.cxx
sd/source/ui/app/sdmod.cxx
+0
-3
sdmod1.cxx
sd/source/ui/app/sdmod1.cxx
+0
-2
sdmod2.cxx
sd/source/ui/app/sdmod2.cxx
+0
-2
sdresid.cxx
sd/source/ui/app/sdresid.cxx
+1
-1
fuformatpaintbrush.cxx
sd/source/ui/func/fuformatpaintbrush.cxx
+0
-1
SlsClipboard.cxx
sd/source/ui/slidesorter/controller/SlsClipboard.cxx
+0
-1
SlsButtonBar.cxx
sd/source/ui/slidesorter/view/SlsButtonBar.cxx
+1
-1
unodoc.cxx
sd/source/ui/unoidl/unodoc.cxx
+1
-1
unomodule.cxx
sd/source/ui/unoidl/unomodule.cxx
+1
-0
No files found.
sd/inc/app.hxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
* for a copy of the LGPLv3 License.
* for a copy of the LGPLv3 License.
*
*
************************************************************************/
************************************************************************/
#define _SD_DLL // fuer SD_MOD()
#include "sdmod.hxx"
#include "sdmod.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sd/inc/sddll.hxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
#ifndef _SDDLL_HXX
#ifndef _SDDLL_HXX
#define _SDDLL_HXX
#define _SDDLL_HXX
#include "sdmod.hxx"
#include <sfx2/module.hxx>
#include <sfx2/module.hxx>
#include <sfx2/sfxdefs.hxx>
#include <sfx2/sfxdefs.hxx>
...
@@ -70,11 +69,6 @@ public:
...
@@ -70,11 +69,6 @@ public:
};
};
#ifndef _SD_DLL // Das define muss im Draw gesetzt werden
#define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
#endif
#endif // _SDDLL_HXX
#endif // _SDDLL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sd/inc/sdmod.hxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -29,11 +29,6 @@
...
@@ -29,11 +29,6 @@
#ifndef _SDMOD_HXX
#ifndef _SDMOD_HXX
#define _SDMOD_HXX
#define _SDMOD_HXX
#ifndef _SDDLL_HXX
#define _SD_DLL // fuer SD_MOD()
#include "sddll.hxx" // fuer SdModuleDummy
#endif
#include "glob.hxx"
#include "glob.hxx"
#include "pres.hxx"
#include "pres.hxx"
...
@@ -206,12 +201,7 @@ private:
...
@@ -206,12 +201,7 @@ private:
};
};
#ifndef SD_MOD
#define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
#define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
#endif
#endif // _SDMOD_HXX
#endif // _SDMOD_HXX
...
...
sd/source/ui/animations/CustomAnimationCreateDialog.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
#include "CustomAnimationPane.hxx"
#include "CustomAnimationPane.hxx"
#include "optsitem.hxx"
#include "optsitem.hxx"
#include "sddll.hxx"
#include "sddll.hxx"
#include "sdmod.hxx"
#include "helpids.h"
#include "helpids.h"
...
...
sd/source/ui/app/sddll2.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -67,6 +67,7 @@
...
@@ -67,6 +67,7 @@
#include <svx/subtoolboxcontrol.hxx>
#include <svx/subtoolboxcontrol.hxx>
#include "sddll.hxx"
#include "sddll.hxx"
#include "sdmod.hxx"
#define _SD_DIACTRL_CXX
#define _SD_DIACTRL_CXX
#include "diactrl.hxx"
#include "diactrl.hxx"
#include "gluectrl.hxx"
#include "gluectrl.hxx"
...
...
sd/source/ui/app/sdmod.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -50,11 +50,8 @@
...
@@ -50,11 +50,8 @@
#include <svx/xmlsecctrl.hxx>
#include <svx/xmlsecctrl.hxx>
#define _SD_DLL // fuer SD_MOD()
#include "sderror.hxx"
#include "sderror.hxx"
#include "sdmod.hxx"
#include "sdmod.hxx"
#include "sddll.hxx"
#include "sdresid.hxx"
#include "sdresid.hxx"
#include "optsitem.hxx"
#include "optsitem.hxx"
#include "DrawDocShell.hxx"
#include "DrawDocShell.hxx"
...
...
sd/source/ui/app/sdmod1.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -53,9 +53,7 @@
...
@@ -53,9 +53,7 @@
#include "strings.hrc"
#include "strings.hrc"
#include "res_bmp.hrc"
#include "res_bmp.hrc"
#define _SD_DLL // fuer SD_MOD()
#include "sdmod.hxx"
#include "sdmod.hxx"
#include "sddll.hxx"
#include "pres.hxx"
#include "pres.hxx"
#include "optsitem.hxx"
#include "optsitem.hxx"
#include "ViewShell.hxx"
#include "ViewShell.hxx"
...
...
sd/source/ui/app/sdmod2.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -53,9 +53,7 @@
...
@@ -53,9 +53,7 @@
#include <svx/sdr/contact/displayinfo.hxx>
#include <svx/sdr/contact/displayinfo.hxx>
#define _SD_DLL // fuer SD_MOD()
#include "sdmod.hxx"
#include "sdmod.hxx"
#include "sddll.hxx"
#include "app.hrc"
#include "app.hrc"
#include "glob.hrc"
#include "glob.hrc"
#include "strings.hrc"
#include "strings.hrc"
...
...
sd/source/ui/app/sdresid.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
************************************************************************/
************************************************************************/
#include "sd
dll
.hxx"
#include "sd
mod
.hxx"
#include "sdresid.hxx"
#include "sdresid.hxx"
...
...
sd/source/ui/func/fuformatpaintbrush.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
#include <editeng/eeitem.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editeng.hxx>
#define _SD_DLL // fuer SD_MOD()
#include "sdmod.hxx"
#include "sdmod.hxx"
#include "fuformatpaintbrush.hxx"
#include "fuformatpaintbrush.hxx"
...
...
sd/source/ui/slidesorter/controller/SlsClipboard.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -64,7 +64,6 @@
...
@@ -64,7 +64,6 @@
#include "sdresid.hxx"
#include "sdresid.hxx"
#include "sdxfer.hxx"
#include "sdxfer.hxx"
#include "sdmod.hxx"
#include "sdmod.hxx"
#include "sddll.hxx"
#include "ins_paste.hxx"
#include "ins_paste.hxx"
#include "drawdoc.hxx"
#include "drawdoc.hxx"
#include "DrawDocShell.hxx"
#include "DrawDocShell.hxx"
...
...
sd/source/ui/slidesorter/view/SlsButtonBar.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
#include "controller/SlsAnimationFunction.hxx"
#include "controller/SlsAnimationFunction.hxx"
#include "app.hrc"
#include "app.hrc"
#include "drawdoc.hxx"
#include "drawdoc.hxx"
#include "sd
dll
.hxx"
#include "sd
mod
.hxx"
#include "optsitem.hxx"
#include "optsitem.hxx"
#include <svx/svxids.hrc>
#include <svx/svxids.hrc>
#include <sfx2/dispatch.hxx>
#include <sfx2/dispatch.hxx>
...
...
sd/source/ui/unoidl/unodoc.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#include <sfx2/sfxmodelfactory.hxx>
#include <sfx2/sfxmodelfactory.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include "sd
mod
.hxx"
#include "sd
dll
.hxx"
#include "DrawDocShell.hxx"
#include "DrawDocShell.hxx"
#include "GraphicDocShell.hxx"
#include "GraphicDocShell.hxx"
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
...
...
sd/source/ui/unoidl/unomodule.cxx
Dosyayı görüntüle @
d8c9f36e
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/frame/DispatchResultState.hpp>
#include <com/sun/star/frame/DispatchResultState.hpp>
#include "sddll.hxx"
#include "sdmod.hxx"
#include "sdmod.hxx"
#include "unomodule.hxx"
#include "unomodule.hxx"
#include <sfx2/objface.hxx>
#include <sfx2/objface.hxx>
...
...
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