Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1070 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()
1423 appendDouble( fValue, rBuffer, nLog10Divisor ); in appendPixelPoint()
1429 appendDouble( fValue, rBuffer, nLog10Divisor ); in appendPixelPoint()
1622 appendDouble( fLength, rBuffer, nPrecision ); in appendMappedLength()
8003 appendDouble( (double)aDiff.X()/fLen, aLine ); in drawWaveLine()
8007 appendDouble( (double)aDiff.Y()/fLen, aLine ); in drawWaveLine()
8009 appendDouble( (double)aDiff.X()/fLen, aLine ); in drawWaveLine()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx731 void PropertyValueSet::appendDouble( const ::rtl::OUString& rPropName, in appendDouble() function in ucbhelper::PropertyValueSet

Completed in 81 milliseconds