Home
last modified time | relevance | path

Searched refs:_rxField (Results 1 – 17 of 17) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1189 if ( _rxField.is() ) in GetFormatText()
1520 if (!_rxField.is()) in GetFormatText()
1566 if (!_rxField.is()) in UpdateFromField()
1711 if (_rxField.is()) in lcl_setCheckBoxState()
1716 if (!_rxField->wasNull()) in lcl_setCheckBoxState()
2006 if ( _rxField.is() ) in lcl_setFormattedNumeric_nothrow()
2144 if ( _rxField.is() ) in lcl_setFormattedCurrency_nothrow()
2289 if ( _rxField.is() ) in lcl_setFormattedDate_nothrow()
2399 if ( _rxField.is() ) in lcl_setFormattedTime_nothrow()
2552 if (_rxField.is()) in GetFormatText()
[all …]
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx144 _rxField->getPropertyValue( ::rtl::OUString::createFromAscii( "Type" ) ) >>= nType; in implPredicateTree()
202 Reference< XPropertySetInfo > xPSI( _rxField->getPropertySetInfo() ); in implPredicateTree()
206 _rxField->getPropertyValue( ::rtl::OUString::createFromAscii( "FormatKey" ) ) >>= nFormatKey; 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()
260 OSQLParseNode* pParseNode = implPredicateTree( sError, sTransformedText, _rxField ); in normalizePredicateString()
272 sTransformedText, m_xConnection, m_xFormatter, _rxField, in normalizePredicateString()
287 const ::rtl::OUString& _rPredicateValue, const Reference< XPropertySet > & _rxField, in getPredicateValue()
290 OSL_ENSURE( _rxField.is(), "OPredicateInputController::getPredicateValue: invalid params!" ); in getPredicateValue()
292 if ( _rxField.is() ) in getPredicateValue()
[all …]
/trunk/main/svx/source/inc/
H A Dgridcell.hxx316 …double GetValue(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField
418 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
421 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField,
448 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
468 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
471 const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField,
492 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
520 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
648 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
891 …bString GetText(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, in GetText() argument
[all …]
H A Dsqlparserclient.hxx59 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField in predicateTree()
64 xReturn = m_xParser->predicateTree(_rErrorMessage, _rStatement, _rxFormatter, _rxField); in predicateTree()
H A Dfmvwimp.hxx261 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
278 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1487 … const Reference< XPropertySet >& _rxField, const Reference< XNumberFormats >& _rxNumberFormats, in createControlLabelPair()
1494_rxField, _rxNumberFormats, _nControlObjectID, _rFieldPostfix, FmFormInventor, OBJ_FM_FIXEDTEXT, in createControlLabelPair()
1515 … _rOutDev, sal_Int32 _nXOffsetMM, sal_Int32 _nYOffsetMM, const Reference< XPropertySet >& _rxField, in createControlLabelPair()
1523 if ( _rxField.is() ) in createControlLabelPair()
1525 nDataType = ::comphelper::getINT32(_rxField->getPropertyValue(FM_PROP_FIELDTYPE)); in createControlLabelPair()
1526 aFieldName = Any(_rxField->getPropertyValue(FM_PROP_NAME)); in createControlLabelPair()
1568 if ( _rxField.is() && _rxField->getPropertySetInfo()->hasPropertyByName(FM_PROP_LABEL) ) in createControlLabelPair()
1569 _rxField->getPropertyValue(FM_PROP_LABEL) >>= sLabel; in createControlLabelPair()
1658 if ( _rxField.is() ) in createControlLabelPair()
1661 aControlFactory.initializeFieldDependentProperties( _rxField, xControlSet, _rxNumberFormats ); in createControlLabelPair()
H A Dfmview.cxx601 const Reference< XPropertySet >& _rxField, const Reference< XNumberFormats >& _rxNumberFormats, in createControlLabelPair()
608 _rxField, _rxNumberFormats, in createControlLabelPair()
/trunk/main/connectivity/inc/connectivity/
H A Dpredicateinput.hxx79 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
98 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _rxField,
113 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _rxField
H A Dvirtualdbtools.hxx288 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
307 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField
/trunk/main/connectivity/source/simpledbt/
H A Dparser_s.cxx69 …const Reference< XNumberFormatter >& _rxFormatter, const Reference< XPropertySet >& _rxField) const in predicateTree()
72 …eSQLParser*>(this)->m_aFullParser.predicateTree(rErrorMessage, rStatement, _rxFormatter, _rxField); in predicateTree()
H A Dparsenode_s.cxx79 const Reference< XNumberFormatter >& _rxFormatter, const Reference< XPropertySet >& _rxField, in parseNodeToPredicateStr()
82 …m_pFullNode->parseNodeToPredicateStr( _rString, _rxConnection, _rxFormatter, _rxField, _rIntl, _cD… in parseNodeToPredicateStr()
H A Dparser_s.hxx54 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField
H A Dparsenode_s.hxx60 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
/trunk/main/dbaccess/source/ui/inc/
H A Dparamdialog.hxx133 …ement, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _rxField);
/trunk/main/svx/inc/svx/
H A Dfmview.hxx92 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
/trunk/main/forms/source/component/
H A DFormComponent.cxx2593 void OBoundControlModel::impl_setField_noNotify( const Reference< XPropertySet>& _rxField ) in impl_setField_noNotify() argument
2596 m_xField = _rxField; in impl_setField_noNotify()
/trunk/main/forms/source/inc/
H A DFormComponent.hxx1011 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxField

Completed in 118 milliseconds