Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/fmcomp/
H A Dgridcell.cxx1000 …tputDevice& _rDev, const Rectangle& _rRect, const Reference< XColumn >& _rxField, const Reference<… in PaintFieldToCell() argument
1002 m_pPainter->SetText( GetFormatText( _rxField, _rxFormatter ) ); in PaintFieldToCell()
1007 double DbCellControl::GetValue(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, const R… in GetValue() argument
1014 fValue = _rxField->getDouble(); in GetValue()
1023 fValue = _rxField->getDouble(); in GetValue()
1031 … fValue = xFormatter->convertStringToNumber(m_rColumn.GetKey(), _rxField->getString()); in GetValue()
1177 …tputDevice& _rDev, const Rectangle& _rRect, const Reference< XColumn >& _rxField, const Reference<… in PaintFieldToCell() argument
1180 m_pPainterImplementation->SetText( GetFormatText( _rxField, _rxFormatter, NULL ) ); in PaintFieldToCell()
1182 DbLimitedLengthField::PaintFieldToCell( _rDev, _rRect, _rxField, _rxFormatter ); in PaintFieldToCell()
1186 String DbTextField::GetFormatText(const Reference< XColumn >& _rxField, const Reference< XNumberFor… in GetFormatText() argument
[all …]
/AOO42X/main/connectivity/source/commontools/
H A Dpredicateinput.cxx138 …ErrorMessage, const ::rtl::OUString& _rStatement, const Reference< XPropertySet > & _rxField) const in implPredicateTree()
140 …t< OSQLParser& >( m_aParser ).predicateTree( _rErrorMessage, _rStatement, m_xFormatter, _rxField ); in implPredicateTree()
144 _rxField->getPropertyValue( ::rtl::OUString::createFromAscii( "Type" ) ) >>= nType; in implPredicateTree()
174 …_cast< OSQLParser& >( m_aParser ).predicateTree( _rErrorMessage, sQuoted, m_xFormatter, _rxField ); in implPredicateTree()
202 Reference< XPropertySetInfo > xPSI( _rxField->getPropertySetInfo() ); in implPredicateTree()
206_rxField->getPropertyValue( ::rtl::OUString::createFromAscii( "FormatKey" ) ) >>= nFormatKey; in implPredicateTree()
240 …t< OSQLParser& >( m_aParser ).predicateTree( _rErrorMessage, sTranslated, m_xFormatter, _rxField ); in implPredicateTree()
249 …::rtl::OUString& _rPredicateValue, const Reference< XPropertySet > & _rxField, ::rtl::OUString* _p… in normalizePredicateString()
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()
[all …]
/AOO42X/main/svx/source/inc/
H A Dgridcell.hxx304 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
308 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
311 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
316 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
417 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
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,
447 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxField, const ::com::sun…
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…
[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,
/AOO42X/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()
/AOO42X/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
/AOO42X/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,
/AOO42X/main/dbaccess/source/ui/inc/
H A Dparamdialog.hxx133 …ement, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _rxField);
/AOO42X/main/svx/inc/svx/
H A Dfmview.hxx92 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
/AOO42X/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()
/AOO42X/main/forms/source/inc/
H A DFormComponent.hxx1011 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxField