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
0b51e2a7
Kaydet (Commit)
0b51e2a7
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: unoidl
Change-Id: Ie5414c607ed9dcf8ebd3a37d150aa138dac3ad09
üst
bf49fc49
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
98 additions
and
98 deletions
+98
-98
legacyprovider.cxx
unoidl/source/legacyprovider.cxx
+8
-8
legacyprovider.hxx
unoidl/source/legacyprovider.hxx
+4
-4
sourcefileprovider.cxx
unoidl/source/sourcefileprovider.cxx
+1
-1
sourcefileprovider.hxx
unoidl/source/sourcefileprovider.hxx
+3
-3
sourceprovider-parser-requires.hxx
unoidl/source/sourceprovider-parser-requires.hxx
+5
-5
sourceprovider-scanner.hxx
unoidl/source/sourceprovider-scanner.hxx
+7
-7
sourcetreeprovider.cxx
unoidl/source/sourcetreeprovider.cxx
+9
-9
sourcetreeprovider.hxx
unoidl/source/sourcetreeprovider.hxx
+3
-3
unoidl-check.cxx
unoidl/source/unoidl-check.cxx
+10
-10
unoidl-read.cxx
unoidl/source/unoidl-read.cxx
+10
-10
unoidl-write.cxx
unoidl/source/unoidl-write.cxx
+15
-15
unoidl.cxx
unoidl/source/unoidl.cxx
+7
-7
unoidlprovider.cxx
unoidl/source/unoidlprovider.cxx
+12
-12
unoidlprovider.hxx
unoidl/source/unoidlprovider.hxx
+4
-4
No files found.
unoidl/source/legacyprovider.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,19 +7,19 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <cassert>
#include <cstring>
#include <vector>
#include
"registry/reader.hxx"
#include
"registry/registry.hxx"
#include
"registry/regtype.h"
#include
"rtl/ref.hxx"
#include
"rtl/ustring.hxx"
#include
"sal/types.h"
#include
"unoidl/unoidl.hxx"
#include
<registry/reader.hxx>
#include
<registry/registry.hxx>
#include
<registry/regtype.h>
#include
<rtl/ref.hxx>
#include
<rtl/ustring.hxx>
#include
<sal/types.h>
#include
<unoidl/unoidl.hxx>
#include "legacyprovider.hxx"
...
...
unoidl/source/legacyprovider.hxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -10,11 +10,11 @@
#ifndef INCLUDED_UNOIDL_SOURCE_LEGACYPROVIDER_HXX
#define INCLUDED_UNOIDL_SOURCE_LEGACYPROVIDER_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"registry/registry.hxx"
#include
"rtl/ref.hxx"
#include
"unoidl/unoidl.hxx"
#include
<registry/registry.hxx>
#include
<rtl/ref.hxx>
#include
<unoidl/unoidl.hxx>
namespace
unoidl
{
namespace
detail
{
...
...
unoidl/source/sourcefileprovider.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <map>
#include <utility>
...
...
unoidl/source/sourcefileprovider.hxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -10,12 +10,12 @@
#ifndef INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX
#define INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <map>
#include
"rtl/ref.hxx"
#include
"unoidl/unoidl.hxx"
#include
<rtl/ref.hxx>
#include
<unoidl/unoidl.hxx>
namespace
unoidl
{
namespace
detail
{
...
...
unoidl/source/sourceprovider-parser-requires.hxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -10,14 +10,14 @@
#ifndef INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_PARSER_REQUIRES_HXX
#define INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_PARSER_REQUIRES_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <vector>
#include
"rtl/string.hxx"
#include
"rtl/ustring.hxx"
#include
"sal/types.h"
#include
"unoidl/unoidl.hxx"
#include
<rtl/string.hxx>
#include
<rtl/ustring.hxx>
#include
<sal/types.h>
#include
<unoidl/unoidl.hxx>
#define YYLTYPE int
...
...
unoidl/source/sourceprovider-scanner.hxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -10,21 +10,21 @@
#ifndef INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_SCANNER_HXX
#define INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_SCANNER_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <cassert>
#include <map>
#include <set>
#include <vector>
#include
"rtl/ref.hxx"
#include
"rtl/ustring.hxx"
#include
"sal/types.h"
#include
"salhelper/simplereferenceobject.hxx"
#include
"unoidl/unoidl.hxx"
#include
<rtl/ref.hxx>
#include
<rtl/ustring.hxx>
#include
<sal/types.h>
#include
<salhelper/simplereferenceobject.hxx>
#include
<unoidl/unoidl.hxx>
#include "sourceprovider-parser-requires.hxx"
#include
"sourceprovider-parser.hxx"
#include
<sourceprovider-parser.hxx>
namespace
unoidl
{
namespace
detail
{
...
...
unoidl/source/sourcetreeprovider.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,22 +7,22 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <map>
#include <vector>
#include <cstring>
#include
"osl/file.h"
#include
"osl/file.hxx"
#include
"rtl/character.hxx"
#include
"rtl/ref.hxx"
#include
"rtl/ustrbuf.hxx"
#include
"rtl/ustring.hxx"
#include
"unoidl/unoidl.hxx"
#include
<osl/file.h>
#include
<osl/file.hxx>
#include
<rtl/character.hxx>
#include
<rtl/ref.hxx>
#include
<rtl/ustrbuf.hxx>
#include
<rtl/ustring.hxx>
#include
<unoidl/unoidl.hxx>
#include "sourceprovider-parser-requires.hxx"
#include
"sourceprovider-parser.hxx"
#include
<sourceprovider-parser.hxx>
#include "sourceprovider-scanner.hxx"
#include "sourcetreeprovider.hxx"
...
...
unoidl/source/sourcetreeprovider.hxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -10,12 +10,12 @@
#ifndef INCLUDED_UNOIDL_SOURCE_SOURCETREEPROVIDER_HXX
#define INCLUDED_UNOIDL_SOURCE_SOURCETREEPROVIDER_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <map>
#include
"rtl/ref.hxx"
#include
"unoidl/unoidl.hxx"
#include
<rtl/ref.hxx>
#include
<unoidl/unoidl.hxx>
namespace
unoidl
{
namespace
detail
{
...
...
unoidl/source/unoidl-check.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <algorithm>
#include <cassert>
...
...
@@ -15,15 +15,15 @@
#include <iostream>
#include <vector>
#include
"osl/file.hxx"
#include
"osl/process.h"
#include
"rtl/character.hxx"
#include
"rtl/process.h"
#include
"rtl/ref.hxx"
#include
"rtl/ustring.hxx"
#include
"sal/main.h"
#include
"sal/types.h"
#include
"unoidl/unoidl.hxx"
#include
<osl/file.hxx>
#include
<osl/process.h>
#include
<rtl/character.hxx>
#include
<rtl/process.h>
#include
<rtl/ref.hxx>
#include
<rtl/ustring.hxx>
#include
<sal/main.h>
#include
<sal/types.h>
#include
<unoidl/unoidl.hxx>
namespace
unoidl
{
...
...
unoidl/source/unoidl-read.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <cassert>
#include <cstddef>
...
...
@@ -18,15 +18,15 @@
#include <utility>
#include <vector>
#include
"osl/file.h"
#include
"osl/file.hxx"
#include
"osl/process.h"
#include
"rtl/process.h"
#include
"rtl/ref.hxx"
#include
"rtl/ustring.hxx"
#include
"sal/main.h"
#include
"sal/types.h"
#include
"unoidl/unoidl.hxx"
#include
<osl/file.h>
#include
<osl/file.hxx>
#include
<osl/process.h>
#include
<rtl/process.h>
#include
<rtl/ref.hxx>
#include
<rtl/ustring.hxx>
#include
<sal/main.h>
#include
<sal/types.h>
#include
<unoidl/unoidl.hxx>
namespace
{
...
...
unoidl/source/unoidl-write.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <cassert>
#include <cstddef>
...
...
@@ -17,20 +17,20 @@
#include <utility>
#include <vector>
#include
"config_version.h"
#include
"osl/endian.h"
#include
"osl/file.h"
#include
"osl/file.hxx"
#include
"osl/process.h"
#include
"rtl/process.h"
#include
"rtl/string.h"
#include
"rtl/string.hxx"
#include
"rtl/textenc.h"
#include
"rtl/textcvt.h"
#include
"rtl/ustring.hxx"
#include
"sal/macros.h"
#include
"sal/main.h"
#include
"unoidl/unoidl.hxx"
#include
<config_version.h>
#include
<osl/endian.h>
#include
<osl/file.h>
#include
<osl/file.hxx>
#include
<osl/process.h>
#include
<rtl/process.h>
#include
<rtl/string.h>
#include
<rtl/string.hxx>
#include
<rtl/textenc.h>
#include
<rtl/textcvt.h>
#include
<rtl/ustring.hxx>
#include
<sal/macros.h>
#include
<sal/main.h>
#include
<unoidl/unoidl.hxx>
namespace
{
...
...
unoidl/source/unoidl.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,17 +7,17 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <set>
#include <vector>
#include
"osl/file.h"
#include
"osl/file.hxx"
#include
"osl/mutex.hxx"
#include
"rtl/ref.hxx"
#include
"rtl/ustring.hxx"
#include
"unoidl/unoidl.hxx"
#include
<osl/file.h>
#include
<osl/file.hxx>
#include
<osl/mutex.hxx>
#include
<rtl/ref.hxx>
#include
<rtl/ustring.hxx>
#include
<unoidl/unoidl.hxx>
#include "legacyprovider.hxx"
#include "sourcefileprovider.hxx"
...
...
unoidl/source/unoidlprovider.cxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <algorithm>
#include <cassert>
...
...
@@ -15,17 +15,17 @@
#include <set>
#include <vector>
#include
"osl/endian.h"
#include
"osl/file.h"
#include
"rtl/character.hxx"
#include
"rtl/ref.hxx"
#include
"rtl/textenc.h"
#include
"rtl/textcvt.h"
#include
"rtl/ustring.hxx"
#include
"sal/log.hxx"
#include
"sal/types.h"
#include
"salhelper/simplereferenceobject.hxx"
#include
"unoidl/unoidl.hxx"
#include
<osl/endian.h>
#include
<osl/file.h>
#include
<rtl/character.hxx>
#include
<rtl/ref.hxx>
#include
<rtl/textenc.h>
#include
<rtl/textcvt.h>
#include
<rtl/ustring.hxx>
#include
<sal/log.hxx>
#include
<sal/types.h>
#include
<salhelper/simplereferenceobject.hxx>
#include
<unoidl/unoidl.hxx>
#include "unoidlprovider.hxx"
...
...
unoidl/source/unoidlprovider.hxx
Dosyayı görüntüle @
0b51e2a7
...
...
@@ -10,13 +10,13 @@
#ifndef INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX
#define INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <set>
#include
"rtl/ref.hxx"
#include
"sal/types.h"
#include
"unoidl/unoidl.hxx"
#include
<rtl/ref.hxx>
#include
<sal/types.h>
#include
<unoidl/unoidl.hxx>
namespace
unoidl
{
namespace
detail
{
...
...
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