/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1189 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 …]
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | predicateinput.cxx | 144 _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 …]
|
/aoo42x/main/svx/source/inc/ |
H A D | gridcell.hxx | 316 …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 D | sqlparserclient.hxx | 59 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 D | fmvwimp.hxx | 261 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 D | fmvwimp.cxx | 1487 … 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 D | fmview.cxx | 601 const Reference< XPropertySet >& _rxField, const Reference< XNumberFormats >& _rxNumberFormats, in createControlLabelPair() 608 _rxField, _rxNumberFormats, in createControlLabelPair()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | predicateinput.hxx | 79 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 D | virtualdbtools.hxx | 288 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 D | parser_s.cxx | 69 …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 D | parsenode_s.cxx | 79 const Reference< XNumberFormatter >& _rxFormatter, const Reference< XPropertySet >& _rxField, in parseNodeToPredicateStr() 82 …m_pFullNode->parseNodeToPredicateStr( _rString, _rxConnection, _rxFormatter, _rxField, _rIntl, _cD… in parseNodeToPredicateStr()
|
H A D | parser_s.hxx | 54 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField
|
H A D | parsenode_s.hxx | 60 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | paramdialog.hxx | 133 …ement, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _rxField);
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmview.hxx | 92 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
|
/aoo42x/main/forms/source/component/ |
H A D | FormComponent.cxx | 2593 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 D | FormComponent.hxx | 1011 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxField
|