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
db081acb
Kaydet (Commit)
db081acb
authored
Haz 25, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant: Flag more inefficiencies
Change-Id: I7d8b0ab33980726ffb4887b1f19797702d224191
üst
768abe34
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
GraphicExportFilter.cxx
filter/source/graphic/GraphicExportFilter.cxx
+4
-4
XmlFilterAdaptor.cxx
filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
+1
-1
xmlfilterjar.cxx
filter/source/xsltdialog/xmlfilterjar.cxx
+1
-1
No files found.
filter/source/graphic/GraphicExportFilter.cxx
Dosyayı görüntüle @
db081acb
...
@@ -44,10 +44,10 @@ void GraphicExportFilter::gatherProperties( const Sequence<PropertyValue>& rProp
...
@@ -44,10 +44,10 @@ void GraphicExportFilter::gatherProperties( const Sequence<PropertyValue>& rProp
if
(
aProperty
.
Name
==
"FilterName"
)
if
(
aProperty
.
Name
==
"FilterName"
)
{
{
aProperty
.
Value
>>=
aInternalFilterName
;
aProperty
.
Value
>>=
aInternalFilterName
;
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
OUString
(
"draw_"
),
OUString
()
);
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
"draw_"
,
""
);
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
OUString
(
"impress_"
),
OUString
()
);
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
"impress_"
,
""
);
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
OUString
(
"calc_"
),
OUString
()
);
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
"calc_"
,
""
);
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
OUString
(
"writer_"
),
OUString
()
);
aInternalFilterName
=
aInternalFilterName
.
replaceFirst
(
"writer_"
,
""
);
}
}
else
if
(
aProperty
.
Name
==
"FilterData"
)
else
if
(
aProperty
.
Name
==
"FilterData"
)
{
{
...
...
filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
Dosyayı görüntüle @
db081acb
...
@@ -141,7 +141,7 @@ bool SAL_CALL XmlFilterAdaptor::importImpl( const Sequence< ::com::sun::star::be
...
@@ -141,7 +141,7 @@ bool SAL_CALL XmlFilterAdaptor::importImpl( const Sequence< ::com::sun::star::be
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
pValue
=
xstyleLoader
->
getStyleLoaderOptions
();
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
pValue
=
xstyleLoader
->
getStyleLoaderOptions
();
//Load the Styles from the Template URL Supplied in the TypeDetection file
//Load the Styles from the Template URL Supplied in the TypeDetection file
if
(
msTemplateName
.
indexOf
(
OUString
(
"file:"
)
)
==-
1
)
if
(
msTemplateName
.
indexOf
(
"file:"
)
==-
1
)
{
{
SvtPathOptions
aOptions
;
SvtPathOptions
aOptions
;
OUString
PathString
=
aOptions
.
SubstituteVariable
(
OUString
(
"$(progurl)"
));
OUString
PathString
=
aOptions
.
SubstituteVariable
(
OUString
(
"$(progurl)"
));
...
...
filter/source/xsltdialog/xmlfilterjar.cxx
Dosyayı görüntüle @
db081acb
...
@@ -123,7 +123,7 @@ void XMLFilterJarHelper::addFile( Reference< XInterface > xRootFolder, Reference
...
@@ -123,7 +123,7 @@ void XMLFilterJarHelper::addFile( Reference< XInterface > xRootFolder, Reference
{
{
OUString
aFileURL
(
rSourceFile
);
OUString
aFileURL
(
rSourceFile
);
if
(
!
aFileURL
.
matchIgnoreAsciiCase
(
OUString
(
"file://"
)
)
)
if
(
!
aFileURL
.
matchIgnoreAsciiCase
(
"file://"
)
)
{
{
aFileURL
=
URIHelper
::
SmartRel2Abs
(
INetURLObject
(
sProgPath
),
aFileURL
,
Link
<
OUString
*
,
bool
>
(),
false
);
aFileURL
=
URIHelper
::
SmartRel2Abs
(
INetURLObject
(
sProgPath
),
aFileURL
,
Link
<
OUString
*
,
bool
>
(),
false
);
}
}
...
...
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