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
81c9fe93
Kaydet (Commit)
81c9fe93
authored
Mar 13, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Getter members of VCLXGraphics not in XGraphics need not be virtual
Change-Id: Ia67fc51120068d5ae0f6d47d7716e7fb6f62c748
üst
6e469f76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
vclxgraphics.hxx
include/toolkit/awt/vclxgraphics.hxx
+6
-6
No files found.
include/toolkit/awt/vclxgraphics.hxx
Dosyayı görüntüle @
81c9fe93
...
...
@@ -95,17 +95,17 @@ public:
// ::com::sun::star::awt::XGraphics Attributes
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XDevice
>
SAL_CALL
getDevice
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
sal_Int32
SAL_CALL
getTextColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
::
sal_Int32
getTextColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_FINAL
;
virtual
void
SAL_CALL
setTextColor
(
::
sal_Int32
_textcolor
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
sal_Int32
SAL_CALL
getTextFillColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
::
sal_Int32
getTextFillColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_FINAL
;
virtual
void
SAL_CALL
setTextFillColor
(
::
sal_Int32
_textfillcolor
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
sal_Int32
SAL_CALL
getLineColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
::
sal_Int32
getLineColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_FINAL
;
virtual
void
SAL_CALL
setLineColor
(
::
sal_Int32
_linecolor
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
sal_Int32
SAL_CALL
getFillColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
::
sal_Int32
getFillColor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_FINAL
;
virtual
void
SAL_CALL
setFillColor
(
::
sal_Int32
_fillcolor
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
com
::
sun
::
star
::
awt
::
RasterOperation
SAL_CALL
getRasterOp
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
::
com
::
sun
::
star
::
awt
::
RasterOperation
getRasterOp
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_FINAL
;
virtual
void
SAL_CALL
setRasterOp
(
::
com
::
sun
::
star
::
awt
::
RasterOperation
_rasterop
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XFont
>
SAL_CALL
getFont
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XFont
>
getFont
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_FINAL
;
virtual
void
SAL_CALL
setFont
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XFont
>&
_font
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
com
::
sun
::
star
::
awt
::
SimpleFontMetric
SAL_CALL
getFontMetric
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
...
...
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