summaryrefslogtreecommitdiff
path: root/svx/source/form
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 13:09:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 12:10:35 +0000
commit04ddc7b3d7b22721dd311a24ddd9822342120981 (patch)
treedb132ffe9353d4d4bb941b2993057cf931bcdfab /svx/source/form
parent6a20f95fc9912f54f5817119749940d5dcf4fe90 (diff)
loplugin:unusedmethods in svx
Change-Id: Ia22e8b55d263224dbb85169b6165a5c116e163aa Reviewed-on: https://gerrit.libreoffice.org/25088 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/form')
-rw-r--r--svx/source/form/fmsrcimp.cxx37
1 files changed, 0 insertions, 37 deletions
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx
index 0e10c589198a..5d0e72d9a80a 100644
--- a/svx/source/form/fmsrcimp.cxx
+++ b/svx/source/form/fmsrcimp.cxx
@@ -660,43 +660,6 @@ FmSearchEngine::SEARCH_RESULT FmSearchEngine::SearchRegularApprox(const OUString
FmSearchEngine::FmSearchEngine(const Reference< XComponentContext >& _rxContext,
- const Reference< XResultSet > & xCursor, const OUString& sVisibleFields,
- const Reference< XNumberFormatsSupplier > & xFormatSupplier, FMSEARCH_MODE eMode)
-
- :m_xSearchCursor(xCursor)
- ,m_xFormatSupplier(xFormatSupplier)
- ,m_aCharacterClassficator( _rxContext, SvtSysLocale().GetLanguageTag() )
- ,m_aStringCompare( _rxContext )
- ,m_nCurrentFieldIndex(-2) // -1 hat schon eine Bedeutung, also nehme ich -2 fuer 'ungueltig'
- ,m_bUsingTextComponents(false)
- ,m_eSearchForType(SEARCHFOR_STRING)
- ,m_srResult(SR_FOUND)
- ,m_bSearchingCurrently(false)
- ,m_bCancelAsynchRequest(false)
- ,m_eMode(eMode)
- ,m_bFormatter(false)
- ,m_bForward(false)
- ,m_bWildcard(false)
- ,m_bRegular(false)
- ,m_bLevenshtein(false)
- ,m_bTransliteration(false)
- ,m_bLevRelaxed(false)
- ,m_nLevOther(0)
- ,m_nLevShorter(0)
- ,m_nLevLonger(0)
- ,m_nPosition(MATCHING_ANYWHERE)
- ,m_nTransliterationFlags(0)
-{
-
- m_xFormatter.set( css::util::NumberFormatter::create( ::comphelper::getProcessComponentContext() ),
- UNO_QUERY_THROW);
- m_xFormatter->attachNumberFormatsSupplier(m_xFormatSupplier);
-
- Init(sVisibleFields);
-}
-
-
-FmSearchEngine::FmSearchEngine(const Reference< XComponentContext >& _rxContext,
const Reference< XResultSet > & xCursor, const OUString& sVisibleFields,
const InterfaceArray& arrFields, FMSEARCH_MODE eMode)
:m_xSearchCursor(xCursor)