Home
last modified time | relevance | path

Searched refs:rDffStrm (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxiescher.cxx3317 XclImpSimpleDffConverter( rRoot, rDffStrm ), in XclImpDffConverter()
3407 if( rDffStrm.TellEnd() > 0 ) in ProcessDrawing()
3409 rDffStrm.Seek( STREAM_SEEK_TO_BEGIN ); in ProcessDrawing()
3411 ReadDffRecordHeader( rDffStrm, aHeader ); in ProcessDrawing()
3565 rHeader.SeekToContent( rDffStrm ); in ProcessClientAnchor2()
3567 rDffStrm.ReadUChar( nFlags ); in ProcessClientAnchor2()
3568 rDffStrm.SeekRel( 1 ); // flags in ProcessClientAnchor2()
3798 while (!isBreak && rDffStrm.good() && rDffStrm.Tell() < nEndPos) in ProcessDgContainer()
3829 while (!isBreak && rDffStrm.good() && rDffStrm.Tell() < nEndPos) in ProcessShGrContainer()
3850 rSolverHeader.SeekToBegOfRecord( rDffStrm ); in ProcessSolverContainer()
[all …]
H A Dxeescher.cxx356 SvStream& rDffStrm = mrEscherEx.GetStream(); in XclExpMsoDrawingGroup() local
368 rDffStrm.WriteBytes(spnDffOpt, sizeof(spnDffOpt)); in XclExpMsoDrawingGroup()
376 rDffStrm.WriteBytes(spnDffSplitMenuColors, sizeof(spnDffSplitMenuColors)); in XclExpMsoDrawingGroup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxiescher.cxx3302 XclImpSimpleDffConverter( rRoot, rDffStrm ), in XclImpDffConverter()
3391 if( rDffStrm.TellEnd() > 0 ) in ProcessDrawing()
3393 rDffStrm.Seek( STREAM_SEEK_TO_BEGIN ); in ProcessDrawing()
3395 ReadDffRecordHeader( rDffStrm, aHeader ); in ProcessDrawing()
3547 rHeader.SeekToContent( rDffStrm ); in ProcessClientAnchor2()
3549 rDffStrm.ReadUChar( nFlags ); in ProcessClientAnchor2()
3550 rDffStrm.SeekRel( 1 ); // flags in ProcessClientAnchor2()
3777 while (!isBreak && rDffStrm.good() && rDffStrm.Tell() < nEndPos) in ProcessDgContainer()
3808 while (!isBreak && rDffStrm.good() && rDffStrm.Tell() < nEndPos) in ProcessShGrContainer()
3829 rSolverHeader.SeekToBegOfRecord( rDffStrm ); in ProcessSolverContainer()
[all …]
H A Dxeescher.cxx363 SvStream& rDffStrm = mrEscherEx.GetStream(); in XclExpMsoDrawingGroup() local
375 rDffStrm.WriteBytes(spnDffOpt, sizeof(spnDffOpt)); in XclExpMsoDrawingGroup()
383 rDffStrm.WriteBytes(spnDffSplitMenuColors, sizeof(spnDffSplitMenuColors)); in XclExpMsoDrawingGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxiescher.hxx905 explicit XclImpSimpleDffConverter( const XclImpRoot& rRoot, SvStream& rDffStrm );
923 explicit XclImpDffConverter( const XclImpRoot& rRoot, SvStream& rDffStrm );
938 void ProcessDrawing( SvStream& rDffStrm );
957 SvStream& rDffStrm,
962 SvStream& rDffStrm,
1007 OUString ReadHlinkProperty( SvStream& rDffStrm ) const;
1010 bool ProcessDgContainer( SvStream& rDffStrm, const DffRecordHeader& rDgHeader );
1012 …bool ProcessShGrContainer( SvStream& rDffStrm, const DffRecordHeader& rShGrHeader );
1014 …bool ProcessSolverContainer( SvStream& rDffStrm, const DffRecordHeader& rSolverHead…
1016 bool ProcessShContainer( SvStream& rDffStrm, const DffRecordHeader& rShHeader );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxiescher.hxx906 explicit XclImpSimpleDffConverter( const XclImpRoot& rRoot, SvStream& rDffStrm );
924 explicit XclImpDffConverter( const XclImpRoot& rRoot, SvStream& rDffStrm );
939 void ProcessDrawing( SvStream& rDffStrm );
958 SvStream& rDffStrm,
963 SvStream& rDffStrm,
1008 OUString ReadHlinkProperty( SvStream& rDffStrm ) const;
1011 bool ProcessDgContainer( SvStream& rDffStrm, const DffRecordHeader& rDgHeader );
1013 …bool ProcessShGrContainer( SvStream& rDffStrm, const DffRecordHeader& rShGrHeader );
1015 …bool ProcessSolverContainer( SvStream& rDffStrm, const DffRecordHeader& rSolverHead…
1017 bool ProcessShContainer( SvStream& rDffStrm, const DffRecordHeader& rShHeader );