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
bdf2086c
Kaydet (Commit)
bdf2086c
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/registry
Change-Id: I65a3728792de966aa27fe1ae4ac2d31a808c5f81
üst
02b3c19e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
26 deletions
+26
-26
reader.h
include/registry/reader.h
+5
-5
reader.hxx
include/registry/reader.hxx
+6
-6
refltype.hxx
include/registry/refltype.hxx
+1
-1
regdllapi.h
include/registry/regdllapi.h
+1
-1
types.h
include/registry/types.h
+1
-1
version.h
include/registry/version.h
+1
-1
writer.h
include/registry/writer.h
+5
-5
writer.hxx
include/registry/writer.hxx
+6
-6
No files found.
include/registry/reader.h
Dosyayı görüntüle @
bdf2086c
...
@@ -20,12 +20,12 @@
...
@@ -20,12 +20,12 @@
#ifndef INCLUDED_registry_reader_h
#ifndef INCLUDED_registry_reader_h
#define INCLUDED_registry_reader_h
#define INCLUDED_registry_reader_h
#include
"registry/regdllapi.h"
#include
<registry/regdllapi.h>
#include
"registry/types.h"
#include
<registry/types.h>
#include
"registry/version.h"
#include
<registry/version.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/registry/reader.hxx
Dosyayı görüntüle @
bdf2086c
...
@@ -20,13 +20,13 @@
...
@@ -20,13 +20,13 @@
#ifndef INCLUDED_registry_reader_hxx
#ifndef INCLUDED_registry_reader_hxx
#define INCLUDED_registry_reader_hxx
#define INCLUDED_registry_reader_hxx
#include
"registry/reader.h"
#include
<registry/reader.h>
#include
"registry/refltype.hxx"
#include
<registry/refltype.hxx>
#include
"registry/types.h"
#include
<registry/types.h>
#include
"registry/version.h"
#include
<registry/version.h>
#include
"rtl/ustring.hxx"
#include
<rtl/ustring.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
#include <algorithm>
#include <algorithm>
#include <new>
#include <new>
...
...
include/registry/refltype.hxx
Dosyayı görüntüle @
bdf2086c
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_REFLTYPE_HXX
#ifndef INCLUDED_REGISTRY_REFLTYPE_HXX
#define INCLUDED_REGISTRY_REFLTYPE_HXX
#define INCLUDED_REGISTRY_REFLTYPE_HXX
#include
"registry/types.h"
#include
<registry/types.h>
#include <sal/types.h>
#include <sal/types.h>
/** specifies the type source of a binary type blob.
/** specifies the type source of a binary type blob.
...
...
include/registry/regdllapi.h
Dosyayı görüntüle @
bdf2086c
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_REGDLLAPI_H
#ifndef INCLUDED_REGISTRY_REGDLLAPI_H
#define INCLUDED_REGISTRY_REGDLLAPI_H
#define INCLUDED_REGISTRY_REGDLLAPI_H
#include
"sal/types.h"
#include
<sal/types.h>
#if defined(REG_DLLIMPLEMENTATION)
#if defined(REG_DLLIMPLEMENTATION)
#define REG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#define REG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
...
...
include/registry/types.h
Dosyayı görüntüle @
bdf2086c
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_registry_types_h
#ifndef INCLUDED_registry_types_h
#define INCLUDED_registry_types_h
#define INCLUDED_registry_types_h
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/registry/version.h
Dosyayı görüntüle @
bdf2086c
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_registry_version_h
#ifndef INCLUDED_registry_version_h
#define INCLUDED_registry_version_h
#define INCLUDED_registry_version_h
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/registry/writer.h
Dosyayı görüntüle @
bdf2086c
...
@@ -20,12 +20,12 @@
...
@@ -20,12 +20,12 @@
#ifndef INCLUDED_registry_writer_h
#ifndef INCLUDED_registry_writer_h
#define INCLUDED_registry_writer_h
#define INCLUDED_registry_writer_h
#include
"registry/regdllapi.h"
#include
<registry/regdllapi.h>
#include
"registry/types.h"
#include
<registry/types.h>
#include
"registry/version.h"
#include
<registry/version.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/registry/writer.hxx
Dosyayı görüntüle @
bdf2086c
...
@@ -20,13 +20,13 @@
...
@@ -20,13 +20,13 @@
#ifndef INCLUDED_registry_writer_hxx
#ifndef INCLUDED_registry_writer_hxx
#define INCLUDED_registry_writer_hxx
#define INCLUDED_registry_writer_hxx
#include
"registry/writer.h"
#include
<registry/writer.h>
#include
"registry/refltype.hxx"
#include
<registry/refltype.hxx>
#include
"registry/types.h"
#include
<registry/types.h>
#include
"registry/version.h"
#include
<registry/version.h>
#include
"rtl/ustring.hxx"
#include
<rtl/ustring.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
#include <new>
#include <new>
...
...
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