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
1b9b886a
Kaydet (Commit)
1b9b886a
authored
Ock 20, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool.
üst
7ce98f34
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
20 deletions
+20
-20
svdograf.hxx
svx/inc/svx/svdograf.hxx
+16
-16
viewobjectcontactofgraphic.cxx
svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
+4
-4
svdograf.cxx
svx/source/svdraw/svdograf.cxx
+0
-0
No files found.
svx/inc/svx/svdograf.hxx
Dosyayı görüntüle @
1b9b886a
...
@@ -71,7 +71,7 @@ public:
...
@@ -71,7 +71,7 @@ public:
sal_Bool
bMirrored
;
sal_Bool
bMirrored
;
SdrGrafObjGeoData
()
SdrGrafObjGeoData
()
:
bMirrored
(
sal_F
alse
)
:
bMirrored
(
f
alse
)
{
{
}
}
};
};
...
@@ -104,21 +104,21 @@ private:
...
@@ -104,21 +104,21 @@ private:
String
aFilterName
;
String
aFilterName
;
GraphicObject
*
pGraphic
;
// Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten.
GraphicObject
*
pGraphic
;
// Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten.
SdrGraphicLink
*
pGraphicLink
;
// Und hier noch ein Pointer fuer gelinkte Grafiken
SdrGraphicLink
*
pGraphicLink
;
// Und hier noch ein Pointer fuer gelinkte Grafiken
bool
bMirrored
;
// True bedeutet, die Grafik ist horizontal, d.h. ueber die Y-Achse gespiegelt auszugeben.
bool
bMirrored
:
1
;
// True bedeutet, die Grafik ist horizontal, d.h. ueber die Y-Achse gespiegelt auszugeben.
// #111096#
// #111096#
// Flag for allowing text animation. Default is sal_true.
// Flag for allowing text animation. Default is sal_true.
unsigned
mbGrafAnimationAllowed
:
1
;
bool
mbGrafAnimationAllowed
:
1
;
// #i25616#
// #i25616#
unsigned
mbInsidePaint
:
1
;
bool
mbInsidePaint
:
1
;
unsigned
mbIsPreview
:
1
;
bool
mbIsPreview
:
1
;
private
:
private
:
void
ImpLinkAnmeldung
();
void
ImpLinkAnmeldung
();
void
ImpLinkAbmeldung
();
void
ImpLinkAbmeldung
();
sal_Bool
ImpUpdateGraphicLink
(
sal_Bool
bAsynchron
=
sal_T
rue
)
const
;
bool
ImpUpdateGraphicLink
(
bool
bAsynchron
=
t
rue
)
const
;
void
ImpSetLinkedGraphic
(
const
Graphic
&
rGraphic
);
void
ImpSetLinkedGraphic
(
const
Graphic
&
rGraphic
);
DECL_LINK
(
ImpSwapHdl
,
GraphicObject
*
);
DECL_LINK
(
ImpSwapHdl
,
GraphicObject
*
);
...
@@ -131,7 +131,7 @@ public:
...
@@ -131,7 +131,7 @@ public:
virtual
~
SdrGrafObj
();
virtual
~
SdrGrafObj
();
void
SetGraphicObject
(
const
GraphicObject
&
rGrfObj
);
void
SetGraphicObject
(
const
GraphicObject
&
rGrfObj
);
const
GraphicObject
&
GetGraphicObject
(
bool
bForceSwapIn
=
false
)
const
;
const
GraphicObject
&
GetGraphicObject
(
bool
bForceSwapIn
=
false
)
const
;
void
NbcSetGraphic
(
const
Graphic
&
rGrf
);
void
NbcSetGraphic
(
const
Graphic
&
rGrf
);
void
SetGraphic
(
const
Graphic
&
rGrf
);
void
SetGraphic
(
const
Graphic
&
rGrf
);
...
@@ -143,11 +143,11 @@ public:
...
@@ -143,11 +143,11 @@ public:
// #111096#
// #111096#
// Keep ATM for SD.
// Keep ATM for SD.
sal_B
ool
IsAnimated
()
const
;
b
ool
IsAnimated
()
const
;
sal_B
ool
IsEPS
()
const
;
b
ool
IsEPS
()
const
;
sal_B
ool
IsRenderGraphic
()
const
;
b
ool
IsRenderGraphic
()
const
;
sal_B
ool
HasRenderGraphic
()
const
;
b
ool
HasRenderGraphic
()
const
;
sal_B
ool
IsSwappedOut
()
const
;
b
ool
IsSwappedOut
()
const
;
const
MapMode
&
GetGrafPrefMapMode
()
const
;
const
MapMode
&
GetGrafPrefMapMode
()
const
;
const
Size
&
GetGrafPrefSize
()
const
;
const
Size
&
GetGrafPrefSize
()
const
;
...
@@ -160,7 +160,7 @@ public:
...
@@ -160,7 +160,7 @@ public:
void
SetGraphicLink
(
const
String
&
rFileName
,
const
String
&
rFilterName
);
void
SetGraphicLink
(
const
String
&
rFileName
,
const
String
&
rFilterName
);
void
ReleaseGraphicLink
();
void
ReleaseGraphicLink
();
sal_Bool
IsLinkedGraphic
()
const
{
return
(
sal_Bool
)
aFileName
.
Len
();
}
bool
IsLinkedGraphic
()
const
;
const
String
&
GetFileName
()
const
{
return
aFileName
;
}
const
String
&
GetFileName
()
const
{
return
aFileName
;
}
const
String
&
GetFilterName
()
const
{
return
aFilterName
;
}
const
String
&
GetFilterName
()
const
{
return
aFilterName
;
}
...
@@ -203,12 +203,12 @@ public:
...
@@ -203,12 +203,12 @@ public:
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
bool
IsMirrored
()
{
return
bMirrored
;
}
bool
IsMirrored
()
const
;
void
SetMirrored
(
bool
_bMirrored
)
{
bMirrored
=
_bMirrored
;
}
void
SetMirrored
(
bool
_bMirrored
);
// #111096#
// #111096#
// Access to GrafAnimationAllowed flag
// Access to GrafAnimationAllowed flag
void
SetGrafAnimationAllowed
(
sal_B
ool
bNew
);
void
SetGrafAnimationAllowed
(
b
ool
bNew
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
getInputStream
();
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
getInputStream
();
...
...
svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
Dosyayı görüntüle @
1b9b886a
...
@@ -140,9 +140,9 @@ namespace sdr
...
@@ -140,9 +140,9 @@ namespace sdr
else
else
{
{
// SwapIn direct
// SwapIn direct
rGrafObj
.
mbInsidePaint
=
sal_T
rue
;
rGrafObj
.
mbInsidePaint
=
t
rue
;
rGrafObj
.
ForceSwapIn
();
rGrafObj
.
ForceSwapIn
();
rGrafObj
.
mbInsidePaint
=
sal_F
alse
;
rGrafObj
.
mbInsidePaint
=
f
alse
;
}
}
bRetval
=
true
;
bRetval
=
true
;
...
@@ -192,9 +192,9 @@ namespace sdr
...
@@ -192,9 +192,9 @@ namespace sdr
else
else
{
{
// SwapIn direct
// SwapIn direct
rGrafObj
.
mbInsidePaint
=
sal_T
rue
;
rGrafObj
.
mbInsidePaint
=
t
rue
;
rGrafObj
.
ForceSwapIn
();
rGrafObj
.
ForceSwapIn
();
rGrafObj
.
mbInsidePaint
=
sal_F
alse
;
rGrafObj
.
mbInsidePaint
=
f
alse
;
}
}
bRetval
=
true
;
bRetval
=
true
;
...
...
svx/source/svdraw/svdograf.cxx
Dosyayı görüntüle @
1b9b886a
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