Home
last modified time | relevance | path

Searched refs:_rField (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx2013 _rField.SetValue( fValue ); in lcl_setFormattedNumeric_nothrow()
2014 sValue = _rField.GetText(); in lcl_setFormattedNumeric_nothrow()
2151 _rField.SetValue( fValue ); in lcl_setFormattedCurrency_nothrow()
2152 BigInt aValue = _rField.GetCorrectedValue(); in lcl_setFormattedCurrency_nothrow()
2154 sValue = _rField.GetText(); in lcl_setFormattedCurrency_nothrow()
2286 …static String lcl_setFormattedDate_nothrow( DateField& _rField, const Reference< XColumn >& _rxFie… in lcl_setFormattedDate_nothrow() argument
2295 _rField.SetText( sDate ); in lcl_setFormattedDate_nothrow()
2298 _rField.SetDate( ::Date( aValue.Day, aValue.Month, aValue.Year ) ); in lcl_setFormattedDate_nothrow()
2299 sDate = _rField.GetText(); in lcl_setFormattedDate_nothrow()
2405 _rField.SetText( sTime ); in lcl_setFormattedTime_nothrow()
[all …]
H A Dgridctrl.cxx165 …ldValueListener(DbGridControl& _rParent, const Reference< XPropertySet >& _rField, sal_uInt16 _nId) in GridFieldValueListener() argument
174 if (_rField.is()) in GridFieldValueListener()
176 m_pRealListener = new ::comphelper::OPropertyChangeMultiplexer(this, _rField); in GridFieldValueListener()
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx258 void CertificateViewerDetailsTP::InsertElement( const String& _rField, const String& _rValue, in InsertElement() argument
261 SvLBoxEntry* pEntry = maElementsLB.InsertEntry( _rField ); in InsertElement()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx363 sal_Bool DlgFilterCrit::getCondition(const ListBox& _rField,const ListBox& _rComp,const Edit& _rVal… in getCondition() argument
370 _rFilter.Name = _rField.GetSelectEntry(); in getCondition()
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dcertificateviewer.hxx119 void InsertElement( const String& _rField, const String& _rValue,
/trunk/main/dbaccess/source/ui/inc/
H A Dqueryfilter.hxx133 …sal_Bool getCondition(const ListBox& _rField,const ListBox& _rComp,const Edit& _rValue,::com::su…

Completed in 79 milliseconds