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
12d51ad7
Kaydet (Commit)
12d51ad7
authored
Kas 13, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: loplugin:passstuffbyref
Change-Id: I4ad2b77112a2c9bfbf76f0b84275d88046ed3851
üst
f54a384f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
builder.hxx
include/vcl/builder.hxx
+1
-1
builder.cxx
vcl/source/window/builder.cxx
+2
-2
No files found.
include/vcl/builder.hxx
Dosyayı görüntüle @
12d51ad7
...
@@ -107,7 +107,7 @@ public:
...
@@ -107,7 +107,7 @@ public:
static
void
reorderWithinParent
(
vcl
::
Window
&
rWindow
,
sal_uInt16
nNewPosition
);
static
void
reorderWithinParent
(
vcl
::
Window
&
rWindow
,
sal_uInt16
nNewPosition
);
/// Get label of the command (like of .uno:Save) from the description service
/// Get label of the command (like of .uno:Save) from the description service
static
OUString
getCommandProperty
(
const
OUString
a
Property
,
const
OUString
&
rCommand
,
static
OUString
getCommandProperty
(
const
OUString
&
r
Property
,
const
OUString
&
rCommand
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rContext
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rContext
,
const
OUString
&
rModuleId
);
const
OUString
&
rModuleId
);
...
...
vcl/source/window/builder.cxx
Dosyayı görüntüle @
12d51ad7
...
@@ -2168,7 +2168,7 @@ void VclBuilder::reorderWithinParent(std::vector<vcl::Window*>& rChilds, bool bI
...
@@ -2168,7 +2168,7 @@ void VclBuilder::reorderWithinParent(std::vector<vcl::Window*>& rChilds, bool bI
}
}
}
}
OUString
VclBuilder
::
getCommandProperty
(
const
OUString
a
Property
,
const
OUString
&
rCommand
,
OUString
VclBuilder
::
getCommandProperty
(
const
OUString
&
r
Property
,
const
OUString
&
rCommand
,
const
uno
::
Reference
<
uno
::
XComponentContext
>&
rContext
,
const
OUString
&
rModuleId
)
const
uno
::
Reference
<
uno
::
XComponentContext
>&
rContext
,
const
OUString
&
rModuleId
)
{
{
if
(
rCommand
.
isEmpty
())
if
(
rCommand
.
isEmpty
())
...
@@ -2186,7 +2186,7 @@ OUString VclBuilder::getCommandProperty(const OUString aProperty, const OUString
...
@@ -2186,7 +2186,7 @@ OUString VclBuilder::getCommandProperty(const OUString aProperty, const OUString
{
{
for
(
sal_Int32
i
=
0
;
i
<
aProperties
.
getLength
();
i
++
)
for
(
sal_Int32
i
=
0
;
i
<
aProperties
.
getLength
();
i
++
)
{
{
if
(
aProperties
[
i
].
Name
==
a
Property
)
if
(
aProperties
[
i
].
Name
==
r
Property
)
{
{
OUString
aLabel
;
OUString
aLabel
;
if
(
aProperties
[
i
].
Value
>>=
aLabel
)
if
(
aProperties
[
i
].
Value
>>=
aLabel
)
...
...
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