Searched refs:maShapeRecords (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 1292 …if ( const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.SeekToContent( rIn, DFF_msofbtUDefP… in ApplyRectangularGradientAsBitmap() 1294 … const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.Current()->SeekToBegOfRecord( rIn ); in ApplyRectangularGradientAsBitmap() 4299 maShapeRecords.Consume( rSt, sal_False ); in ImportShape() 4300 if( maShapeRecords.SeekToContent( rSt, in ImportShape() 4304 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ImportShape() 4323 aObjData.bShapeType = maShapeRecords.SeekToContent( rSt, DFF_msofbtSp, SEEK_FROM_BEGINNING ); in ImportShape() 4328 aObjData.eShapeType = (MSO_SPT)maShapeRecords.Current()->nRecInstance; in ImportShape() 4349 … aObjData.bOpt = maShapeRecords.SeekToContent( rSt, DFF_msofbtOPT, SEEK_FROM_CURRENT_AND_RESTART ); in ImportShape() 4352 maShapeRecords.Current()->SeekToBegOfRecord( rSt ); in ImportShape() 4364 …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 position in SeekToShape() 2792 …if ( ((SdrEscherImport*)this )->maShapeRecords.SeekToContent( rSt, DFF_msofbtClientData, SEEK_FROM… in SeekToShape() 2828 ((SdrEscherImport*)this )->maShapeRecords.pCList = pCList; in SeekToShape() 6752 …if ( rSdrPowerPointImport.maShapeRecords.SeekToContent( rIn, DFF_msofbtClientData, SEEK_FROM_CURRE… in PPTTextObj() [all …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 526 rObjData.bClientAnchor = maShapeRecords.SeekToContent( rSt, in ProcessObj() 531 maShapeRecords.Current()->nRecLen, in ProcessObj() 534 rObjData.bClientData = maShapeRecords.SeekToContent( rSt, in ProcessObj() 539 maShapeRecords.Current()->nRecLen, in ProcessObj() 546 if( maShapeRecords.SeekToContent( rSt, in ProcessObj() 549 && maShapeRecords.Current()->nRecLen ) in ProcessObj() 551 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ProcessObj()
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | msdffimp.hxx | 508 DffRecordManager maShapeRecords; member in SvxMSDffManager
|
| /trunk/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 2645 … if ( maShapeRecords.SeekToContent( rSt, DFF_msofbtClientData, SEEK_FROM_CURRENT_AND_RESTART ) ) in ProcessObj() 2647 DffRecordHeader& rHdClientData = *maShapeRecords.Current(); in ProcessObj()
|