Searched refs:maShapeRecords (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 1295 …if ( const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.SeekToContent( rIn, DFF_msofbtUDefP… in ApplyRectangularGradientAsBitmap() 1297 … const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.Current()->SeekToBegOfRecord( rIn ); in ApplyRectangularGradientAsBitmap() 4289 maShapeRecords.Consume( rSt, sal_False ); in ImportShape() 4290 if( maShapeRecords.SeekToContent( rSt, in ImportShape() 4294 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ImportShape() 4313 aObjData.bShapeType = maShapeRecords.SeekToContent( rSt, DFF_msofbtSp, SEEK_FROM_BEGINNING ); in ImportShape() 4318 aObjData.eShapeType = (MSO_SPT)maShapeRecords.Current()->nRecInstance; in ImportShape() 4339 … aObjData.bOpt = maShapeRecords.SeekToContent( rSt, DFF_msofbtOPT, SEEK_FROM_CURRENT_AND_RESTART ); in ImportShape() 4342 maShapeRecords.Current()->SeekToBegOfRecord( rSt ); in ImportShape() 4354 …aObjData.bOpt2 = maShapeRecords.SeekToContent( rSt, DFF_msofbtUDefProp, SEEK_FROM_CURRENT_AND_REST… in ImportShape() [all …]
|
| H A D | svdfppt.cxx | 841 … if ( maShapeRecords.SeekToContent( rSt, DFF_msofbtClientData, SEEK_FROM_CURRENT_AND_RESTART ) ) in ProcessObj() 844 … while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < maShapeRecords.Current()->GetRecEndFilePos() ) ) in ProcessObj() 1309 … if ( maShapeRecords.SeekToContent( rSt, DFF_msofbtUDefProp, SEEK_FROM_CURRENT_AND_RESTART ) ) in ProcessObj() 1311 maShapeRecords.Current()->SeekToBegOfRecord( rSt ); in ProcessObj() 1913 …if ( ((SdrPowerPointImport*)this)->maShapeRecords.SeekToContent( rStCtrl, DFF_msofbtClientData, SE… in ImportOLE() 1917 …&& ( rStCtrl.Tell() < ((SdrPowerPointImport*)this)->maShapeRecords.Current()->GetRecEndFilePos() )… in ImportOLE() 2789 …DffRecordList* pCList = maShapeRecords.pCList; // we got a backup of the current posi… in SeekToShape() 2792 …if ( ((SdrEscherImport*)this )->maShapeRecords.SeekToContent( rSt, DFF_msofbtClientData, SEEK_FROM… in SeekToShape() 2828 ((SdrEscherImport*)this )->maShapeRecords.pCList = pCList; in SeekToShape() 6753 …if ( rSdrPowerPointImport.maShapeRecords.SeekToContent( rIn, DFF_msofbtClientData, SEEK_FROM_CURRE… in PPTTextObj() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 527 rObjData.bClientAnchor = maShapeRecords.SeekToContent( rSt, in ProcessObj() 532 maShapeRecords.Current()->nRecLen, in ProcessObj() 535 rObjData.bClientData = maShapeRecords.SeekToContent( rSt, in ProcessObj() 540 maShapeRecords.Current()->nRecLen, in ProcessObj() 547 if( maShapeRecords.SeekToContent( rSt, in ProcessObj() 550 && maShapeRecords.Current()->nRecLen ) in ProcessObj() 552 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ProcessObj()
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | msdffimp.hxx | 508 DffRecordManager maShapeRecords; member in SvxMSDffManager
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 2647 … if ( maShapeRecords.SeekToContent( rSt, DFF_msofbtClientData, SEEK_FROM_CURRENT_AND_RESTART ) ) in ProcessObj() 2649 DffRecordHeader& rHdClientData = *maShapeRecords.Current(); in ProcessObj()
|