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
97d5293c
Kaydet (Commit)
97d5293c
authored
May 19, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringcopy: extensions
Change-Id: I6abf8ec16f39db9226efa7e2c7f82644da100c81
üst
ca149259
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
listcombowizard.cxx
extensions/source/dbpilots/listcombowizard.cxx
+3
-3
optiongrouplayouter.cxx
extensions/source/dbpilots/optiongrouplayouter.cxx
+3
-3
fontdialog.cxx
extensions/source/propctrlr/fontdialog.cxx
+2
-2
formcomponenthandler.cxx
extensions/source/propctrlr/formcomponenthandler.cxx
+1
-1
standardcontrol.cxx
extensions/source/propctrlr/standardcontrol.cxx
+1
-1
oooresourceloader.cxx
extensions/source/resource/oooresourceloader.cxx
+1
-1
No files found.
extensions/source/dbpilots/listcombowizard.cxx
Dosyayı görüntüle @
97d5293c
...
@@ -181,8 +181,8 @@ namespace dbp
...
@@ -181,8 +181,8 @@ namespace dbp
// build the statement to set as list source
// build the statement to set as list source
OUString
sStatement
=
"SELECT "
+
OUString
sStatement
=
"SELECT "
+
OUString
(
getSettings
().
sListContentField
)
+
", "
+
OUString
(
getSettings
().
sLinkedListField
)
+
getSettings
().
sListContentField
+
", "
+
getSettings
().
sLinkedListField
+
" FROM "
+
OUString
(
getSettings
().
sListContentTable
)
;
" FROM "
+
getSettings
().
sListContentTable
;
Sequence
<
OUString
>
aListSource
{
sStatement
};
Sequence
<
OUString
>
aListSource
{
sStatement
};
getContext
().
xObjectModel
->
setPropertyValue
(
"ListSource"
,
makeAny
(
aListSource
));
getContext
().
xObjectModel
->
setPropertyValue
(
"ListSource"
,
makeAny
(
aListSource
));
}
}
...
@@ -196,7 +196,7 @@ namespace dbp
...
@@ -196,7 +196,7 @@ namespace dbp
}
}
// the bound field
// the bound field
getContext
().
xObjectModel
->
setPropertyValue
(
"DataField"
,
makeAny
(
OUString
(
getSettings
().
sLinkedFormField
)
));
getContext
().
xObjectModel
->
setPropertyValue
(
"DataField"
,
makeAny
(
getSettings
().
sLinkedFormField
));
}
}
catch
(
const
Exception
&
)
catch
(
const
Exception
&
)
{
{
...
...
extensions/source/dbpilots/optiongrouplayouter.cxx
Dosyayı görüntüle @
97d5293c
...
@@ -119,9 +119,9 @@ namespace dbp
...
@@ -119,9 +119,9 @@ namespace dbp
UNO_QUERY
);
UNO_QUERY
);
// the label
// the label
xRadioModel
->
setPropertyValue
(
"Label"
,
makeAny
(
OUString
(
*
aLabelIter
)
));
xRadioModel
->
setPropertyValue
(
"Label"
,
makeAny
(
*
aLabelIter
));
// the value
// the value
xRadioModel
->
setPropertyValue
(
"RefValue"
,
makeAny
(
OUString
(
*
aValueIter
)
));
xRadioModel
->
setPropertyValue
(
"RefValue"
,
makeAny
(
*
aValueIter
));
// default selection
// default selection
if
(
_rSettings
.
sDefaultField
==
*
aLabelIter
)
if
(
_rSettings
.
sDefaultField
==
*
aLabelIter
)
...
@@ -129,7 +129,7 @@ namespace dbp
...
@@ -129,7 +129,7 @@ namespace dbp
// the connection to the database field
// the connection to the database field
if
(
!
_rSettings
.
sDBField
.
isEmpty
())
if
(
!
_rSettings
.
sDBField
.
isEmpty
())
xRadioModel
->
setPropertyValue
(
"DataField"
,
makeAny
(
OUString
(
_rSettings
.
sDBField
)
));
xRadioModel
->
setPropertyValue
(
"DataField"
,
makeAny
(
_rSettings
.
sDBField
));
// the name for the model
// the name for the model
xRadioModel
->
setPropertyValue
(
"Name"
,
makeAny
(
sElementsName
));
xRadioModel
->
setPropertyValue
(
"Name"
,
makeAny
(
sElementsName
));
...
...
extensions/source/propctrlr/fontdialog.cxx
Dosyayı görüntüle @
97d5293c
...
@@ -313,8 +313,8 @@ namespace pcr
...
@@ -313,8 +313,8 @@ namespace pcr
const
SvxFontItem
&
rFontItem
=
const
SvxFontItem
&
rFontItem
=
static_cast
<
const
SvxFontItem
&>
(
_rSet
.
Get
(
CFID_FONT
));
static_cast
<
const
SvxFontItem
&>
(
_rSet
.
Get
(
CFID_FONT
));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_NAME
,
makeAny
(
OUString
(
rFontItem
.
GetFamilyName
()
)));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_NAME
,
makeAny
(
rFontItem
.
GetFamilyName
(
)));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_STYLENAME
,
makeAny
(
OUString
(
rFontItem
.
GetStyleName
()
)));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_STYLENAME
,
makeAny
(
rFontItem
.
GetStyleName
(
)));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_FAMILY
,
makeAny
((
sal_Int16
)
rFontItem
.
GetFamily
()));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_FAMILY
,
makeAny
((
sal_Int16
)
rFontItem
.
GetFamily
()));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_CHARSET
,
makeAny
((
sal_Int16
)
rFontItem
.
GetCharSet
()));
lcl_pushBackPropertyValue
(
_out_properties
,
PROPERTY_FONT_CHARSET
,
makeAny
((
sal_Int16
)
rFontItem
.
GetCharSet
()));
}
}
...
...
extensions/source/propctrlr/formcomponenthandler.cxx
Dosyayı görüntüle @
97d5293c
...
@@ -523,7 +523,7 @@ namespace pcr
...
@@ -523,7 +523,7 @@ namespace pcr
if
(
!
xDatabaseContext
->
hasByName
(
sControlValue
)
)
if
(
!
xDatabaseContext
->
hasByName
(
sControlValue
)
)
{
{
::
svt
::
OFileNotation
aTransformer
(
sControlValue
);
::
svt
::
OFileNotation
aTransformer
(
sControlValue
);
aPropertyValue
<<=
OUString
(
aTransformer
.
get
(
::
svt
::
OFileNotation
::
N_URL
)
);
aPropertyValue
<<=
aTransformer
.
get
(
::
svt
::
OFileNotation
::
N_URL
);
}
}
}
}
}
}
...
...
extensions/source/propctrlr/standardcontrol.cxx
Dosyayı görüntüle @
97d5293c
...
@@ -812,7 +812,7 @@ namespace pcr
...
@@ -812,7 +812,7 @@ namespace pcr
Any
SAL_CALL
OComboboxControl
::
getValue
()
Any
SAL_CALL
OComboboxControl
::
getValue
()
{
{
return
makeAny
(
OUString
(
getTypedControlWindow
()
->
GetText
()
)
);
return
makeAny
(
getTypedControlWindow
()
->
GetText
(
)
);
}
}
...
...
extensions/source/resource/oooresourceloader.cxx
Dosyayı görüntüle @
97d5293c
...
@@ -70,7 +70,7 @@ namespace extensions { namespace resource
...
@@ -70,7 +70,7 @@ namespace extensions { namespace resource
{
{
OSL_PRECOND
(
_resourceManager
.
IsAvailable
(
getResourceType
(),
_resourceId
),
"StringResourceAccess::getResource: precondition not met!"
);
OSL_PRECOND
(
_resourceManager
.
IsAvailable
(
getResourceType
(),
_resourceId
),
"StringResourceAccess::getResource: precondition not met!"
);
Any
aResource
;
Any
aResource
;
aResource
<<=
OUString
(
_resourceManager
.
ReadString
(
_resourceId
)
);
aResource
<<=
_resourceManager
.
ReadString
(
_resourceId
);
return
aResource
;
return
aResource
;
}
}
...
...
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