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
9124cfd6
Kaydet (Commit)
9124cfd6
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: hwpfilter
Change-Id: I698761540c868b0448be47ffccf663972664f76b
üst
2274e7d5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
fontmap.cxx
hwpfilter/source/fontmap.cxx
+1
-1
hinfo.h
hwpfilter/source/hinfo.h
+1
-1
hpara.h
hwpfilter/source/hpara.h
+3
-3
hstyle.h
hwpfilter/source/hstyle.h
+2
-2
lexer.cxx
hwpfilter/source/lexer.cxx
+1
-1
mapping.h
hwpfilter/source/mapping.h
+1
-1
No files found.
hwpfilter/source/fontmap.cxx
Dosyayı görüntüle @
9124cfd6
...
...
@@ -25,7 +25,7 @@
#endif
#include <sal/types.h>
#include
<fontmap.hxx>
#include
"fontmap.hxx"
struct
FontEntry
{
...
...
hwpfilter/source/hinfo.h
Dosyayı görüntüle @
9124cfd6
...
...
@@ -21,7 +21,7 @@
#define INCLUDED_HWPFILTER_SOURCE_HINFO_H
#include "hwplib.h"
#include
"string.h"
#include
<string.h>
#include <vector>
#include <memory>
...
...
hwpfilter/source/hpara.h
Dosyayı görüntüle @
9124cfd6
...
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_HWPFILTER_SOURCE_HPARA_H
#define INCLUDED_HWPFILTER_SOURCE_HPARA_H
#include
<hwplib.h>
#include
<hwpfile.h>
#include
<hinfo.h>
#include
"hwplib.h"
#include
"hwpfile.h"
#include
"hinfo.h"
#include <memory>
struct
HBox
;
...
...
hwpfilter/source/hstyle.h
Dosyayı görüntüle @
9124cfd6
...
...
@@ -23,8 +23,8 @@
#include <stdlib.h>
#include <string.h>
#include
<hwplib.h>
#include
<hinfo.h>
#include
"hwplib.h"
#include
"hinfo.h"
/**
* @short Using for global style object like "Standard"
*/
...
...
hwpfilter/source/lexer.cxx
Dosyayı görüntüle @
9124cfd6
...
...
@@ -998,7 +998,7 @@ YY_MALLOC_DECL
#endif
#endif
#include
<lexer.hxx>
#include
"lexer.hxx"
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
...
...
hwpfilter/source/mapping.h
Dosyayı görüntüle @
9124cfd6
...
...
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <sal/macros.h>
#include
<hwplib.h>
#include
"hwplib.h"
struct
FormulaEntry
{
...
...
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