Searched refs:_nFormatKey (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 100 …double checkDoubleForDateFormat(double _nValue,sal_Int32 _nFormatKey,const Reference< ::com::sun::… in checkDoubleForDateFormat() argument 103 sal_Int32 nNumberFormat = ::comphelper::getNumberFormatType(_xNumberFormatter,_nFormatKey); in checkDoubleForDateFormat() 1811 …FieldDescControl::isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormatKey) const in isTextFormat() 1813 _nFormatKey = _pFieldDescr->GetFormatKey(); in isTextFormat() 1818 if (!_nFormatKey) in isTextFormat() 1823 _nFormatKey = ::dbtools::getDefaultNumberFormat( _pFieldDescr->GetType(), in isTextFormat() 1829 sal_Int32 nNumberFormat = ::comphelper::getNumberFormatType(GetFormatter(),_nFormatKey); in isTextFormat()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | usercontrol.cxx | 154 double OFormatSampleControl::getPreviewValue(SvNumberFormatter* _pNF,sal_Int32 _nFormatKey) in getPreviewValue() argument 156 const SvNumberformat* pEntry = _pNF->GetEntry(_nFormatKey); in getPreviewValue()
|
H A D | usercontrol.hxx | 85 static double getPreviewValue(SvNumberFormatter* _pNF,sal_Int32 _nFormatKey);
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1108 sal_Int32& _nFormatKey, in callColumnFormatDialog() argument 1162 if (!_pFormatter->IsTextFormat(_nFormatKey)) in callColumnFormatDialog() 1164 …_nFormatKey = _pFormatter->GetStandardFormat(NUMBERFORMAT_TEXT,_pParent->GetSettings().GetLanguage… in callColumnFormatDialog() 1167 pFormatDescriptor->Put(SfxUInt32Item(SBA_DEF_FMTVALUE, _nFormatKey)); in callColumnFormatDialog() 1197 _nFormatKey = (sal_Int32)pFormat->GetValue(); in callColumnFormatDialog()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | FixedTextColor.hxx | 52 …::uno::Reference< ::com::sun::star::awt::XVclWindowPeer >& _xVclWindowPeer, sal_Int32 _nFormatKey);
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 156 sal_Bool isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormatKey) const;
|
H A D | UITools.hxx | 239 sal_Int32& _nFormatKey,
|
Completed in 70 milliseconds