Home
last modified time | relevance | path

Searched refs:readDouble (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx383 readDouble(aRect.X1); in readChar()
384 readDouble(aRect.Y1); in readChar()
385 readDouble(aRect.X2); in readChar()
386 readDouble(aRect.Y2); in readChar()
452 readDouble(aMat.m00); in readTransformation()
453 readDouble(aMat.m10); in readTransformation()
454 readDouble(aMat.m01); in readTransformation()
455 readDouble(aMat.m11); in readTransformation()
456 readDouble(aMat.m02); in readTransformation()
457 readDouble(aMat.m12); in readTransformation()
[all …]
/trunk/main/comphelper/source/streaming/
H A Dbasicio.cxx71 _rFont.CharacterWidth = static_cast< float >(_rxInStream->readDouble()); in operator >>()
72 _rFont.Weight = static_cast< float >(_rxInStream->readDouble()); in operator >>()
76 _rFont.Orientation = static_cast< float >(_rxInStream->readDouble()); in operator >>()
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx217 void PivotCacheItem::readDouble( SequenceInputStream& rStrm ) in readDouble() function in oox::xls::PivotCacheItem
219 maValue <<= rStrm.readDouble(); in readDouble()
261 void PivotCacheItem::readDouble( BiffInputStream& rStrm ) in readDouble() function in oox::xls::PivotCacheItem
263 maValue <<= rStrm.readDouble(); in readDouble()
353 case BIFF12_ID_PCITEMA_DOUBLE: rItem.readDouble( rStrm ); break; in importItem()
374 case BIFF_ID_PCITEM_DOUBLE: createItem().readDouble( rStrm ); break; in importItemList()
414 case BIFF12_PCITEM_ARRAY_DOUBLE: createItem().readDouble( rStrm ); break; in importArray()
960 aItem.readDouble( rStrm ); in importPCRecordItem()
H A Dpivotcachefragment.cxx319 case BIFF12_ID_PCITEM_DOUBLE: aItem.readDouble( rStrm ); break; in importPCRecordItem()
436 case BIFF_ID_PCITEM_DOUBLE: aItem.readDouble( rStrm ); break; in importRecord()
H A Dexternallinkfragment.cxx141 setCellValue( Any( rStrm.readDouble() ) ); in importExtCellDouble()
474 setCellValue( aBinAddr, Any( rStrm.readDouble() ) ); in importCrn()
H A Dautofilterbuffer.cxx360 maValue <<= rStrm.readDouble(); in readBiffData()
406 maValue <<= rStrm.readDouble(); in readBiffData()
H A Dexternallinkbuffer.cxx177 appendResultValue( rStrm.readDouble() ); in importDdeItemDouble()
277 appendResultValue( rStrm.readDouble() ); in importExternalName()
H A Dsheetdatacontext.cxx487 double fValue = rStrm.readDouble(); in importCellDouble()
950 mrSheetData.setValueCell( maCellData, rStrm.readDouble() ); in importNumber()
/trunk/main/udkapi/com/sun/star/io/
H A DXDataInputStream.idl107 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readDouble
110 double readDouble()
/trunk/main/io/source/stm/
H A Dodata.cxx106 virtual double SAL_CALL readDouble(void) throw (IOException, RuntimeException);
311 double ODataInputStream::readDouble(void) throw (IOException, RuntimeException) in readDouble() function in io_stm::ODataInputStream
1365 virtual double SAL_CALL readDouble(void) throw (IOException, RuntimeException) in readDouble() function in io_stm::OObjectInputStream
1366 { return ODataInputStream::readDouble(); } in readDouble()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx68 void readDouble( SequenceInputStream& rStrm );
81 void readDouble( BiffInputStream& rStrm );
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx889 double n = InStream->readDouble(); in read()
902 aFD.CharacterWidth = (float)InStream->readDouble(); in read()
903 aFD.Weight = (float)InStream->readDouble(); in read()
907 aFD.Orientation = (float)InStream->readDouble(); in read()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DEndianConverter.java161 public static double readDouble(byte[] value) { in readDouble() method in EndianConverter
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFloatNumber.java111 double value = EndianConverter.readDouble(num); in getString()
H A DFormula.java196 double value = EndianConverter.readDouble(num); in getValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/stm/
H A Dcom.sun.star.comp.io.stm.DataInputStream.csv12 "DataInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
H A Dcom.sun.star.comp.io.stm.ObjectInputStream.csv13 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/streams.uno/
H A Dcom.sun.star.comp.io.stm.DataInputStream.csv12 "DataInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
H A Dcom.sun.star.comp.io.stm.ObjectInputStream.csv13 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx276 ERROR_ASSERT( rInput->readDouble() == 42.42 , "double read/write mismatch" ); in testSimple()
607 m_d = rIn->readDouble(); in read()
/trunk/main/io/test/stm/
H A Ddatatest.cxx286 ERROR_ASSERT( rInput->readDouble() == 42.42 , "double read/write mismatch" ); in testSimple()
623 m_d = rIn->readDouble(); in read()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx106 inline double readDouble() { return readValue< double >(); } in readDouble() function in oox::BinaryInputStream
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java147 d = inStream.readDouble(); in read()
/trunk/main/forms/source/component/
H A DEditBase.cxx179 double fValue = _rxInStream->readDouble(); in read()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XDataInputStream.java356 readElem = oObj.readDouble() ; in _readDouble()

Completed in 118 milliseconds

12