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
0db1e713
Kaydet (Commit)
0db1e713
authored
Nis 20, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c
üst
4393bd09
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
28 deletions
+28
-28
impedit4.cxx
editeng/source/editeng/impedit4.cxx
+1
-1
drawdef.h
hwpfilter/source/drawdef.h
+3
-3
hiodev.h
hwpfilter/source/hiodev.h
+3
-3
hpara.h
hwpfilter/source/hpara.h
+6
-6
hwpfile.h
hwpfilter/source/hwpfile.h
+3
-3
hwplib.h
hwpfilter/source/hwplib.h
+3
-3
StdAfx.h
sal/workben/clipboardwben/testcopy/StdAfx.h
+5
-5
testpip2.cxx
sal/workben/testpip2.cxx
+2
-2
svgclippathnode.cxx
svgio/source/svgreader/svgclippathnode.cxx
+1
-1
svgmasknode.cxx
svgio/source/svgreader/svgmasknode.cxx
+1
-1
No files found.
editeng/source/editeng/impedit4.cxx
Dosyayı görüntüle @
0db1e713
...
...
@@ -2747,7 +2747,7 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection,
const
sal_Int16
nWordType
=
i18n
::
WordType
::
ANYWORD_IGNOREWHITESPACES
;
//! In order to have less trouble with changing text size, e.g. because
//! of ligatures or
� (German small sz)
being resolved, we need to process
//! of ligatures or
German small sz
being resolved, we need to process
//! the text replacements from end to start.
//! This way the offsets for the yet to be changed words will be
//! left unchanged by the already replaced text.
...
...
hwpfilter/source/drawdef.h
Dosyayı görüntüle @
0db1e713
...
...
@@ -127,9 +127,9 @@ struct RotationProperty
*/
struct
HWPDOProperty
{
int
line_pstyle
;
/*
선 중
간 모양 */
int
line_hstyle
;
/*
끝 화살
표 모양 */
int
line_tstyle
;
/*
시
작 모양 */
int
line_pstyle
;
/*
선 중간 모양
*/
int
line_hstyle
;
/*
끝 화살표 모양
*/
int
line_tstyle
;
/*
시작 모양
*/
DWORD
line_color
;
hunit
line_width
;
DWORD
fill_color
;
...
...
hwpfilter/source/hiodev.h
Dosyayı görüntüle @
0db1e713
...
...
@@ -64,7 +64,7 @@ class DLLEXPORT HIODev
struct
gz_stream
;
/*
파일
입출력 장치 */
/*
파일 입출력 장치
*/
/**
* This controls the HStream given by constructor
...
...
@@ -73,7 +73,7 @@ struct gz_stream;
class
HStreamIODev
:
public
HIODev
{
private
:
/* zlib
으로 압축을
풀기 위한 자료 구조 */
/* zlib
으로 압축을 풀기 위한 자료 구조
*/
gz_stream
*
_gzfp
;
HStream
&
_stream
;
public
:
...
...
@@ -129,7 +129,7 @@ class HStreamIODev : public HIODev
virtual
void
init
()
SAL_OVERRIDE
;
};
/*
메모리
입출력 장치 */
/*
메모리 입출력 장치
*/
/**
* The HMemIODev class controls the Input/Output device.
* @short Memory IO device
...
...
hwpfilter/source/hpara.h
Dosyayı görüntüle @
0db1e713
...
...
@@ -53,7 +53,7 @@ class HWPPara;
struct
LineInfo
{
/*
시작하는 글자의 위치
: 콘트롤은 여러 길이를 가진다 */
/*
시작하는 글자의 위치 : 콘트롤은 여러 길이를 가진다
*/
/**
* Starting character position
*/
...
...
@@ -84,7 +84,7 @@ class DLLEXPORT HWPPara
/**
* Zero is for the new paragraph style.
*/
unsigned
char
reuse_shape
;
/* 0
이면
새모양 */
unsigned
char
reuse_shape
;
/* 0
이면 새모양
*/
unsigned
short
nch
;
unsigned
short
nline
;
...
...
@@ -95,15 +95,15 @@ class DLLEXPORT HWPPara
/**
* If the value is 0, all character of paragraph have same style given cshape
*/
unsigned
char
contain_cshape
;
/* 0
이면 모든 글자
가 대표 글자 모양 */
unsigned
char
contain_cshape
;
/* 0
이면 모든 글자가 대표 글자 모양
*/
unsigned
char
etcflag
;
/**
* Checks the special characters in the paragraph
*/
unsigned
long
ctrlflag
;
unsigned
char
pstyno
;
CharShape
cshape
;
/*
글자가 모
두 같은 모양일때 */
ParaShape
pshape
;
/* reuse flag
가 0
이면 */
CharShape
cshape
;
/*
글자가 모두 같은 모양일때
*/
ParaShape
pshape
;
/* reuse flag
가 0이면
*/
int
pno
;
/* run-time only */
LineInfo
*
linfo
;
...
...
@@ -122,7 +122,7 @@ class DLLEXPORT HWPPara
void
SetNext
(
HWPPara
*
n
)
{
_next
=
n
;
};
/* layout
을 위
한 함수 */
/* layout
을 위한 함수
*/
/**
* Returns the character sytle of paragraph.
*/
...
...
hwpfilter/source/hwpfile.h
Dosyayı görüntüle @
0db1e713
...
...
@@ -187,7 +187,7 @@ class DLLEXPORT HWPFile
* Reads paragraph list of hwp file from HIODev
*/
bool
ParaListRead
();
/*
그림 등의 추가
정보를 읽는다. */
/*
그림 등의 추가 정보를 읽는다
. */
/**
* Reads additional information like embeded image of hwp file from HIODev
*/
...
...
@@ -266,7 +266,7 @@ class DLLEXPORT HWPFile
OlePicture
*
oledata
;
private
:
/* hwp
파일
이름 */
/* hwp
파일 이름
*/
int
m_nCurrentPage
;
int
m_nMaxSettedPage
;
HIODev
*
hiodev
;
...
...
@@ -283,7 +283,7 @@ class DLLEXPORT HWPFile
std
::
list
<
EmPicture
*>
emblist
;
std
::
list
<
HyperText
*>
hyperlist
;
int
currenthyper
;
std
::
list
<
ParaShape
*>
pslist
;
/*
스타오피스
의 구조상 필요 */
std
::
list
<
ParaShape
*>
pslist
;
/*
스타오피스의 구조상 필요
*/
std
::
list
<
CharShape
*>
cslist
;
std
::
list
<
FBoxStyle
*>
fbslist
;
std
::
list
<
DateCode
*>
datecodes
;
...
...
hwpfilter/source/hwplib.h
Dosyayı görüntüle @
0db1e713
...
...
@@ -23,7 +23,7 @@
#include <string>
/* hwp96
부터 hunit가 4byt
e가 되었다. */
/* hwp96
부터 hunit가 4byte가 되었다
. */
/**
* size of hunit is 4 since hwp96 version
*/
...
...
@@ -124,11 +124,11 @@ typedef struct
#define ONE_MILI (71)
#define ONE_DOT (19)
/* HWP 3.0
문
서 정보 */
/* HWP 3.0
문서 정보
*/
#define NLanguage 7
/*
제
어 문자 */
/*
제어 문자
*/
/**
* Control character
*/
...
...
sal/workben/clipboardwben/testcopy/StdAfx.h
Dosyayı görüntüle @
0db1e713
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// stdafx.h : Include-Datei f
ü
r Standard-System-Include-Dateien,
// oder projektspezifische Include-Dateien, die h
ä
ufig benutzt, aber
// in unregelm
äßigen Abständen geä
ndert werden.
// stdafx.h : Include-Datei f
ür
Standard-System-Include-Dateien,
// oder projektspezifische Include-Dateien, die h
äu
fig benutzt, aber
// in unregelm
ässigen Abständen geand
ert werden.
#if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
...
...
@@ -23,10 +23,10 @@
// Lokale Header-Dateien
// ZU ERLEDIGEN: Verweisen Sie hier auf zus
ätzliche Header-Dateien, die Ihr Programm benö
tigt
// ZU ERLEDIGEN: Verweisen Sie hier auf zus
ätzliche Header-Dateien, die Ihr Programm benöti
gt
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ f
ügt zusä
tzliche Deklarationen unmittelbar vor der vorherigen Zeile ein.
// Microsoft Visual C++ f
ügt zusätz
liche Deklarationen unmittelbar vor der vorherigen Zeile ein.
#endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
...
...
sal/workben/testpip2.cxx
Dosyayı görüntüle @
0db1e713
...
...
@@ -22,7 +22,7 @@
#include <osl/pipe.h>
// eindeutiger Name fr die Pipe
// eindeutiger Name f
ür
die Pipe
const
char
pszPipeName
[]
=
"TestPipe"
;
oslPipe
Pipe
;
...
...
@@ -62,7 +62,7 @@ int main (void)
printf
(
"TestPipe Client: data received: %s.
\n
"
,
szBuffer
);
// Sende die Daten wieder zurck.
// Sende die Daten wieder zur
üc
k.
nChars
=
osl_sendPipe
(
Pipe
,
szBuffer
,
nChars
);
if
(
nChars
<
0
)
...
...
svgio/source/svgreader/svgclippathnode.cxx
Dosyayı görüntüle @
0db1e713
...
...
@@ -248,7 +248,7 @@ namespace svgio
else
{
// An empty clipping path will completely clip away the element that had
// the clip-path property applied. (Svg spec)
// the clip-path property applied. (Svg spec)
rContent
.
realloc
(
0
);
}
}
...
...
svgio/source/svgreader/svgmasknode.cxx
Dosyayı görüntüle @
0db1e713
...
...
@@ -298,7 +298,7 @@ namespace svgio
else
{
// An empty clipping path will completely clip away the element that had
// the clip-path property applied. (Svg spec)
// the clip-path property applied. (Svg spec)
rTarget
.
realloc
(
0
);
}
}
...
...
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