Searched refs:SeekToContent (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 303 if ( SeekToContent( i, rIn ) ) in ReadPropSet() 1110 if ( rProperties.SeekToContent( DFF_Prop_fillShadeColors, rIn ) ) in GetShadeColors() 1292 …if ( const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.SeekToContent( rIn, DFF_msofbtUDefP… in ApplyRectangularGradientAsBitmap() 1402 … bOK = SeekToContent( DFF_Prop_fillBlip, rIn ) && rManager.GetBLIPDirect( rIn, aGraf, NULL ); in ApplyFillAttributes() 1993 if ( SeekToContent( DFF_Prop_pFormulas, rIn ) ) in ApplyCustomShapeGeometryAttributes() 2025 if ( SeekToContent( DFF_Prop_Handles, rIn ) ) in ApplyCustomShapeGeometryAttributes() 2267 if ( SeekToContent( DFF_Prop_pVertices, rIn ) ) in ApplyCustomShapeGeometryAttributes() 2308 if ( SeekToContent( DFF_Prop_pSegmentInfo, rIn ) ) in ApplyCustomShapeGeometryAttributes() 2434 if ( SeekToContent( DFF_Prop_textRectangles, rIn ) ) in ApplyCustomShapeGeometryAttributes() 2468 if ( SeekToContent( DFF_Prop_connectorPoints, rIn ) ) in ApplyCustomShapeGeometryAttributes() [all …]
|
| H A D | dffpropset.cxx | 1105 aHd.SeekToContent( rIn ); in ReadPropSet() 1314 if( (nBufferSize > 0) && IsComplex( nId ) && SeekToContent( nId, rStrm ) ) in GetPropertyString() 1339 sal_Bool DffPropSet::SeekToContent( sal_uInt32 nRecType, SvStream& rStrm ) const in SeekToContent() function in DffPropSet
|
| H A D | svdfppt.cxx | 841 … if ( maShapeRecords.SeekToContent( rSt, DFF_msofbtClientData, SEEK_FROM_CURRENT_AND_RESTART ) ) in ProcessObj() 1309 … if ( maShapeRecords.SeekToContent( rSt, DFF_msofbtUDefProp, SEEK_FROM_CURRENT_AND_RESTART ) ) in ProcessObj() 1317 if ( aSecPropSet.SeekToContent( DFF_Prop_tableRowProperties, rSt ) ) in ProcessObj() 1597 pEnvHd->SeekToContent( rStCtrl ); in SdrPowerPointImport() 1602 pEnvHd->SeekToContent( rStCtrl ); in SdrPowerPointImport() 1639 pSlideListWithTextHd->SeekToContent( rStCtrl ); in SdrPowerPointImport() 1704 aSlideHd.SeekToContent( rStCtrl ); in SdrPowerPointImport() 1913 …if ( ((SdrPowerPointImport*)this)->maShapeRecords.SeekToContent( rStCtrl, DFF_msofbtClientData, SE… in ImportOLE() 2118 pHd->SeekToContent( rStCtrl ); in SeekOle() 2230 pExEmbed->SeekToContent( rStCtrl ); in SeekOle() [all …]
|
| /trunk/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 942 aPageHd.SeekToContent( rStCtrl ); in Import() 2026 pHd->SeekToContent( rStCtrl ); in ReadMedia() 2046 aExVideoHd.SeekToContent( rStCtrl ); in ReadMedia() 2645 … if ( maShapeRecords.SeekToContent( rSt, DFF_msofbtClientData, SEEK_FROM_CURRENT_AND_RESTART ) ) in ProcessObj() 2725 rHdClientData.SeekToContent( rStCtrl ); in ProcessObj() 2774 aMasterShapeHd.SeekToContent( rSt ); in ProcessObj()
|
| H A D | pptatom.hxx | 116 maRecordHeader.SeekToContent( mrStream ); in seekToContent()
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | dffrecordheader.hxx | 48 …void SeekToContent( SvStream& rIn) const { rIn.Seek(nFilePos + DFF_COMMON_RECORD_HEADER_SIZE );… in SeekToContent() function in DffRecordHeader
|
| H A D | dffpropset.hxx | 72 sal_Bool SeekToContent( sal_uInt32 nRecType, SvStream& rSt ) const;
|
| H A D | msdffimp.hxx | 353 …sal_Bool SeekToContent( SvStream& rIn, sal_uInt16 nRecType, DffSeekToContentMode eM…
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 526 rObjData.bClientAnchor = maShapeRecords.SeekToContent( rSt, in ProcessObj() 534 rObjData.bClientData = maShapeRecords.SeekToContent( rSt, in ProcessObj() 546 if( maShapeRecords.SeekToContent( rSt, in ProcessObj() 921 if (SeekToContent(DFF_Prop_pWrapPolygonVertices, rSt)) in ProcessObj() 994 if( (0 < nBufferSize) && (nBufferSize <= 0xFFFF) && SeekToContent( DFF_Prop_pihlShape, rSt ) ) in ProcessObj()
|
| /trunk/main/svx/workben/msview/ |
| H A D | msview.cxx | 249 maRecordHeader.SeekToContent( mrStream ); in seekToContent()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xiescher.cxx | 3411 rHeader.SeekToContent( rDffStrm ); in ProcessClientAnchor2() 3581 …if( (0 < nBufferSize) && (nBufferSize <= 0xFFFF) && SeekToContent( DFF_Prop_pihlShape, rDffStrm ) ) in ReadHlinkProperty()
|