Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx6776 DffRecordHeader aClientTextBoxHd( *rSdrPowerPointImport.maShapeRecords.Current() ); in PPTTextObj() local
6788 …if ( rSdrPowerPointImport.SeekToRec( rIn, PPT_PST_OutlineTextRefAtom, aClientTextBoxHd.GetRecEndFi… in PPTTextObj()
6793 …if ( rSdrPowerPointImport.SeekToRec( rIn, PPT_PST_TextRulerAtom, aClientTextBoxHd.GetRecEndFilePos… in PPTTextObj()
6866 rIn >> aClientTextBoxHd; in PPTTextObj()
6867 if ( aClientTextBoxHd.nRecType == PPT_PST_TextHeaderAtom ) in PPTTextObj()
6869 if ( aClientTextBoxHd.nRecInstance == nRefNum ) in PPTTextObj()
6871 aClientTextBoxHd.SeekToEndOfRecord( rIn ); in PPTTextObj()
6875 aClientTextBoxHd.SeekToEndOfRecord( rIn ); in PPTTextObj()
6881 aClientTextBoxHd.nFilePos -= DFF_COMMON_RECORD_HEADER_SIZE; in PPTTextObj()
6882 aClientTextBoxHd.nRecLen += DFF_COMMON_RECORD_HEADER_SIZE; in PPTTextObj()
[all …]