Lines Matching refs:_rxOutStream

570 …del::writeHelpTextCompatibly(const staruno::Reference< stario::XObjectOutputStream >& _rxOutStream)  in writeHelpTextCompatibly()  argument
582 ::comphelper::operator<<( _rxOutStream, sHelpText); in writeHelpTextCompatibly()
827 void OControlModel::writeAggregate( const Reference< XObjectOutputStream >& _rxOutStream ) const in writeAggregate()
831 xPersist->write( _rxOutStream ); in writeAggregate()
843 void SAL_CALL OControlModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream) in write() argument
849 Reference<stario::XMarkableStream> xMark(_rxOutStream, UNO_QUERY); in write()
861 _rxOutStream->writeLong(nLen); in write()
863 writeAggregate( _rxOutStream ); in write()
868 _rxOutStream->writeLong(nLen); in write()
873 _rxOutStream->writeShort(0x0003); in write()
876 ::comphelper::operator<<( _rxOutStream, m_aName); in write()
877 _rxOutStream->writeShort(m_nTabIndex); in write()
878 ::comphelper::operator<<( _rxOutStream, m_aTag); // 3. version in write()
1696 void SAL_CALL OBoundControlModel::write( const Reference<stario::XObjectOutputStream>& _rxOutStream in write() argument
1698 OControlModel::write(_rxOutStream); in write()
1703 _rxOutStream->writeShort(0x0002); in write()
1706 ::comphelper::operator<<( _rxOutStream, m_aControlSource); in write()
1756 …oundControlModel::writeCommonProperties(const Reference<stario::XObjectOutputStream>& _rxOutStream) in writeCommonProperties() argument
1758 Reference<stario::XMarkableStream> xMark(_rxOutStream, UNO_QUERY); in writeCommonProperties()
1764 _rxOutStream->writeLong(nLen); in writeCommonProperties()
1771 _rxOutStream->writeLong(nUsedFlag); in writeCommonProperties()
1773 _rxOutStream->writeObject(xPersist); in writeCommonProperties()
1780 _rxOutStream->writeLong(nLen); in writeCommonProperties()