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
2e595954
Kaydet (Commit)
2e595954
authored
Eki 05, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFont
Change-Id: I2bee3f52a751ac1ed2b61a1488d6d58c1b36dcba
üst
5f6af959
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
32 deletions
+0
-32
XStyleSettings.idl
offapi/com/sun/star/awt/XStyleSettings.idl
+0
-6
stylesettings.cxx
toolkit/source/awt/stylesettings.cxx
+0
-22
stylesettings.hxx
toolkit/source/awt/stylesettings.hxx
+0
-4
No files found.
offapi/com/sun/star/awt/XStyleSettings.idl
Dosyayı görüntüle @
2e595954
...
...
@@ -121,9 +121,6 @@ interface XStyleSettings
///
specifies
the
color
of
inactive
tabs
of
a
tab
control
[
attribute
]
::
com
::
sun
::
star
::
util
::
Color
InactiveTabColor
;
///
specifies
the
text
color
of
dialog
elements
displaying
some
info
text
[
attribute
]
::
com
::
sun
::
star
::
util
::
Color
InfoTextColor
;
///
specifies
the
text
color
of
label
elements
in
dialogs
[
attribute
]
::
com
::
sun
::
star
::
util
::
Color
LabelTextColor
;
...
...
@@ -200,9 +197,6 @@ interface XStyleSettings
///
specifies
the
font
for
label
controls
[
attribute
]
FontDescriptor
LabelFont
;
///
specifies
the
font
of
dialog
elements
displaying
some
info
text
[
attribute
]
FontDescriptor
InfoFont
;
///
specifies
the
font
of
radio
buttons
and
check
boxes
[
attribute
]
FontDescriptor
RadioCheckFont
;
...
...
toolkit/source/awt/stylesettings.cxx
Dosyayı görüntüle @
2e595954
...
...
@@ -518,17 +518,6 @@ namespace toolkit
}
::
sal_Int32
SAL_CALL
WindowStyleSettings
::
getInfoTextColor
()
throw
(
RuntimeException
,
std
::
exception
)
{
return
getLabelTextColor
();
}
void
SAL_CALL
WindowStyleSettings
::
setInfoTextColor
(
::
sal_Int32
/*_infotextcolor*/
)
throw
(
RuntimeException
,
std
::
exception
)
{
}
::
sal_Int32
SAL_CALL
WindowStyleSettings
::
getLabelTextColor
()
throw
(
RuntimeException
,
std
::
exception
)
{
StyleMethodGuard
aGuard
(
*
m_pData
);
...
...
@@ -883,17 +872,6 @@ namespace toolkit
}
FontDescriptor
SAL_CALL
WindowStyleSettings
::
getInfoFont
()
throw
(
RuntimeException
,
std
::
exception
)
{
return
getLabelFont
();
}
void
SAL_CALL
WindowStyleSettings
::
setInfoFont
(
const
FontDescriptor
&
/*_infofont*/
)
throw
(
RuntimeException
,
std
::
exception
)
{
}
FontDescriptor
SAL_CALL
WindowStyleSettings
::
getRadioCheckFont
()
throw
(
RuntimeException
,
std
::
exception
)
{
StyleMethodGuard
aGuard
(
*
m_pData
);
...
...
toolkit/source/awt/stylesettings.hxx
Dosyayı görüntüle @
2e595954
...
...
@@ -101,8 +101,6 @@ namespace toolkit
virtual
void
SAL_CALL
setHighlightTextColor
(
::
sal_Int32
_highlighttextcolor
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
::
sal_Int32
SAL_CALL
getInactiveTabColor
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setInactiveTabColor
(
::
sal_Int32
_inactivetabcolor
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
::
sal_Int32
SAL_CALL
getInfoTextColor
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setInfoTextColor
(
::
sal_Int32
_infotextcolor
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
::
sal_Int32
SAL_CALL
getLabelTextColor
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setLabelTextColor
(
::
sal_Int32
_labeltextcolor
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
::
sal_Int32
SAL_CALL
getLightColor
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
...
...
@@ -152,8 +150,6 @@ namespace toolkit
virtual
void
SAL_CALL
setGroupFont
(
const
css
::
awt
::
FontDescriptor
&
_groupfont
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
css
::
awt
::
FontDescriptor
SAL_CALL
getLabelFont
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setLabelFont
(
const
css
::
awt
::
FontDescriptor
&
_labelfont
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
css
::
awt
::
FontDescriptor
SAL_CALL
getInfoFont
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setInfoFont
(
const
css
::
awt
::
FontDescriptor
&
_infofont
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
css
::
awt
::
FontDescriptor
SAL_CALL
getRadioCheckFont
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setRadioCheckFont
(
const
css
::
awt
::
FontDescriptor
&
_radiocheckfont
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
css
::
awt
::
FontDescriptor
SAL_CALL
getPushButtonFont
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
...
...
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