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
9e8564af
Kaydet (Commit)
9e8564af
authored
Mar 05, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simplify o3tl::LazyUpdate
Change-Id: I7569a20877411a5ceb4a7475d82cb634eb6cb114
üst
f965b108
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
simplecanvasimpl.cxx
canvas/source/simplecanvas/simplecanvasimpl.cxx
+5
-5
lazy_update.hxx
include/o3tl/lazy_update.hxx
+0
-0
No files found.
canvas/source/simplecanvas/simplecanvasimpl.cxx
Dosyayı görüntüle @
9e8564af
...
...
@@ -46,7 +46,7 @@ using namespace canvas;
namespace
{
inline
uno
::
Sequence
<
double
>
color2Sequence
(
sal_Int32
const
&
nColor
)
inline
uno
::
Sequence
<
double
>
color2Sequence
(
sal_Int32
nColor
)
{
// TODO(F3): Color management
uno
::
Sequence
<
double
>
aRes
(
4
);
...
...
@@ -84,13 +84,13 @@ namespace
{
o3tl
::
LazyUpdate
<
sal_Int32
,
uno
::
Sequence
<
double
>
,
o3tl
::
LAZYUPDATE_FUNCTION_TAG
>
m_aPenColor
;
decltype
(
&
color2Sequence
)
>
m_aPenColor
;
o3tl
::
LazyUpdate
<
sal_Int32
,
uno
::
Sequence
<
double
>
,
o3tl
::
LAZYUPDATE_FUNCTION_TAG
>
m_aFillColor
;
decltype
(
&
color2Sequence
)
>
m_aFillColor
;
o3tl
::
LazyUpdate
<
geometry
::
RealRectangle2D
,
uno
::
Reference
<
rendering
::
XPolyPolygon2D
>
,
o3tl
::
LAZYUPDATE_FUNCTOR_TAG
>
m_aRectClip
;
boost
::
function1
<
uno
::
Reference
<
rendering
::
XPolyPolygon2D
>
,
geometry
::
RealRectangle2D
>
>
m_aRectClip
;
geometry
::
AffineMatrix2D
m_aTransformation
;
explicit
SimpleRenderState
(
uno
::
Reference
<
rendering
::
XGraphicDevice
>
const
&
xDevice
)
:
...
...
@@ -367,7 +367,7 @@ namespace
typedef
o3tl
::
LazyUpdate
<
rendering
::
FontRequest
,
uno
::
Reference
<
rendering
::
XCanvasFont
>
,
o3tl
::
LAZYUPDATE_FUNCTOR_TAG
>
SimpleFont
;
boost
::
function1
<
uno
::
Reference
<
rendering
::
XCanvasFont
>
,
rendering
::
FontRequest
>
>
SimpleFont
;
uno
::
Reference
<
rendering
::
XCanvas
>
mxCanvas
;
SimpleFont
maFont
;
...
...
include/o3tl/lazy_update.hxx
Dosyayı görüntüle @
9e8564af
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