Home
last modified time | relevance | path

Searched refs:aBinaryStream (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/crypto/
H A DStandard2007Engine.cxx269 mInfo.header.flags = aBinaryStream.readuInt32(); in readEncryptionInfo()
273 sal_uInt32 nHeaderSize = aBinaryStream.readuInt32(); in readEncryptionInfo()
280 mInfo.header.flags = aBinaryStream.readuInt32(); in readEncryptionInfo()
281 mInfo.header.sizeExtra = aBinaryStream.readuInt32(); in readEncryptionInfo()
282 mInfo.header.algId = aBinaryStream.readuInt32(); in readEncryptionInfo()
283 mInfo.header.algIdHash = aBinaryStream.readuInt32(); in readEncryptionInfo()
284 mInfo.header.keyBits = aBinaryStream.readuInt32(); in readEncryptionInfo()
286 mInfo.header.reserved1 = aBinaryStream.readuInt32(); in readEncryptionInfo()
287 mInfo.header.reserved2 = aBinaryStream.readuInt32(); in readEncryptionInfo()
289 aBinaryStream.skip(nHeaderSize - actualHeaderSize); in readEncryptionInfo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DStandard2007Engine.cxx279 mInfo.header.flags = aBinaryStream.readuInt32(); in readEncryptionInfo()
283 sal_uInt32 nHeaderSize = aBinaryStream.readuInt32(); in readEncryptionInfo()
290 mInfo.header.flags = aBinaryStream.readuInt32(); in readEncryptionInfo()
291 mInfo.header.sizeExtra = aBinaryStream.readuInt32(); in readEncryptionInfo()
292 mInfo.header.algId = aBinaryStream.readuInt32(); in readEncryptionInfo()
293 mInfo.header.algIdHash = aBinaryStream.readuInt32(); in readEncryptionInfo()
294 mInfo.header.keyBits = aBinaryStream.readuInt32(); in readEncryptionInfo()
296 mInfo.header.reserved1 = aBinaryStream.readuInt32(); in readEncryptionInfo()
297 mInfo.header.reserved2 = aBinaryStream.readuInt32(); in readEncryptionInfo()
299 aBinaryStream.skip(nHeaderSize - actualHeaderSize); in readEncryptionInfo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/document/
H A DXBinaryStreamResolver.idl61 string resolveOutputStream( [in] com::sun::star::io::XOutputStream aBinaryStream );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/document/
H A DXBinaryStreamResolver.idl61 string resolveOutputStream( [in] com::sun::star::io::XOutputStream aBinaryStream );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/xml/
H A Dxmlgrhlp.cxx995 …tring SAL_CALL resolveOutputStream( const Reference< io::XOutputStream >& aBinaryStream ) override;
1080 …aphicImportExportHelper::resolveOutputStream( const Reference< io::XOutputStream >& aBinaryStream ) in resolveOutputStream() argument
1082 return m_xBinaryStreamResolver->resolveOutputStream( aBinaryStream ); in resolveOutputStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/xml/
H A Dxmlgrhlp.cxx998 …tring SAL_CALL resolveOutputStream( const Reference< io::XOutputStream >& aBinaryStream ) override;
1083 …aphicImportExportHelper::resolveOutputStream( const Reference< io::XOutputStream >& aBinaryStream ) in resolveOutputStream() argument
1085 return m_xBinaryStreamResolver->resolveOutputStream( aBinaryStream ); in resolveOutputStream()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources123040 depth := aBinaryStream next.
123054 readBitsFrom: aBinaryStream
123062 readFrom: aBinaryStream
123069 readFromOldFormat: aBinaryStream
123074 w := aBinaryStream nextWord.
123075 h := aBinaryStream nextWord.
124671 fromBMPFile: aBinaryStream
125086 fromBinaryStream: aBinaryStream
125090 aBinaryStream binary.
154732 formFromStream: aBinaryStream
[all …]
H A DPharo-1.4.changes72080 fromBMPFile: aBinaryStream
72082 ^self fromBinaryStream: aBinaryStream.! !
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/type_reference/
H A Doffapi.idl4861 string resolveOutputStream([in] ::com::sun::star::io::XOutputStream aBinaryStream);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/type_reference/
H A Doffapi.idl4912 string resolveOutputStream([in] ::com::sun::star::io::XOutputStream aBinaryStream);