/aoo4110/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 387 readDouble(aRect.X1); in readChar() 388 readDouble(aRect.Y1); in readChar() 389 readDouble(aRect.X2); in readChar() 390 readDouble(aRect.Y2); in readChar() 456 readDouble(aMat.m00); in readTransformation() 457 readDouble(aMat.m10); in readTransformation() 458 readDouble(aMat.m01); in readTransformation() 459 readDouble(aMat.m11); in readTransformation() 460 readDouble(aMat.m02); in readTransformation() 461 readDouble(aMat.m12); in readTransformation() [all …]
|
/aoo4110/main/comphelper/source/streaming/ |
H A D | basicio.cxx | 71 _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 >>()
|
/aoo4110/main/oox/source/xls/ |
H A D | pivotcachebuffer.cxx | 217 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 D | pivotcachefragment.cxx | 319 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 D | externallinkfragment.cxx | 141 setCellValue( Any( rStrm.readDouble() ) ); in importExtCellDouble() 474 setCellValue( aBinAddr, Any( rStrm.readDouble() ) ); in importCrn()
|
H A D | autofilterbuffer.cxx | 360 maValue <<= rStrm.readDouble(); in readBiffData() 406 maValue <<= rStrm.readDouble(); in readBiffData()
|
H A D | sheetdatacontext.cxx | 455 double fValue = rStrm.readDouble(); in importCellDouble() 918 mrSheetData.setValueCell( maCellData, rStrm.readDouble() ); in importNumber()
|
H A D | externallinkbuffer.cxx | 177 appendResultValue( rStrm.readDouble() ); in importDdeItemDouble() 277 appendResultValue( rStrm.readDouble() ); in importExternalName()
|
/aoo4110/main/udkapi/com/sun/star/io/ |
H A D | XDataInputStream.idl | 107 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readDouble 110 double readDouble()
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | pivotcachebuffer.hxx | 68 void readDouble( SequenceInputStream& rStrm ); 81 void readDouble( BiffInputStream& rStrm );
|
/aoo4110/main/io/source/stm/ |
H A D | odata.cxx | 106 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()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 889 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()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | EndianConverter.java | 161 public static double readDouble(byte[] value) { in readDouble() method in EndianConverter
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | FloatNumber.java | 111 double value = EndianConverter.readDouble(num); in getString()
|
H A D | Formula.java | 196 double value = EndianConverter.readDouble(num); in getValue()
|
/aoo4110/main/qadevOOo/objdsc/stm/ |
H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 12 "DataInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
|
H A D | com.sun.star.comp.io.stm.ObjectInputStream.csv | 13 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
|
/aoo4110/main/qadevOOo/objdsc/streams.uno/ |
H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 12 "DataInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
|
H A D | com.sun.star.comp.io.stm.ObjectInputStream.csv | 13 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readDouble()"
|
/aoo4110/main/extensions/test/stm/ |
H A D | datatest.cxx | 276 ERROR_ASSERT( rInput->readDouble() == 42.42 , "double read/write mismatch" ); in testSimple() 607 m_d = rIn->readDouble(); in read()
|
/aoo4110/main/io/test/stm/ |
H A D | datatest.cxx | 286 ERROR_ASSERT( rInput->readDouble() == 42.42 , "double read/write mismatch" ); in testSimple() 623 m_d = rIn->readDouble(); in read()
|
/aoo4110/main/oox/inc/oox/helper/ |
H A D | binaryinputstream.hxx | 106 inline double readDouble() { return readValue< double >(); } in readDouble() function in oox::BinaryInputStream
|
/aoo4110/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/ |
H A D | MyPersistObject.java | 147 d = inStream.readDouble(); in read()
|
/aoo4110/main/forms/source/component/ |
H A D | EditBase.cxx | 179 double fValue = _rxInStream->readDouble(); in read()
|
/aoo4110/main/qadevOOo/tests/java/ifc/io/ |
H A D | _XDataInputStream.java | 356 readElem = oObj.readDouble() ; in _readDouble()
|