| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 175 WW8_DPHEAD* pHd, const WW8_DO* pDo, SfxAllItemSet &rSet) in ReadGrafStart() argument 177 if (SVBT16ToShort(pHd->cb) < sizeof(WW8_DPHEAD) + nDataSiz) in ReadGrafStart() 180 pStrm->SeekRel(SVBT16ToShort(pHd->cb) - sizeof(WW8_DPHEAD)); in ReadGrafStart() 323 SdrObject* SwWW8ImplReader::ReadLine( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadLine() argument 328 if( !ReadGrafStart( (void*)&aLine, sizeof( aLine ), pHd, pDo, rSet ) ) in ReadLine() 336 rP0.X() = (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2; in ReadLine() 337 rP0.Y() = (sal_Int16)SVBT16ToShort( pHd->ya ) + nDrawYOfs2; in ReadLine() 356 SdrObject* SwWW8ImplReader::ReadRect( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadRect() argument 361 if( !ReadGrafStart( (void*)&aRect, sizeof( aRect ), pHd, pDo, rSet ) ) in ReadRect() 364 Point aP0( (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2, in ReadRect() [all …]
|
| H A D | ww8par.hxx | 1430 bool ReadGrafStart(void* pData, short nDataSiz, WW8_DPHEAD* pHd, 1432 SdrObject *ReadLine(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1434 SdrObject *ReadRect(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1436 SdrObject *ReadElipse(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1438 SdrObject *ReadArc(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1440 SdrObject *ReadPolyLine(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1459 SdrObject *ReadTxtBox(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1461 SdrObject *ReadCaptionBox(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1463 SdrObject *ReadGroup(WW8_DPHEAD* pHd, const WW8_DO* pDo,
|
| H A D | writerwordglue.cxx | 438 const SwFmtHeader *pHd = HasItem<SwFmtHeader>(rPage, RES_HEADER); in HdFtDistanceGlue() local 439 if (pHd && pHd->IsActive() && pHd->GetHeaderFmt()) in HdFtDistanceGlue() 442 …dyaTop = dyaTop + static_cast< sal_uInt16 >( (myImplHelpers::CalcHdDist(*(pHd->GetHeaderFmt()))) ); in HdFtDistanceGlue()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 1442 DffRecordHeader* pHd; in SdrPowerPointImport() local 1461 for ( pHd = aPptRecManager.Last(); pHd; pHd = aPptRecManager.Prev() ) in SdrPowerPointImport() 1463 if ( pHd->nRecType == PPT_PST_UserEditAtom ) in SdrPowerPointImport() 1465 pHd->SeekToBegOfRecord( rStCtrl ); in SdrPowerPointImport() 1470 if ( !pHd ) in SdrPowerPointImport() 2109 DffRecordHeader* pHd; in SeekOle() local 2114 pHd = aDocRecManager.GetRecordHeader( PPT_PST_List, SEEK_FROM_BEGINNING ); in SeekOle() 2115 if ( pHd ) in SeekOle() 2118 pHd->SeekToContent( rStCtrl ); in SeekOle() 2119 if ( SeekToRec( rStCtrl, PPT_PST_VBAInfo, pHd->GetRecEndFilePos(), pHd ) ) in SeekOle() [all …]
|
| H A D | msdffimp.cxx | 3121 DffRecordHeader* pHd = GetRecordHeader( nRecId, eMode ); in SeekToContent() local 3122 if ( pHd ) in SeekToContent() 3124 pHd->SeekToContent( rIn ); in SeekToContent() 3135 DffRecordHeader* pHd; in GetRecordHeader() local 3138 pHd = First(); in GetRecordHeader() 3140 pHd = Next(); in GetRecordHeader() 3142 while ( pHd ) in GetRecordHeader() 3144 if ( pHd->nRecType == nRecId ) in GetRecordHeader() 3146 pHd = Next(); in GetRecordHeader() 3148 if ( !pHd && eMode == SEEK_FROM_CURRENT_AND_RESTART ) in GetRecordHeader() [all …]
|
| /trunk/main/sw/source/filter/html/ |
| H A D | swhtml.hxx | 107 _HTMLAttr( const SwPosition& rPos, const SfxPoolItem& rItem, _HTMLAttr **pHd=0 ); 109 …MLAttr( const _HTMLAttr &rAttr, const SwNodeIndex &rEndPara, xub_StrLen nEndCnt, _HTMLAttr **pHd ); 116 void Reset( const SwNodeIndex& rSttPara, xub_StrLen nSttCnt, _HTMLAttr **pHd );
|
| /trunk/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 2023 …DffRecordHeader* pHd( const_cast<ImplSdPPTImport*>(this)->aDocRecManager.GetRecordHeader( PPT_PST_… in ReadMedia() local 2024 if ( pHd ) in ReadMedia() 2026 pHd->SeekToContent( rStCtrl ); in ReadMedia() 2027 while ( ( rStCtrl.Tell() < pHd->GetRecEndFilePos() ) && !aRetVal.Len() ) in ReadMedia()
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | swparrtf.cxx | 600 const SfxPoolItem *pHd; in HasHeader() local 601 if (SFX_ITEM_SET == rFmt.GetItemState(RES_HEADER, false, &pHd)) in HasHeader() 602 return ((const SwFmtHeader *)(pHd))->IsActive(); in HasHeader()
|