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
07d60f88
Kaydet (Commit)
07d60f88
authored
Şub 10, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: adress -> address
Change-Id: I8b6c66b6919f84c36e43a716d4d62fea5cde6568
üst
65f620c9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
labels.xml
extras/source/labels/labels.xml
+1
-1
closedispatcher.hxx
framework/inc/dispatch/closedispatcher.hxx
+1
-1
compiler.hrc
include/formula/compiler.hrc
+1
-1
wrtw8sty.cxx
sw/source/filter/ww8/wrtw8sty.cxx
+2
-2
wrtww8.cxx
sw/source/filter/ww8/wrtww8.cxx
+1
-1
No files found.
extras/source/labels/labels.xml
Dosyayı görüntüle @
07d60f88
...
...
@@ -1588,7 +1588,7 @@ Avery J8950, L7950 - the labels are not aligned in a rectangular grid
<measure>
S;10160;5700;9906;5700;467;600;2;5;21000;29700
</measure>
</label>
<label
id=
"L58"
>
<name>
L7651 Mini Adress
</name>
<name>
L7651 Mini Ad
d
ress
</name>
<measure>
S;4064;2117;3810;2117;467;1090;5;13;21000;29700
</measure>
</label>
<label
id=
"L59"
>
...
...
framework/inc/dispatch/closedispatcher.hxx
Dosyayı görüntüle @
07d60f88
...
...
@@ -281,7 +281,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
context where its dispatched. Sometimes the start frame of the dispatch
has to be closed itself (target=_self) ... sometimes it's parent frame
has to be closed - BUT(!) it means a parent frame containing a top level
window. _top cant be used then for dispatch - because it adress TopFrames
window. _top cant be used then for dispatch - because it ad
d
ress TopFrames
not frames containg top level windows. So normaly _magic (which btw does not
exists at the moment .-) ) should be used. So we interpret target=<empty>
as _magic !
...
...
include/formula/compiler.hrc
Dosyayı görüntüle @
07d60f88
...
...
@@ -384,7 +384,7 @@
#define SC_OPCODE_ISPMT 386
#define SC_OPCODE_HYPERLINK 387
#define SC_OPCODE_INDIRECT_XL 388 /* See also INDIRECT for OOO variant */
#define SC_OPCODE_ADDRESS_XL 389 /* See also ADRESS for OOO variant */
#define SC_OPCODE_ADDRESS_XL 389 /* See also AD
D
RESS for OOO variant */
#define SC_OPCODE_GET_PIVOT_DATA 390
#define SC_OPCODE_EUROCONVERT 391
#define SC_OPCODE_NUMBERVALUE 392
...
...
sw/source/filter/ww8/wrtw8sty.cxx
Dosyayı görüntüle @
07d60f88
...
...
@@ -375,7 +375,7 @@ OString MSWordStyles::GetStyleId(sal_uInt16 nId) const
static
void
impl_SkipOdd
(
ww
::
bytes
*
pO
,
sal_Size
nTableStrmTell
)
{
if
(
(
nTableStrmTell
+
pO
->
size
()
)
&
1
)
// Start auf gerader
pO
->
push_back
(
(
sal_uInt8
)
0
);
// Adress
pO
->
push_back
(
(
sal_uInt8
)
0
);
// Ad
d
ress
}
void
WW8AttributeOutput
::
EndStyle
()
...
...
@@ -664,7 +664,7 @@ void WW8AttributeOutput::StartStyles()
sal_uLong
nCurPos
=
m_rWW8Export
.
pTableStrm
->
Tell
();
if
(
nCurPos
&
1
)
// Start auf gerader
{
m_rWW8Export
.
pTableStrm
->
WriteChar
(
(
char
)
0
);
// Adress
m_rWW8Export
.
pTableStrm
->
WriteChar
(
(
char
)
0
);
// Ad
d
ress
++
nCurPos
;
}
rFib
.
fcStshfOrig
=
rFib
.
fcStshf
=
nCurPos
;
...
...
sw/source/filter/ww8/wrtww8.cxx
Dosyayı görüntüle @
07d60f88
...
...
@@ -1261,7 +1261,7 @@ void WW8_WrPct::AppendPc(WW8_FC nStartFc, bool bIsUnicode)
if
(
!
bIsUnicode
)
{
nStartFc
<<=
1
;
// Adress * 2
nStartFc
<<=
1
;
// Ad
d
ress * 2
nStartFc
|=
0x40000000
;
// second last bit for non-Unicode
}
...
...
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