Home
last modified time | relevance | path

Searched refs:_nFormatKey (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx100 …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()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx154 double OFormatSampleControl::getPreviewValue(SvNumberFormatter* _pNF,sal_Int32 _nFormatKey) in getPreviewValue() argument
156 const SvNumberformat* pEntry = _pNF->GetEntry(_nFormatKey); in getPreviewValue()
H A Dusercontrol.hxx85 static double getPreviewValue(SvNumberFormatter* _pNF,sal_Int32 _nFormatKey);
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1108 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()
/trunk/main/reportdesign/source/ui/inc/
H A DFixedTextColor.hxx52 …::uno::Reference< ::com::sun::star::awt::XVclWindowPeer >& _xVclWindowPeer, sal_Int32 _nFormatKey);
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx156 sal_Bool isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormatKey) const;
H A DUITools.hxx239 sal_Int32& _nFormatKey,

Completed in 35 milliseconds