| /AOO42X/main/svx/source/fmcomp/ |
| H A D | gridcell.cxx | 1000 …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 D | predicateinput.cxx | 138 …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 D | gridcell.hxx | 304 …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 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
|