Home
last modified time | relevance | path

Searched refs:DFF_msofbtDgContainer (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx222 #define DFF_msofbtDgContainer 0xF002 // per-sheet/page/slide data … macro
/AOO41X/main/sc/source/filter/excel/
H A Dxiescher.cxx3290 …DBG_ASSERT( aHeader.nRecType == DFF_msofbtDgContainer, "XclImpDffConverter::ProcessDrawing - unexp… in ProcessDrawing()
3291 if( aHeader.nRecType == DFF_msofbtDgContainer ) in ProcessDrawing()
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1710 …if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, aPPTDrawingHd.GetRecEndFilePos(), &aPPTDgContainer… in SdrPowerPointImport()
2989 … if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in ImportPage()
3238 if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, nPPDrawEnd, &aEscherF002Hd ) ) in ImportPageBackgroundObject()
H A Dmsdffimp.cxx5982 …ReadCommonRecordHeader( rStCtrl, nVer, nInst, nFbt, nLength ) && ( DFF_msofbtDgContainer == nFbt ); in GetCtrlData()
5989 && ( DFF_msofbtDgContainer == nFbt ); in GetCtrlData()
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx798 … if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, nPPDrawEnd, &aEscherF002Hd ) ) in Import()