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
7ef3b651
Kaydet (Commit)
7ef3b651
authored
Kas 12, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xmlscript: include <> for external includes
Change-Id: I3921f93a5ec2d043ed25d7569297131c020c4e83
üst
9a26a423
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
17 deletions
+17
-17
misc.hxx
xmlscript/source/inc/misc.hxx
+1
-1
xml_import.hxx
xmlscript/source/inc/xml_import.hxx
+2
-2
xml_impctx.cxx
xmlscript/source/xml_helper/xml_impctx.cxx
+8
-8
common.hxx
xmlscript/source/xmldlg_imexp/common.hxx
+1
-1
xmlbas_export.cxx
xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
+2
-2
xmlbas_import.cxx
xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
+2
-2
imexp.cxx
xmlscript/test/imexp.cxx
+1
-1
No files found.
xmlscript/source/inc/misc.hxx
Dosyayı görüntüle @
7ef3b651
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_XMLSCRIPT_MISC_HXX
#ifndef INCLUDED_XMLSCRIPT_MISC_HXX
#define INCLUDED_XMLSCRIPT_MISC_HXX
#define INCLUDED_XMLSCRIPT_MISC_HXX
#include
"com/sun/star/uno/Any.hxx"
#include
<com/sun/star/uno/Any.hxx>
namespace
xmlscript
namespace
xmlscript
{
{
...
...
xmlscript/source/inc/xml_import.hxx
Dosyayı görüntüle @
7ef3b651
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#include <tools/diagnose_ex.h>
#include <tools/diagnose_ex.h>
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
#include
"com/sun/star/xml/input/XRoot.hpp"
#include
<com/sun/star/xml/input/XRoot.hpp>
#include
"com/sun/star/xml/sax/XExtendedDocumentHandler.hpp"
#include
<com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
namespace
xmlscript
namespace
xmlscript
{
{
...
...
xmlscript/source/xml_helper/xml_impctx.cxx
Dosyayı görüntüle @
7ef3b651
...
@@ -19,14 +19,14 @@
...
@@ -19,14 +19,14 @@
#include "xml_import.hxx"
#include "xml_import.hxx"
#include
"cppuhelper/factory.hxx"
#include
<cppuhelper/factory.hxx>
#include
"cppuhelper/implementationentry.hxx"
#include
<cppuhelper/implementationentry.hxx>
#include
"cppuhelper/implbase1.hxx"
#include
<cppuhelper/implbase1.hxx>
#include
"cppuhelper/implbase3.hxx"
#include
<cppuhelper/implbase3.hxx>
#include
"com/sun/star/xml/input/XAttributes.hpp"
#include
<com/sun/star/xml/input/XAttributes.hpp>
#include
"com/sun/star/lang/XInitialization.hpp"
#include
<com/sun/star/lang/XInitialization.hpp>
#include
"com/sun/star/uno/XComponentContext.hpp"
#include
<com/sun/star/uno/XComponentContext.hpp>
#include <vector>
#include <vector>
#include <boost/unordered_map.hpp>
#include <boost/unordered_map.hpp>
...
...
xmlscript/source/xmldlg_imexp/common.hxx
Dosyayı görüntüle @
7ef3b651
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_COMMON_HXX
#ifndef INCLUDED_COMMON_HXX
#define INCLUDED_COMMON_HXX
#define INCLUDED_COMMON_HXX
#include
"sal/types.h"
#include
<sal/types.h>
namespace
xmlscript
{
namespace
xmlscript
{
...
...
xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
Dosyayı görüntüle @
7ef3b651
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
*/
*/
#include "xmlbas_export.hxx"
#include "xmlbas_export.hxx"
#include
"xmlscript/xmlns.h"
#include
<xmlscript/xmlns.h>
#include
"xmlscript/xml_helper.hxx"
#include
<xmlscript/xml_helper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/script/XLibraryContainer2.hpp>
#include <com/sun/star/script/XLibraryContainer2.hpp>
...
...
xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
Dosyayı görüntüle @
7ef3b651
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
*/
*/
#include "xmlbas_import.hxx"
#include "xmlbas_import.hxx"
#include
"xmlscript/xmlns.h"
#include
<xmlscript/xmlns.h>
#include
"xmlscript/xml_helper.hxx"
#include
<xmlscript/xml_helper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>
...
...
xmlscript/test/imexp.cxx
Dosyayı görüntüle @
7ef3b651
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include <config_folders.h>
#include <config_folders.h>
#include <stdio.h>
#include <stdio.h>
#include
"osl/file.h"
#include
<osl/file.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustrbuf.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