Lines Matching refs:m_xFormatter
111 m_xFormatter = Reference< XNumberFormatter >( m_xORB->createInstance( in OPredicateInputController()
119 ::comphelper::disposeComponent( m_xFormatter ); in OPredicateInputController()
120 else if ( m_xFormatter.is() ) in OPredicateInputController()
121 m_xFormatter->attachNumberFormatsSupplier( xNumberFormats ); in OPredicateInputController()
140 …t< OSQLParser& >( m_aParser ).predicateTree( _rErrorMessage, _rStatement, m_xFormatter, _rxField ); in implPredicateTree()
174 …_cast< OSQLParser& >( m_aParser ).predicateTree( _rErrorMessage, sQuoted, m_xFormatter, _rxField ); in implPredicateTree()
207 if ( nFormatKey && m_xFormatter.is() ) in implPredicateTree()
211 m_xFormatter, in implPredicateTree()
240 …t< OSQLParser& >( m_aParser ).predicateTree( _rErrorMessage, sTranslated, m_xFormatter, _rxField ); in implPredicateTree()
251 OSL_ENSURE( m_xConnection.is() && m_xFormatter.is() && _rxField.is(), in normalizePredicateString()
255 if ( m_xConnection.is() && m_xFormatter.is() && _rxField.is() ) in normalizePredicateString()
272 sTransformedText, m_xConnection, m_xFormatter, _rxField, in normalizePredicateString()