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
5b339db1
Kaydet (Commit)
5b339db1
authored
Ara 22, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in forms
Change-Id: I875c07dcfc9fd9537ced1facd88ac712a7dacbbd
üst
03ef7e11
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
11 deletions
+0
-11
DatabaseForm.cxx
forms/source/component/DatabaseForm.cxx
+0
-2
DatabaseForm.hxx
forms/source/component/DatabaseForm.hxx
+0
-1
Filter.cxx
forms/source/component/Filter.cxx
+0
-3
Filter.hxx
forms/source/component/Filter.hxx
+0
-4
submission.hxx
forms/source/xforms/submission/submission.hxx
+0
-1
No files found.
forms/source/component/DatabaseForm.cxx
Dosyayı görüntüle @
5b339db1
...
...
@@ -256,7 +256,6 @@ ODatabaseForm::ODatabaseForm(const Reference<XComponentContext>& _rxContext)
,
OPropertyChangeListener
(
m_aMutex
)
,
m_aLoadListeners
(
m_aMutex
)
,
m_aRowSetApproveListeners
(
m_aMutex
)
,
m_aRowSetListeners
(
m_aMutex
)
,
m_aSubmitListeners
(
m_aMutex
)
,
m_aErrorListeners
(
m_aMutex
)
,
m_aResetListeners
(
*
this
,
m_aMutex
)
...
...
@@ -295,7 +294,6 @@ ODatabaseForm::ODatabaseForm( const ODatabaseForm& _cloneSource )
,
IPropertyBagHelperContext
()
,
m_aLoadListeners
(
m_aMutex
)
,
m_aRowSetApproveListeners
(
m_aMutex
)
,
m_aRowSetListeners
(
m_aMutex
)
,
m_aSubmitListeners
(
m_aMutex
)
,
m_aErrorListeners
(
m_aMutex
)
,
m_aResetListeners
(
*
this
,
m_aMutex
)
...
...
forms/source/component/DatabaseForm.hxx
Dosyayı görüntüle @
5b339db1
...
...
@@ -162,7 +162,6 @@ class ODatabaseForm :public OFormComponents
// listener administration
::
cppu
::
OInterfaceContainerHelper
m_aLoadListeners
;
::
cppu
::
OInterfaceContainerHelper
m_aRowSetApproveListeners
;
::
cppu
::
OInterfaceContainerHelper
m_aRowSetListeners
;
::
cppu
::
OInterfaceContainerHelper
m_aSubmitListeners
;
::
cppu
::
OInterfaceContainerHelper
m_aErrorListeners
;
ResetListeners
m_aResetListeners
;
...
...
forms/source/component/Filter.cxx
Dosyayı görüntüle @
5b339db1
...
...
@@ -85,9 +85,6 @@ namespace frm
:
UnoControl
()
,
m_aTextListeners
(
*
this
)
,
m_xContext
(
_rxORB
)
#if HAVE_FEATURE_DBCONNECTIVITY
,
m_aParser
(
_rxORB
)
#endif
,
m_nControlClass
(
FormComponentType
::
TEXTFIELD
)
,
m_bFilterList
(
false
)
,
m_bMultiLine
(
false
)
...
...
forms/source/component/Filter.hxx
Dosyayı görüntüle @
5b339db1
...
...
@@ -64,16 +64,12 @@ namespace frm
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
m_xField
;
css
::
uno
::
Reference
<
css
::
util
::
XNumberFormatter
>
m_xFormatter
;
css
::
uno
::
Reference
<
css
::
sdbc
::
XConnection
>
m_xConnection
;
css
::
uno
::
Reference
<
css
::
sdbc
::
XDatabaseMetaData
>
m_xMetaData
;
css
::
uno
::
Reference
<
css
::
awt
::
XWindow
>
m_xMessageParent
;
typedef
std
::
unordered_map
<
OUString
,
OUString
,
OUStringHash
>
MapString2String
;
MapString2String
m_aDisplayItemToValueItem
;
OUString
m_aText
;
#if HAVE_FEATURE_DBCONNECTIVITY
::
connectivity
::
OSQLParser
m_aParser
;
#endif
sal_Int16
m_nControlClass
;
// which kind of control do we use?
bool
m_bFilterList
:
1
;
bool
m_bMultiLine
:
1
;
...
...
forms/source/xforms/submission/submission.hxx
Dosyayı görüntüle @
5b339db1
...
...
@@ -109,7 +109,6 @@ class CSubmission
protected
:
INetURLObject
m_aURLObj
;
css
::
uno
::
Reference
<
css
::
xml
::
xpath
::
XXPathObject
>
m_aXPathObject
;
css
::
uno
::
Reference
<
css
::
xml
::
dom
::
XDocumentFragment
>
m_aFragment
;
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
m_aResultStream
;
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
...
...
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