Home
last modified time | relevance | path

Searched refs:Decimal (Results 1 – 25 of 116) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl104 /// 0.00 <br/>Decimal number with 2 decimals
108 /// #,##0.00 <br/>Decimal number with group separator
150 /// #,##0.00 DM <br/>Decimal currency format with group separator
154 /// #,##0.00 DM <br/>Decimal currency format with negative in red
/trunk/main/basic/source/sbx/
H A Dsbxdec.hxx65 SbxDecimal( const com::sun::star::bridge::oleautomation::Decimal& rAutomationDec );
72 void fillAutomationDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec );
H A Dsbxdec.cxx56 ( const com::sun::star::bridge::oleautomation::Decimal& rAutomationDec ) in SbxDecimal()
72 ( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec ) in fillAutomationDecimal()
H A Dsbxvalue.cxx897 sal_Bool SbxValue::PutDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec ) in PutDecimal()
907 ( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec ) in fillAutomationDecimal()
/trunk/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32269 /* Decimal from GNU MP library */
273 /* Decimal from MPFR library */
277 /* Decimal without a library */
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx343 sal_Bool PutDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec );
344 sal_Bool fillAutomationDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec );
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx430 Decimal dec(20, 0, 0xffffffff, 0xffffffff, 0x0fffffff); in doPropertyTest()
448 Decimal decref(20, 0, 0xffffffff, 0xffffffff, 0x0fffffff); in doPropertyTest()
746 Decimal dec(3, 0, 0xffffffff, 0xffffffff, 0xfffffff0); in doSimpleTest()
873 Decimal refdec(5, 1, 0xffff, 0xff, 0x1); in doSimpleTest()
/trunk/main/dbaccess/source/ui/tabledesign/
H A Dtable.src50 …Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Bina…
235 Text [ en-US ] = "Decimal ~places" ;
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DDecimal.idl34 struct Decimal
/trunk/main/svx/source/dialog/
H A Druler.src97 Text [ en-US ] = "Decimal" ;
/trunk/main/offapi/com/sun/star/xsd/
H A DDecimal.idl37 service Decimal
/trunk/main/editeng/source/items/
H A Dsvxitems.src515 Text [ en-US ] = "Decimal Symbol:" ;
531 Text [ en-US ] = "Decimal" ;
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx733 else if(rAny.getValueType() == getCppuType((Decimal*)0)) in anyToVariant()
735 Decimal d; in anyToVariant()
1607 Decimal dec; in variantToAny()
/trunk/main/forms/source/resource/
H A Dxforms.src126 Text [ en-US ] = "Decimal";
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.src113 Text [ en-US ] = "~Decimal places:" ;
/trunk/main/cui/source/tabpages/
H A Dnumfmt.src127 Text [ en-US ] = "~Decimal places" ;
H A Dmeasure.src175 Text [ en-US ] = "Decimal places" ;
/trunk/main/dbaccess/source/ui/dlg/
H A DAutoControls_tmpl.hrc305 …Text[ en-US ] = "Decimal separator" ; …
/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.src95 < "Decimal" ; SC_VALIDDLG_ALLOW_DECIMAL ; > ;
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx784 oleautomation::Decimal aDecimal; in unoToSbxValue()
954 case SbxDECIMAL: aRetType = ::getCppuType( (oleautomation::Decimal*)0 ); break; in getUnoTypeForSbxBaseType()
1367 if( rType == ::getCppuType( (oleautomation::Decimal*)0 ) ) in sbxToUnoValue()
1369 oleautomation::Decimal aDecimal; in sbxToUnoValue()
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx770 Decimal dec; in makeAny()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx175 Disc, Circle, Square, Decimal, UpperRoman, LowerRoman, UpperAlpha, LowerAlpha enumerator
/trunk/main/cui/source/options/
H A Doptgdlg.src515 Text [ en-US ] = "Decimal separator key" ;
/trunk/main/oox/source/dump/
H A Ddumperbase.ini70 # Decimal and hexadecimal notation is supported, using C/C++ notation.
/trunk/main/sc/source/ui/src/
H A Doptdlg.src168 Text [ en-US ] = "~Decimal places" ;

Completed in 103 milliseconds

12345