| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 179 WW8_DPHEAD* pHd, const WW8_DO* pDo, SfxAllItemSet &rSet) in ReadGrafStart() argument 181 if (SVBT16ToShort(pHd->cb) < sizeof(WW8_DPHEAD) + nDataSiz) in ReadGrafStart() 184 pStrm->SeekRel(SVBT16ToShort(pHd->cb) - sizeof(WW8_DPHEAD)); in ReadGrafStart() 327 SdrObject* SwWW8ImplReader::ReadLine( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadLine() argument 332 if( !ReadGrafStart( (void*)&aLine, sizeof( aLine ), pHd, pDo, rSet ) ) in ReadLine() 340 rP0.X() = (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2; in ReadLine() 341 rP0.Y() = (sal_Int16)SVBT16ToShort( pHd->ya ) + nDrawYOfs2; in ReadLine() 360 SdrObject* SwWW8ImplReader::ReadRect( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadRect() argument 365 if( !ReadGrafStart( (void*)&aRect, sizeof( aRect ), pHd, pDo, rSet ) ) in ReadRect() 368 Point aP0( (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2, in ReadRect() [all …]
|
| H A D | ww8par.hxx | 1431 bool ReadGrafStart(void* pData, short nDataSiz, WW8_DPHEAD* pHd, 1433 SdrObject *ReadLine(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1435 SdrObject *ReadRect(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1437 SdrObject *ReadElipse(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1439 SdrObject *ReadArc(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1441 SdrObject *ReadPolyLine(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1460 SdrObject *ReadTxtBox(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1462 SdrObject *ReadCaptionBox(WW8_DPHEAD* pHd, const WW8_DO* pDo, 1464 SdrObject *ReadGroup(WW8_DPHEAD* pHd, const WW8_DO* pDo,
|
| H A D | writerwordglue.cxx | 439 const SwFmtHeader *pHd = HasItem<SwFmtHeader>(rPage, RES_HEADER); in HdFtDistanceGlue() local 440 if (pHd && pHd->IsActive() && pHd->GetHeaderFmt()) in HdFtDistanceGlue() 443 …dyaTop = dyaTop + static_cast< sal_uInt16 >( (myImplHelpers::CalcHdDist(*(pHd->GetHeaderFmt()))) ); in HdFtDistanceGlue()
|
| /AOO41X/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 | 3111 DffRecordHeader* pHd = GetRecordHeader( nRecId, eMode ); in SeekToContent() local 3112 if ( pHd ) in SeekToContent() 3114 pHd->SeekToContent( rIn ); in SeekToContent() 3125 DffRecordHeader* pHd; in GetRecordHeader() local 3128 pHd = First(); in GetRecordHeader() 3130 pHd = Next(); in GetRecordHeader() 3132 while ( pHd ) in GetRecordHeader() 3134 if ( pHd->nRecType == nRecId ) in GetRecordHeader() 3136 pHd = Next(); in GetRecordHeader() 3138 if ( !pHd && eMode == SEEK_FROM_CURRENT_AND_RESTART ) in GetRecordHeader() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | swhtml.hxx | 107 _HTMLAttr **pHd=0 ); 110 xub_StrLen nEndCnt, _HTMLAttr **pHd ); 118 _HTMLAttr **pHd );
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 2025 …DffRecordHeader* pHd( const_cast<ImplSdPPTImport*>(this)->aDocRecManager.GetRecordHeader( PPT_PST_… in ReadMedia() local 2026 if ( pHd ) in ReadMedia() 2028 pHd->SeekToContent( rStCtrl ); in ReadMedia() 2029 while ( ( rStCtrl.Tell() < pHd->GetRecEndFilePos() ) && !aRetVal.Len() ) in ReadMedia()
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | swparrtf.cxx | 610 const SfxPoolItem *pHd; in HasHeader() local 611 if (SFX_ITEM_SET == rFmt.GetItemState(RES_HEADER, false, &pHd)) in HasHeader() 612 return ((const SwFmtHeader *)(pHd))->IsActive(); in HasHeader()
|