Home
last modified time | relevance | path

Searched refs:importDoubleProperty (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx341 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveMin") ), in endElement()
344 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveMax") ), in endElement()
347 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveValue") ), in endElement()
604 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("Value") ), in endElement()
607 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMin") ), in endElement()
610 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMax") ), in endElement()
613 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueStep") ), in endElement()
782 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("Value") ), in endElement()
785 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMin") ), in endElement()
788 ctx.importDoubleProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMax") ), in endElement()
[all …]
H A Dimp_share.hxx384 bool importDoubleProperty(
H A Dxmldlg_import.cxx800 bool ImportContext::importDoubleProperty( in importDoubleProperty() function in xmlscript::ImportContext