Home
last modified time | relevance | path

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

/AOO41X/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx274 void appendDouble( const ::rtl::OUString& rPropName, double nValue );
275 void appendDouble( const sal_Char* pAsciiPropName, double nValue ) in appendDouble() function in ucbhelper::PropertyValueSet
277 appendDouble( ::rtl::OUString::createFromAscii( pAsciiPropName ), nValue ); in appendDouble()
279 void appendDouble( const ::com::sun::star::beans::Property& rProp, double nValue ) in appendDouble() function in ucbhelper::PropertyValueSet
281 appendDouble( rProp.Name, nValue ); in appendDouble()
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx856 static void appendDouble( double fValue, OStringBuffer& rBuffer, sal_Int32 nPrecision = 5 ) in appendDouble() function
906 appendDouble( (double)cByte / 255.0, rBuffer ); in appendColor()
910 appendDouble( (double)rColor.GetRed() / 255.0, rBuffer ); in appendColor()
912 appendDouble( (double)rColor.GetGreen() / 255.0, rBuffer ); in appendColor()
914 appendDouble( (double)rColor.GetBlue() / 255.0, rBuffer ); in appendColor()
1070 appendDouble( f[0], rBuffer ); in append()
1072 appendDouble( f[1], rBuffer ); in append()
1074 appendDouble( f[2], rBuffer ); in append()
1076 appendDouble( f[3], rBuffer ); in append()
1283 appendDouble( (double)m_nTransTime/1000.0, aLine, 3 ); in emit()
[all …]
/AOO41X/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx731 void PropertyValueSet::appendDouble( const ::rtl::OUString& rPropName, in appendDouble() function in ucbhelper::PropertyValueSet