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
4553ff82
Kaydet (Commit)
4553ff82
authored
Kas 12, 2010
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge branch 'master' of
ssh://git.freedesktop.org/git/libreoffice/components
üst
ab73378e
85f4b6ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
24 deletions
+9
-24
browserline.cxx
extensions/source/propctrlr/browserline.cxx
+3
-18
GroupManager.cxx
forms/source/component/GroupManager.cxx
+5
-5
Language.xba
wizards/source/formwizard/Language.xba
+1
-1
No files found.
extensions/source/propctrlr/browserline.cxx
Dosyayı görüntüle @
4553ff82
...
...
@@ -412,7 +412,9 @@ namespace pcr
return
*
rpButton
;
}
//------------------------------------------------------------------
/**
* @param _out_rHCImage is unused now as there are no highcontrast variants
*/
void
OBrowserLine
::
impl_getImagesFromURL_nothrow
(
const
::
rtl
::
OUString
&
_rImageURL
,
Image
&
_out_rImage
,
Image
&
_out_rHCImage
)
{
try
...
...
@@ -426,23 +428,6 @@ namespace pcr
Reference
<
XGraphic
>
xGraphic
(
xGraphicProvider
->
queryGraphic
(
aMediaProperties
),
UNO_QUERY_THROW
);
_out_rImage
=
_out_rHCImage
=
Image
(
xGraphic
);
// see if we find an HC version beside the normal graphic
INetURLObject
aURL
(
_rImageURL
);
::
rtl
::
OUString
sBaseName
(
aURL
.
getBase
()
);
aURL
.
setBase
(
sBaseName
+
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"_hc"
)
)
);
::
rtl
::
OUString
sHCImageURL
(
aURL
.
GetMainURL
(
INetURLObject
::
NO_DECODE
)
);
Reference
<
XGraphic
>
xHCGraphic
;
try
{
aMediaProperties
[
0
].
Value
<<=
sHCImageURL
;
xHCGraphic
=
xGraphicProvider
->
queryGraphic
(
aMediaProperties
);
}
catch
(
const
Exception
&
)
{
}
if
(
xHCGraphic
.
is
()
)
_out_rHCImage
=
Image
(
xHCGraphic
);
}
catch
(
const
Exception
&
)
{
...
...
forms/source/component/GroupManager.cxx
Dosyayı görüntüle @
4553ff82
...
...
@@ -121,11 +121,11 @@ OGroupComp::OGroupComp(const OGroupComp& _rSource)
//------------------------------------------------------------------
OGroupComp
::
OGroupComp
(
const
Reference
<
XPropertySet
>&
rxSet
,
sal_Int32
nInsertPos
)
:
m_xComponent
(
rxSet
)
,
m_xControlModel
(
rxSet
,
UNO_QUERY
)
,
m_nPos
(
nInsertPos
)
,
m_nTabIndex
(
0
)
,
m_aName
(
OGroupManager
::
GetGroupName
(
rxSet
)
)
:
m_aName
(
OGroupManager
::
GetGroupName
(
rxSet
)
)
,
m_xComponent
(
rxSet
)
,
m_xControlModel
(
rxSet
,
UNO_QUERY
)
,
m_nPos
(
nInsertPos
)
,
m_nTabIndex
(
0
)
{
if
(
m_xComponent
.
is
())
{
...
...
wizards/source/formwizard/Language.xba
Dosyayı görüntüle @
4553ff82
...
...
@@ -112,8 +112,8 @@ Dim slblFields as String
.optAlign2.Label = GetResText(RID_FORM + 34)
.optAlign0.State = 1
//FIXME: Remove this unused FNameAddOn through the file
FNameAddOn =
""
If isHighContrast(DlgFormDB.getPeer) Then FNameAddOn =
"
_hc
"
IDArray = Array(36, 37, 40, 38, 39)
For i = 1 To 5
...
...
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