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
d6b80337
Kaydet (Commit)
d6b80337
authored
Eki 22, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#68849 add some header guards
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
üst
657a3a81
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
37 additions
and
15 deletions
+37
-15
desktopdllapi.h
desktop/source/inc/desktopdllapi.h
+1
-0
closepreventer.hxx
embeddedobj/source/inc/closepreventer.hxx
+5
-0
targetstatecontrol.hxx
embeddedobj/source/inc/targetstatecontrol.hxx
+4
-0
xcreator.hxx
embeddedobj/source/inc/xcreator.hxx
+2
-3
advisesink.hxx
embeddedobj/source/msole/advisesink.hxx
+5
-0
mtnotification.hxx
embeddedobj/source/msole/mtnotification.hxx
+4
-0
olewrapclient.hxx
embeddedobj/source/msole/olewrapclient.hxx
+5
-0
xdialogcreator.hxx
embeddedobj/source/msole/xdialogcreator.hxx
+2
-3
xolefactory.hxx
embeddedobj/source/msole/xolefactory.hxx
+2
-3
cppcanvasdllapi.h
include/cppcanvas/cppcanvasdllapi.h
+3
-2
assclass.hxx
sd/source/ui/inc/assclass.hxx
+2
-2
dlgass.hxx
sd/source/ui/inc/dlgass.hxx
+2
-2
No files found.
desktop/source/inc/desktopdllapi.h
Dosyayı görüntüle @
d6b80337
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
*/
*/
#ifndef INCLUDED_DESKTOP_SOURCE_INC_DESKTOPDLLAPI_H
#ifndef INCLUDED_DESKTOP_SOURCE_INC_DESKTOPDLLAPI_H
#define INCLUDED_DESKTOP_SOURCE_INC_DESKTOPDLLAPI_H
#include <sal/config.h>
#include <sal/config.h>
#include <sal/types.h>
#include <sal/types.h>
...
...
embeddedobj/source/inc/closepreventer.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_INC_CLOSEPREVENTER_HXX
#define INCLUDED_EMBEDDEDOBJ_SOURCE_INC_CLOSEPREVENTER_HXX
#include <com/sun/star/util/XCloseListener.hpp>
#include <com/sun/star/util/XCloseListener.hpp>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
...
@@ -28,4 +31,6 @@ class OClosePreventer : public ::cppu::WeakImplHelper1 < ::com::sun::star::util:
...
@@ -28,4 +31,6 @@ class OClosePreventer : public ::cppu::WeakImplHelper1 < ::com::sun::star::util:
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
embeddedobj/source/inc/targetstatecontrol.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_INC_TARGETSTATECONTROL_HXX
#define INCLUDED_EMBEDDEDOBJ_SOURCE_INC_TARGETSTATECONTROL_HXX
#include <sal/types.h>
#include <sal/types.h>
#include <osl/diagnose.h>
#include <osl/diagnose.h>
...
@@ -37,5 +40,6 @@ public:
...
@@ -37,5 +40,6 @@ public:
}
}
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
embeddedobj/source/inc/xcreator.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,13 +17,12 @@
...
@@ -17,13 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
__XCREATOR_HXX_
#ifndef
INCLUDED_EMBEDDEDOBJ_SOURCE_INC_XCREATOR_HXX
#define
__XCREATOR_HXX_
#define
INCLUDED_EMBEDDEDOBJ_SOURCE_INC_XCREATOR_HXX
#include <com/sun/star/embed/XEmbeddedObjectCreator.hpp>
#include <com/sun/star/embed/XEmbeddedObjectCreator.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
#include <comphelper/mimeconfighelper.hxx>
#include <comphelper/mimeconfighelper.hxx>
...
...
embeddedobj/source/msole/advisesink.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_ADVISESINK_HXX
#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_ADVISESINK_HXX
#include <osl/interlck.h>
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include <platform.h>
#include <platform.h>
...
@@ -46,4 +49,6 @@ public:
...
@@ -46,4 +49,6 @@ public:
STDMETHODIMP_
(
void
)
OnClose
(
void
);
STDMETHODIMP_
(
void
)
OnClose
(
void
);
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
embeddedobj/source/msole/mtnotification.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_MTNOTIFICATION_HXX
#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_MTNOTIFICATION_HXX
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/awt/XCallback.hpp>
#include <com/sun/star/awt/XCallback.hpp>
...
@@ -44,5 +47,6 @@ public:
...
@@ -44,5 +47,6 @@ public:
~
MainThreadNotificationRequest
();
~
MainThreadNotificationRequest
();
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
embeddedobj/source/msole/olewrapclient.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OLEWRAPCLIENT_HXX
#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_OLEWRAPCLIENT_HXX
#include <osl/interlck.h>
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include <platform.h>
#include <platform.h>
...
@@ -46,4 +49,6 @@ public:
...
@@ -46,4 +49,6 @@ public:
STDMETHODIMP
RequestNewObjectLayout
(
void
);
STDMETHODIMP
RequestNewObjectLayout
(
void
);
};
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
embeddedobj/source/msole/xdialogcreator.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,14 +17,13 @@
...
@@ -17,14 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
__XDIALOGCREATOR_HXX_
#ifndef
INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XDIALOGCREATOR_HXX
#define
__XDIALOGCREATOR_HXX_
#define
INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XDIALOGCREATOR_HXX
#include <com/sun/star/embed/XInsertObjectDialog.hpp>
#include <com/sun/star/embed/XInsertObjectDialog.hpp>
#include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp>
#include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/implbase3.hxx>
...
...
embeddedobj/source/msole/xolefactory.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,13 +17,12 @@
...
@@ -17,13 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
__XFACTORY_HXX_
#ifndef
INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XOLEFACTORY_HXX
#define
__XFACTORY_HXX_
#define
INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XOLEFACTORY_HXX
#include <com/sun/star/embed/XEmbeddedObjectCreator.hpp>
#include <com/sun/star/embed/XEmbeddedObjectCreator.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
...
...
include/cppcanvas/cppcanvasdllapi.h
Dosyayı görüntüle @
d6b80337
...
@@ -16,8 +16,9 @@
...
@@ -16,8 +16,9 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INCLUDED_CPPCANVASDLLAPI_H
#define INCLUDED_CPPCANVASDLLAPI_H
#ifndef INCLUDED_CPPCANVAS_CPPCANVASDLLAPI_H
#define INCLUDED_CPPCANVAS_CPPCANVASDLLAPI_H
#if defined CPPCANVAS_DLLIMPLEMENTATION
#if defined CPPCANVAS_DLLIMPLEMENTATION
...
...
sd/source/ui/inc/assclass.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INC
_ASSCLASS
#ifndef INC
LUDED_SD_SOURCE_UI_INC_ASSCLASS_HXX
#define INC
_ASSCLASS
#define INC
LUDED_SD_SOURCE_UI_INC_ASSCLASS_HXX
#include <vector>
#include <vector>
#include <boost/scoped_array.hpp>
#include <boost/scoped_array.hpp>
...
...
sd/source/ui/inc/dlgass.hxx
Dosyayı görüntüle @
d6b80337
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef INC
_DLGASS
#ifndef INC
LUDED_SD_SOURCE_UI_INC_DLGASS_HXX
#define INC
_DLGASS
#define INC
LUDED_SD_SOURCE_UI_INC_DLGASS_HXX
#include <vcl/group.hxx>
#include <vcl/group.hxx>
#include <vcl/edit.hxx>
#include <vcl/edit.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