Home
last modified time | relevance | path

Searched refs:pHd (Results 1 – 8 of 8) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3125 if ( pHd ) in SeekToContent()
3141 pHd = First(); in GetRecordHeader()
3143 pHd = Next(); in GetRecordHeader()
3145 while ( pHd ) in GetRecordHeader()
3149 pHd = Next(); in GetRecordHeader()
3154 pHd = First(); in GetRecordHeader()
3155 if ( pHd ) in GetRecordHeader()
3161 pHd = Next(); in GetRecordHeader()
3164 pHd = NULL; in GetRecordHeader()
3167 if ( !pHd ) in GetRecordHeader()
[all …]
H A Dsvdfppt.cxx1442 DffRecordHeader* pHd; in SdrPowerPointImport() local
1461 for ( pHd = aPptRecManager.Last(); pHd; pHd = aPptRecManager.Prev() ) in SdrPowerPointImport()
1470 if ( !pHd ) in SdrPowerPointImport()
2109 DffRecordHeader* pHd; in SeekOle() local
2115 if ( pHd ) in SeekOle()
2119 if ( SeekToRec( rStCtrl, PPT_PST_VBAInfo, pHd->GetRecEndFilePos(), pHd ) ) in SeekOle()
2121 if ( SeekToRec( rStCtrl, PPT_PST_VBAInfoAtom, pHd->GetRecEndFilePos(), pHd ) ) in SeekOle()
2211 if ( pHd ) in SeekOle()
3609 while( pHd ) in PPTExtParaProv()
6827 while ( pHd ) in PPTTextObj()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2025 …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()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx107 _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/sw/source/filter/rtf/
H A Dswparrtf.cxx601 const SfxPoolItem *pHd; in HasHeader() local
602 if (SFX_ITEM_SET == rFmt.GetItemState(RES_HEADER, false, &pHd)) in HasHeader()
603 return ((const SwFmtHeader *)(pHd))->IsActive(); in HasHeader()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx439 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()
H A Dww8graf.cxx368 aP1.X() += (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadRect()
369 aP1.Y() += (sal_Int16)SVBT16ToShort( pHd->dya ); in ReadRect()
390 aP1.X() += (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadElipse()
391 aP1.Y() += (sal_Int16)SVBT16ToShort( pHd->dya ); in ReadElipse()
1211 aP1.X() += (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadTxtBox()
1212 aP1.Y() += (sal_Int16)SVBT16ToShort( pHd->dya ); in ReadTxtBox()
1218 (sal_Int16)SVBT16ToShort( pHd->dya ) ); in ReadTxtBox()
1257 Point aP0( (sal_Int16)SVBT16ToShort( pHd->xa ) + in ReadCaptionBox()
1259 (sal_Int16)SVBT16ToShort( pHd->ya ) in ReadCaptionBox()
1264 Point aP2( (sal_Int16)SVBT16ToShort( pHd->xa ) in ReadCaptionBox()
[all …]
H A Dww8par.hxx1431 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,

Completed in 134 milliseconds