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
eff4f0c0
Kaydet (Commit)
eff4f0c0
authored
Mar 27, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Kill more ScBaseCell usages.
Change-Id: I6fdcdd6763e6da1fd25c6bded22960a1be6d7f66
üst
63fb74ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
output.hxx
sc/source/ui/inc/output.hxx
+10
-9
output2.cxx
sc/source/ui/view/output2.cxx
+0
-0
No files found.
sc/source/ui/inc/output.hxx
Dosyayı görüntüle @
eff4f0c0
...
...
@@ -21,6 +21,7 @@
#define SC_OUTPUT_HXX
#include "address.hxx"
#include "cellvalue.hxx"
#include <tools/color.hxx>
#include <tools/fract.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
...
...
@@ -84,14 +85,14 @@ private:
long
mnPosX
;
long
mnPosY
;
long
mnInitPosX
;
bool
mbBreak
;
bool
mbCellIsValue
;
bool
mbAsianVertical
;
bool
mbPixelToLogic
;
bool
mbHyphenatorSet
;
bool
mbRTL
;
bool
mbBreak
:
1
;
bool
mbCellIsValue
:
1
;
bool
mbAsianVertical
:
1
;
bool
mbPixelToLogic
:
1
;
bool
mbHyphenatorSet
:
1
;
bool
mbRTL
:
1
;
ScFieldEditEngine
*
mpEngine
;
Sc
BaseCell
*
mp
Cell
;
Sc
RefCellValue
ma
Cell
;
const
ScPatternAttr
*
mpPattern
;
const
SfxItemSet
*
mpCondSet
;
const
ScPatternAttr
*
mpOldPattern
;
...
...
@@ -223,8 +224,8 @@ private:
long
&
rEngineWidth
,
long
&
rEngineHeight
,
long
&
rNeededPixel
,
bool
&
rLeftClip
,
bool
&
rRightClip
);
void
SetSyntaxColor
(
Font
*
pFont
,
ScBaseCell
*
p
Cell
);
void
SetEditSyntaxColor
(
EditEngine
&
rEngine
,
ScBaseCell
*
p
Cell
);
void
SetSyntaxColor
(
Font
*
pFont
,
const
ScRefCellValue
&
r
Cell
);
void
SetEditSyntaxColor
(
EditEngine
&
rEngine
,
ScRefCellValue
&
r
Cell
);
double
GetStretch
();
...
...
sc/source/ui/view/output2.cxx
Dosyayı görüntüle @
eff4f0c0
This diff is collapsed.
Click to expand it.
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