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
a3646d55
Kaydet (Commit)
a3646d55
authored
Mar 02, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: duplicate inherited member
Change-Id: Iee20ca4523739eb082ea1fa8c1145891c0caed29
üst
302f413e
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
4 additions
and
22 deletions
+4
-22
pq_updateableresultset.cxx
...vity/source/drivers/postgresql/pq_updateableresultset.cxx
+0
-6
pq_updateableresultset.hxx
...vity/source/drivers/postgresql/pq_updateableresultset.hxx
+1
-5
submission_get.hxx
forms/source/xforms/submission/submission_get.hxx
+0
-2
xmlSubDocument.hxx
reportdesign/source/filter/xml/xmlSubDocument.hxx
+0
-1
informationdialog.cxx
sdext/source/minimizer/informationdialog.cxx
+1
-2
informationdialog.hxx
sdext/source/minimizer/informationdialog.hxx
+0
-2
optimizerdialog.cxx
sdext/source/minimizer/optimizerdialog.cxx
+0
-1
optimizerdialog.hxx
sdext/source/minimizer/optimizerdialog.hxx
+1
-2
optimizerdialogcontrols.cxx
sdext/source/minimizer/optimizerdialogcontrols.cxx
+1
-1
No files found.
connectivity/source/drivers/postgresql/pq_updateableresultset.cxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -537,12 +537,6 @@ void UpdateableResultSet::updateNumericObject( sal_Int32 /* columnIndex */, cons
}
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XResultSetMetaData
>
UpdateableResultSet
::
getMetaData
(
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
m_meta
;
}
Sequence
<
Type
>
UpdateableResultSet
::
getStaticTypes
(
bool
updateable
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
...
...
connectivity/source/drivers/postgresql/pq_updateableresultset.hxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -70,7 +70,6 @@ class UpdateableResultSet :
OUString
m_table
;
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
m_primaryKey
;
UpdateableFieldVector
m_updateableField
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
sdbc
::
XResultSetMetaData
>
m_meta
;
bool
m_insertRow
;
protected
:
...
...
@@ -164,10 +163,7 @@ public: // XRowUpdate
virtual
void
SAL_CALL
updateObject
(
sal_Int32
columnIndex
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
x
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
updateNumericObject
(
sal_Int32
columnIndex
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
x
,
sal_Int32
scale
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
public
:
// XResultSetMetaDataSupplier
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XResultSetMetaData
>
SAL_CALL
getMetaData
(
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
public
:
static
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Type
>
getStaticTypes
(
bool
updateable
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
forms/source/xforms/submission/submission_get.hxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -26,8 +26,6 @@
class
CSubmissionGet
:
public
CSubmission
{
private
:
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
public
:
CSubmissionGet
(
const
OUString
&
aURL
,
const
css
::
uno
::
Reference
<
css
::
xml
::
dom
::
XDocumentFragment
>&
aFragment
);
virtual
SubmissionResult
submit
(
const
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>&
aInteractionHandler
)
SAL_OVERRIDE
;
...
...
reportdesign/source/filter/xml/xmlSubDocument.hxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -29,7 +29,6 @@ namespace rptxml
class
OXMLCell
;
class
OXMLSubDocument
:
public
OXMLReportElementBase
,
public
IMasterDetailFieds
{
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
report
::
XReportComponent
>
m_xComponent
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
report
::
XReportComponent
>
m_xFake
;
::
std
::
vector
<
OUString
>
m_aMasterFields
;
::
std
::
vector
<
OUString
>
m_aDetailFields
;
...
...
sdext/source/minimizer/informationdialog.cxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -265,7 +265,7 @@ void InformationDialog::InitDialog()
OUString
aTitle
;
if
(
!
maSaveAsURL
.
isEmpty
()
)
{
Reference
<
XURLTransformer
>
xURLTransformer
(
URLTransformer
::
create
(
mxContext
)
);
Reference
<
XURLTransformer
>
xURLTransformer
(
URLTransformer
::
create
(
UnoDialog
::
mxContext
)
);
util
::
URL
aURL
,
aPresentationURL
;
aURL
.
Complete
=
maSaveAsURL
;
xURLTransformer
->
parseSmart
(
aURL
,
OUString
()
);
...
...
@@ -315,7 +315,6 @@ void InformationDialog::InitDialog()
InformationDialog
::
InformationDialog
(
const
Reference
<
XComponentContext
>
&
rxContext
,
Reference
<
XFrame
>&
rxFrame
,
const
OUString
&
rSaveAsURL
,
bool
&
rbOpenNewDocument
,
const
sal_Int64
&
rSourceSize
,
const
sal_Int64
&
rDestSize
,
const
sal_Int64
&
rApproxSize
)
:
UnoDialog
(
rxContext
,
rxFrame
),
ConfigurationAccess
(
rxContext
,
NULL
),
mxContext
(
rxContext
),
mxFrame
(
rxFrame
),
mxActionListener
(
new
OKActionListener
(
*
this
)
),
mnSourceSize
(
rSourceSize
),
...
...
sdext/source/minimizer/informationdialog.hxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -55,7 +55,6 @@ public :
private
:
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
mxContext
;
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
mxFrame
;
css
::
uno
::
Reference
<
css
::
io
::
XStream
>
mxTempFile
;
...
...
@@ -72,7 +71,6 @@ private :
public
:
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>&
GetFrame
()
{
return
mxFrame
;
};
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
GetComponentContext
()
{
return
mxContext
;
};
};
class
OKActionListener
:
public
::
cppu
::
WeakImplHelper1
<
css
::
awt
::
XActionListener
>
...
...
sdext/source/minimizer/optimizerdialog.cxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -210,7 +210,6 @@ OptimizerDialog::OptimizerDialog( const Reference< XComponentContext > &rxContex
ConfigurationAccess
(
rxContext
,
NULL
),
mnCurrentStep
(
0
),
mnTabIndex
(
0
),
mxContext
(
rxContext
),
mxFrame
(
rxFrame
),
mxItemListener
(
new
ItemListener
(
*
this
)
),
mxActionListener
(
new
ActionListener
(
*
this
)
),
...
...
sdext/source/minimizer/optimizerdialog.hxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -71,7 +71,6 @@ public :
bool
mbIsReadonly
;
private
:
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
mxContext
;
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
mxFrame
;
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
mxRoadmapControl
;
...
...
@@ -123,7 +122,7 @@ public :
OUString
GetSelectedString
(
OUString
const
&
token
);
css
::
uno
::
Reference
<
css
::
frame
::
XDispatch
>&
GetStatusDispatcher
()
{
return
mxStatusDispatcher
;
};
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>&
GetFrame
()
{
return
mxFrame
;
};
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
GetComponentContext
()
{
return
mxContext
;
};
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
GetComponentContext
()
{
return
UnoDialog
::
mxContext
;
};
};
...
...
sdext/source/minimizer/optimizerdialogcontrols.cxx
Dosyayı görüntüle @
a3646d55
...
...
@@ -747,7 +747,7 @@ void OptimizerDialog::UpdateControlStatesPage4()
sal_Int32
nImageResolution
(
GetConfigProperty
(
TK_ImageResolution
,
(
sal_Int32
)
0
)
);
GraphicSettings
aGraphicSettings
(
bJPEGCompression
,
nJPEGQuality
,
GetConfigProperty
(
TK_RemoveCropArea
,
false
),
nImageResolution
,
GetConfigProperty
(
TK_EmbedLinkedGraphics
,
true
)
);
GraphicCollector
::
CountGraphics
(
mxContext
,
mxController
->
getModel
(),
aGraphicSettings
,
nGraphics
);
GraphicCollector
::
CountGraphics
(
UnoDialog
::
mxContext
,
mxController
->
getModel
(),
aGraphicSettings
,
nGraphics
);
if
(
nGraphics
>
1
)
{
OUString
aStr
(
getString
(
STR_OPTIMIZE_IMAGES
)
);
...
...
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