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
90911df7
Kaydet (Commit)
90911df7
authored
May 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
hstream.h->hstream.hxx
Change-Id: Icc4a3d3661c3d40f9e71215bdc875c6a25f40ac1
üst
869e4774
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
hgzip.cxx
hwpfilter/source/hgzip.cxx
+1
-1
hiodev.cxx
hwpfilter/source/hiodev.cxx
+1
-1
hstream.cxx
hwpfilter/source/hstream.cxx
+1
-1
hstream.hxx
hwpfilter/source/hstream.hxx
+0
-0
hwpfile.cxx
hwpfilter/source/hwpfile.cxx
+1
-1
hwpreader.hxx
hwpfilter/source/hwpreader.hxx
+1
-1
No files found.
hwpfilter/source/hgzip.cxx
Dosyayı görüntüle @
90911df7
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <stdlib.h>
#include <errno.h>
#include <errno.h>
#include "hgzip.h"
#include "hgzip.h"
#include "hstream.h"
#include "hstream.h
xx
"
#ifndef local
#ifndef local
# define local static
# define local static
...
...
hwpfilter/source/hiodev.cxx
Dosyayı görüntüle @
90911df7
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include "hgzip.h"
#include "hgzip.h"
#include "hiodev.h"
#include "hiodev.h"
#include "hwpfile.h"
#include "hwpfile.h"
#include "hstream.h"
#include "hstream.h
xx
"
const
int
BUFSIZE
=
1024
;
const
int
BUFSIZE
=
1024
;
static
uchar
rBuf
[
BUFSIZE
];
static
uchar
rBuf
[
BUFSIZE
];
...
...
hwpfilter/source/hstream.cxx
Dosyayı görüntüle @
90911df7
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <stdlib.h>
#include "hstream.h"
#include "hstream.h
xx
"
HStream
::
HStream
()
:
size
(
0
),
pos
(
0
)
HStream
::
HStream
()
:
size
(
0
),
pos
(
0
)
{
{
...
...
hwpfilter/source/hstream.h
→
hwpfilter/source/hstream.h
xx
Dosyayı görüntüle @
90911df7
File moved
hwpfilter/source/hwpfile.cxx
Dosyayı görüntüle @
90911df7
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include "hpara.h"
#include "hpara.h"
#include "htags.h"
#include "htags.h"
#include "hcode.h"
#include "hcode.h"
#include "hstream.h"
#include "hstream.h
xx
"
#include <osl/diagnose.h>
#include <osl/diagnose.h>
...
...
hwpfilter/source/hwpreader.hxx
Dosyayı görüntüle @
90911df7
...
@@ -60,7 +60,7 @@ using namespace ::com::sun::star::xml::sax;
...
@@ -60,7 +60,7 @@ using namespace ::com::sun::star::xml::sax;
#include "hcode.h"
#include "hcode.h"
#include "hbox.h"
#include "hbox.h"
#include "htags.h"
#include "htags.h"
#include "hstream.h"
#include "hstream.h
xx
"
#include "drawdef.h"
#include "drawdef.h"
#include "attributes.hxx"
#include "attributes.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