/trunk/main/comphelper/inc/comphelper/ |
H A D | basicio.hxx | 41 … const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stari… 45 … const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stari… 49 … const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stari… 53 … const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stari… 57 … const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stari… 61 … const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stari… 65 … const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stari… 70 const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario:… in operator >>()
|
/trunk/main/comphelper/source/streaming/ |
H A D | basicio.cxx | 59 const staruno::Reference<stario::XObjectInputStream>& operator >> ( in operator >>() 60 const staruno::Reference<stario::XObjectInputStream>& _rxInStream, in operator >>() 84 const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario:… in operator >>() 98 const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario:… in operator >>() 112 const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario:… in operator >>() 126 const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario:… in operator >>() 140 const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario:… in operator >>() 154 const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario:… in operator >>()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/ |
H A D | ObjectInputStream.java | 37 import com.sun.star.io.XObjectInputStream; 227 XObjectInputStream iStream = (XObjectInputStream) in createTestEnvironment() 228 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
|
H A D | ObjectOutputStream.java | 37 import com.sun.star.io.XObjectInputStream; 225 XObjectInputStream objInputStream = (XObjectInputStream) in createTestEnvironment() 226 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/ |
H A D | ObjectInputStream.java | 29 import com.sun.star.io.XObjectInputStream; 224 XObjectInputStream iStream = (XObjectInputStream) in createTestEnvironment() 225 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
|
H A D | ObjectOutputStream.java | 29 import com.sun.star.io.XObjectInputStream; 222 XObjectInputStream objInputStream = (XObjectInputStream) in createTestEnvironment() 223 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/ |
H A D | _XPersistObject.java | 37 import com.sun.star.io.XObjectInputStream; 67 XObjectInputStream iStream = null; 245 iStream = (XObjectInputStream) in initPipe() 246 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in initPipe()
|
H A D | _XObjectOutputStream.java | 31 import com.sun.star.io.XObjectInputStream; 62 XObjectInputStream oInStream = (XObjectInputStream) in _writeObject()
|
H A D | _XObjectInputStream.java | 32 import com.sun.star.io.XObjectInputStream; 54 public XObjectInputStream oObj = null;
|
/trunk/main/io/test/stm/ |
H A D | datatest.cxx | 413 virtual void SAL_CALL read(const Reference< XObjectInputStream >& InStream) 618 void MyPersistObject::read( const Reference< XObjectInputStream > & rIn ) in read() 681 const Reference <XObjectInputStream> &rIn ); 696 Reference< XObjectInputStream > dataInput( TestObject , UNO_QUERY ); in testInvariant() 749 Reference< XObjectInputStream > rInput( TestObject , UNO_QUERY ); in test() 781 rInput = Reference < XObjectInputStream > ( x , UNO_QUERY ); in test() 917 const Reference < XObjectInputStream > &rIn ) in testObject()
|
/trunk/main/udkapi/com/sun/star/io/ |
H A D | XPersistObject.idl | 39 published interface XObjectInputStream; 62 @see com::sun::star::io::XObjectInputStream 104 void read( [in] com::sun::star::io::XObjectInputStream InStream )
|
H A D | ObjectInputStream.idl | 27 #include <com/sun/star/io/XObjectInputStream.idl> 84 interface com::sun::star::io::XObjectInputStream;
|
/trunk/main/forms/source/inc/ |
H A D | FormComponent.hxx | 97 …read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea… 409 …ibly(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream >& _rxInStre… 445 …read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea… 485 …ate( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream >& _rxInStre… 990 …ties(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea… 1057 …ead( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream >& InStream …
|
H A D | InterfaceContainer.hxx | 133 …ead( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream >& InStream … 239 …ents(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea…
|
/trunk/main/forms/source/component/ |
H A D | EditBase.hxx | 80 …read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea… 95 …ties(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea…
|
H A D | Edit.hxx | 71 …read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea… 98 …ate( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream >& _rxInStre…
|
H A D | EditBase.cxx | 150 void OEditBaseModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::sta… in read() 207 void OEditBaseModel::readCommonEditProperties(const Reference<XObjectInputStream>& _rxInStream) in readCommonEditProperties()
|
H A D | FormComponent.cxx | 554 void OControlModel::readHelpTextCompatibly(const staruno::Reference< stario::XObjectInputStream >& … in readHelpTextCompatibly() 835 void OControlModel::readAggregate( const Reference< XObjectInputStream >& _rxInStream ) in readAggregate() 889 void OControlModel::read(const Reference<stario::XObjectInputStream>& InStream) throw (::com::sun::… in read() 1728 void OBoundControlModel::readCommonProperties(const Reference<stario::XObjectInputStream>& _rxInStr… in readCommonProperties() 1786 void SAL_CALL OBoundControlModel::read( const Reference< stario::XObjectInputStream >& _rxInStream … in read()
|
H A D | Edit.cxx | 531 void OEditModel::readAggregate( const Reference< XObjectInputStream >& _rxInStream ) in readAggregate() 581 void OEditModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::i… in read()
|
H A D | FixedText.hxx | 51 …read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea…
|
H A D | GroupBox.hxx | 51 …read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea…
|
H A D | CheckBox.hxx | 53 …read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStrea…
|
/trunk/main/io/source/stm/ |
H A D | odata.cxx | 1303 public XObjectInputStream, 1414 SAL_STATIC_CAST( XObjectInputStream * , this ) ); in queryInterface() 1476 xLoadedObj->read( Reference< XObjectInputStream >( in readObject() 1477 SAL_STATIC_CAST( XObjectInputStream *, this ) ) ); in readObject() 1590 getCppuType( (Reference< XObjectInputStream > * ) 0 ), in getTypes()
|
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/ |
H A D | MyPersistObject.java | 26 import com.sun.star.io.XObjectInputStream; 141 public void read(XObjectInputStream inStream) in read()
|
/trunk/main/toolkit/source/controls/ |
H A D | stdtabcontrollermodel.cxx | 170 …ols( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream > & InStream… in ImplReadControls() 385 …ead( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream >& InStream … in read()
|