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
4ad3ed74
Kaydet (Commit)
4ad3ed74
authored
Kas 09, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#65108 inter-module includes <> include/xmlreader
Change-Id: I5c04e9169518212ec6a9cbb6d07216a87a2d9cdb
üst
83784fc6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
20 deletions
+20
-20
xmlreaderdllapi.hxx
include/xmlreader/detail/xmlreaderdllapi.hxx
+2
-2
pad.hxx
include/xmlreader/pad.hxx
+5
-5
span.hxx
include/xmlreader/span.hxx
+3
-3
xmlreader.hxx
include/xmlreader/xmlreader.hxx
+10
-10
No files found.
include/xmlreader/detail/xmlreaderdllapi.hxx
Dosyayı görüntüle @
4ad3ed74
...
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_XMLREADER_DETAIL_XMLREADERDLLAPI_HXX
#define INCLUDED_XMLREADER_DETAIL_XMLREADERDLLAPI_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/types.h"
#include
<sal/types.h>
#if defined OOO_DLLIMPLEMENTATION_XMLREADER
#define OOO_DLLPUBLIC_XMLREADER SAL_DLLPUBLIC_EXPORT
...
...
include/xmlreader/pad.hxx
Dosyayı görüntüle @
4ad3ed74
...
...
@@ -20,14 +20,14 @@
#ifndef INCLUDED_XMLREADER_PAD_HXX
#define INCLUDED_XMLREADER_PAD_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <cstddef>
#include
"rtl/strbuf.hxx"
#include
"sal/types.h"
#include
"xmlreader/detail/xmlreaderdllapi.hxx"
#include
"xmlreader/span.hxx"
#include
<rtl/strbuf.hxx>
#include
<sal/types.h>
#include
<xmlreader/detail/xmlreaderdllapi.hxx>
#include
<xmlreader/span.hxx>
namespace
xmlreader
{
...
...
include/xmlreader/span.hxx
Dosyayı görüntüle @
4ad3ed74
...
...
@@ -20,12 +20,12 @@
#ifndef INCLUDED_XMLREADER_SPAN_HXX
#define INCLUDED_XMLREADER_SPAN_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <cstddef>
#include
"sal/types.h"
#include
"xmlreader/detail/xmlreaderdllapi.hxx"
#include
<sal/types.h>
#include
<xmlreader/detail/xmlreaderdllapi.hxx>
namespace
rtl
{
class
OUString
;
}
...
...
include/xmlreader/xmlreader.hxx
Dosyayı görüntüle @
4ad3ed74
...
...
@@ -20,20 +20,20 @@
#ifndef INCLUDED_XMLREADER_XMLREADER_HXX
#define INCLUDED_XMLREADER_XMLREADER_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <stack>
#include <vector>
#include
"boost/noncopyable.hpp"
#include
"com/sun/star/container/NoSuchElementException.hpp"
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
"osl/file.h"
#include
"rtl/ustring.hxx"
#include
"sal/types.h"
#include
"xmlreader/detail/xmlreaderdllapi.hxx"
#include
"xmlreader/pad.hxx"
#include
"xmlreader/span.hxx"
#include
<boost/noncopyable.hpp>
#include
<com/sun/star/container/NoSuchElementException.hpp>
#include
<com/sun/star/uno/RuntimeException.hpp>
#include
<osl/file.h>
#include
<rtl/ustring.hxx>
#include
<sal/types.h>
#include
<xmlreader/detail/xmlreaderdllapi.hxx>
#include
<xmlreader/pad.hxx>
#include
<xmlreader/span.hxx>
namespace
xmlreader
{
...
...
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