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
c6b8c461
Kaydet (Commit)
c6b8c461
authored
Ock 19, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: fix misc. SvStream operator problems.
üst
75a6a51a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
DTable.cxx
connectivity/source/drivers/dbase/DTable.cxx
+1
-1
graphictools.hxx
vcl/inc/vcl/graphictools.hxx
+2
-2
graphictools.cxx
vcl/source/gdi/graphictools.cxx
+1
-1
No files found.
connectivity/source/drivers/dbase/DTable.cxx
Dosyayı görüntüle @
c6b8c461
...
...
@@ -1311,7 +1311,7 @@ sal_Bool ODbaseTable::CreateFile(const INetURLObject& aFile, sal_Bool& bCreateMe
(
*
m_pFileStream
)
<<
cTyp
;
if
(
nDbaseType
==
VisualFoxPro
)
(
*
m_pFileStream
)
<<
(
nRecLength
-
1
);
(
*
m_pFileStream
)
<<
sal_uInt16
(
nRecLength
-
1
);
else
m_pFileStream
->
Write
(
aBuffer
,
4
);
...
...
vcl/inc/vcl/graphictools.hxx
Dosyayı görüntüle @
c6b8c461
...
...
@@ -274,7 +274,7 @@ public:
GradientType
aGradientType
,
// TODO: Transparent gradients (orthogonal to normal ones)
Color
aGradient1stColor
,
// TODO: vector of colors and offsets
Color
aGradient2ndColor
,
int
aGradientStepCount
,
// numbers of steps to render the gradient. gradientStepsInfinite means infinitely many.
sal_Int32
aGradientStepCount
,
// numbers of steps to render the gradient. gradientStepsInfinite means infinitely many.
const
Graphic
&
aFillGraphic
);
// accessors
...
...
@@ -348,7 +348,7 @@ private:
GradientType
maGradientType
;
Color
maGradient1stColor
;
Color
maGradient2ndColor
;
int
maGradientStepCount
;
sal_Int32
maGradientStepCount
;
Graphic
maFillGraphic
;
};
...
...
vcl/source/gdi/graphictools.cxx
Dosyayı görüntüle @
c6b8c461
...
...
@@ -343,7 +343,7 @@ SvtGraphicFill::SvtGraphicFill( const PolyPolygon& rPath,
GradientType
aGradientType
,
Color
aGradient1stColor
,
Color
aGradient2ndColor
,
int
aGradientStepCount
,
sal_Int32
aGradientStepCount
,
const
Graphic
&
aFillGraphic
)
:
maPath
(
rPath
),
maFillColor
(
aFillColor
),
...
...
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