Home
last modified time | relevance | path

Searched refs:rHd (Results 1 – 6 of 6) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx473 …virtual void ProcessClientAnchor2( SvStream& rStData, DffRecordHeader& rHd, void* pData, DffObjDat…
657 SdrObject* ImportGroup( const DffRecordHeader& rHd, SvStream& rSt, void* pData,
660 SdrObject* ImportShape( const DffRecordHeader& rHd, SvStream& rSt, void* pData,
663 …Rectangle GetGlobalChildAnchor( const DffRecordHeader& rHd, SvStream& rSt, Rectangle& aClientRect …
664 void GetGroupAnchors( const DffRecordHeader& rHd, SvStream& rSt,
H A Dsvdfppt.hxx462 …virtual void ProcessClientAnchor2( SvStream& rSt, DffRecordHeader& rHd, void* pData, DffObjData& …
936 …PPTTextRulerInterpreter( sal_uInt32 nFileOfs, SdrPowerPointImport&, DffRecordHeader& rHd, SvStream…
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4189 SdrObject* SvxMSDffManager::ImportGroup( const DffRecordHeader& rHd, SvStream& rSt, void* pClientDa… in ImportGroup() argument
4198 rHd.SeekToContent( rSt ); in ImportGroup()
4216 aGlobalChildRect = GetGlobalChildAnchor( rHd, rSt, aClientRect ); in ImportGroup()
4234 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in ImportGroup()
4299 rHd.SeekToBegOfRecord( rSt ); in ImportShape()
4300 DffObjData aObjData( rHd, rClientRect, nCalledByGroup ); in ImportShape()
4975 rHd.SeekToContent( rSt ); in GetGlobalChildAnchor()
4977 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in GetGlobalChildAnchor()
5044 void SvxMSDffManager::GetGroupAnchors( const DffRecordHeader& rHd, SvStream& rSt, in GetGroupAnchors() argument
5049 rHd.SeekToContent( rSt ); in GetGroupAnchors()
[all …]
H A Dsvdfppt.cxx691 void SdrEscherImport::ProcessClientAnchor2( SvStream& rSt, DffRecordHeader& rHd, void* /*pData*/, D… in ProcessClientAnchor2() argument
694 if ( rHd.nRecLen == 16 ) in ProcessClientAnchor2()
3354 void SdrEscherImport::ImportHeaderFooterContainer( DffRecordHeader& rHd, HeaderFooterEntry& rE ) in ImportHeaderFooterContainer() argument
3356 rHd.SeekToContent( rStCtrl ); in ImportHeaderFooterContainer()
3357 while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < rHd.GetRecEndFilePos() ) ) in ImportHeaderFooterContainer()
4864 DffRecordHeader rHd; in PPTTextRulerInterpreter() local
4868 rIn >> rHd; in PPTTextRulerInterpreter()
4873 if ( rMan.SeekToRec( rIn, PPT_PST_TextRulerAtom, rHeader.GetRecEndFilePos(), &rHd ) ) in PPTTextRulerInterpreter()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx255 const SwFmtHeader& rHd = rDesc.GetMaster().GetHeader(); in SetCrsrInHdFt() local
256 if( rHd.GetHeaderFmt() ) in SetCrsrInHdFt()
257 pCnt = &rHd.GetHeaderFmt()->GetCntnt(); in SetCrsrInHdFt()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1861 const SwFmtHeader& rHd = rFmt.GetHeader(); in WriteHeaderFooterText() local
1862 ASSERT( rHd.GetHeaderFmt(), "Header text is not here" ); in WriteHeaderFooterText()
1863 pCntnt = &rHd.GetHeaderFmt()->GetCntnt(); in WriteHeaderFooterText()

Completed in 150 milliseconds