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
93b8ccb4
Kaydet (Commit)
93b8ccb4
authored
Ock 17, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
String cleanup.
Change-Id: I3ae62993a1b753927af236b3a7923eacbb4c8cc0
üst
f4483d31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
embedhlp.hxx
svtools/inc/svtools/embedhlp.hxx
+2
-2
embedhlp.cxx
svtools/source/misc/embedhlp.cxx
+1
-1
No files found.
svtools/inc/svtools/embedhlp.hxx
Dosyayı görüntüle @
93b8ccb4
...
@@ -36,7 +36,7 @@ namespace comphelper
...
@@ -36,7 +36,7 @@ namespace comphelper
class
Rectangle
;
class
Rectangle
;
class
OutputDevice
;
class
OutputDevice
;
class
String
;
namespace
svt
namespace
svt
{
{
struct
EmbeddedObjectRef_Impl
;
struct
EmbeddedObjectRef_Impl
;
...
@@ -55,7 +55,7 @@ namespace svt
...
@@ -55,7 +55,7 @@ namespace svt
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XEmbeddedObject
>&
operator
->
()
const
{
return
mxObj
;
}
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XEmbeddedObject
>&
operator
->
()
const
{
return
mxObj
;
}
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XEmbeddedObject
>&
GetObject
()
const
{
return
mxObj
;
}
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XEmbeddedObject
>&
GetObject
()
const
{
return
mxObj
;
}
static
void
DrawPaintReplacement
(
const
Rectangle
&
rRect
,
const
String
&
rText
,
OutputDevice
*
pOut
);
static
void
DrawPaintReplacement
(
const
Rectangle
&
rRect
,
const
OU
String
&
rText
,
OutputDevice
*
pOut
);
static
void
DrawShading
(
const
Rectangle
&
rRect
,
OutputDevice
*
pOut
);
static
void
DrawShading
(
const
Rectangle
&
rRect
,
OutputDevice
*
pOut
);
static
sal_Bool
TryRunningState
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XEmbeddedObject
>&
);
static
sal_Bool
TryRunningState
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XEmbeddedObject
>&
);
static
void
SetGraphicToContainer
(
const
Graphic
&
rGraphic
,
static
void
SetGraphicToContainer
(
const
Graphic
&
rGraphic
,
...
...
svtools/source/misc/embedhlp.cxx
Dosyayı görüntüle @
93b8ccb4
...
@@ -595,7 +595,7 @@ SvStream* EmbeddedObjectRef::GetGraphicStream( sal_Bool bUpdate ) const
...
@@ -595,7 +595,7 @@ SvStream* EmbeddedObjectRef::GetGraphicStream( sal_Bool bUpdate ) const
return
NULL
;
return
NULL
;
}
}
void
EmbeddedObjectRef
::
DrawPaintReplacement
(
const
Rectangle
&
rRect
,
const
String
&
rText
,
OutputDevice
*
pOut
)
void
EmbeddedObjectRef
::
DrawPaintReplacement
(
const
Rectangle
&
rRect
,
const
OU
String
&
rText
,
OutputDevice
*
pOut
)
{
{
MapMode
aMM
(
MAP_APPFONT
);
MapMode
aMM
(
MAP_APPFONT
);
Size
aAppFontSz
=
pOut
->
LogicToLogic
(
Size
(
0
,
8
),
&
aMM
,
NULL
);
Size
aAppFontSz
=
pOut
->
LogicToLogic
(
Size
(
0
,
8
),
&
aMM
,
NULL
);
...
...
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