Searched refs:GetCurrency (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svl/source/numbers/ |
H A D | zforfind.hxx | 201 … sal_Bool GetCurrency( // Get currency symbol and advance string position
|
H A D | zforfind.cxx | 644 sal_Bool ImpSvNumberInputScan::GetCurrency( const String& rString, xub_StrLen& nPos, in GetCurrency() function in ImpSvNumberInputScan 1495 else if ( GetCurrency(rString, nPos, pFormat) ) // currency (DM 1)? in ScanStartString() 1876 if ( GetCurrency(rString, nPos, pFormat) ) // currency symbol? in ScanEndString()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxcurr.cxx | 129 nRes = pVal->GetCurrency(); in ImpGetCurrency()
|
H A D | sbxvalue.cxx | 676 GET( GetCurrency, SbxCURRENCY, SbxINT64, nLong64 ) in GET()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 290 SbxINT64 GetCurrency() const;
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods1.cxx | 275 nCur = pSbxVariable->GetCurrency(); in RTLFUNC()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 2125 double DbCurrencyField::GetCurrency(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, co… in GetCurrency() function in DbCurrencyField 2148 double fValue = _rControl.GetCurrency( _rxField, _rxFormatter ); in lcl_setFormattedCurrency_nothrow()
|
/aoo42x/main/svx/source/inc/ |
H A D | gridcell.hxx | 648 …double GetCurrency(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XColumn >& _rxFi…
|
/aoo42x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1376 SbxINT64 aInt64 = pVar->GetCurrency(); in sbxToUnoValue()
|
Completed in 95 milliseconds