Lines Matching refs:pDo

176     WW8_DPHEAD* pHd, const WW8_DO* pDo, SfxAllItemSet &rSet)  in ReadGrafStart()  argument
186 RndStdIds eAnchor = (SVBT8ToByte(pDo->by) < 2) ? FLY_AT_PAGE : FLY_AT_PARA; in ReadGrafStart()
194 if( SVBT8ToByte( pDo->bx ) == 1 ) // Pos: echt links in ReadGrafStart()
202 if( SVBT8ToByte( pDo->bx ) != 1 ) in ReadGrafStart()
324 SdrObject* SwWW8ImplReader::ReadLine( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadLine() argument
329 if( !ReadGrafStart( (void*)&aLine, sizeof( aLine ), pHd, pDo, rSet ) ) in ReadLine()
357 SdrObject* SwWW8ImplReader::ReadRect( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadRect() argument
362 if( !ReadGrafStart( (void*)&aRect, sizeof( aRect ), pHd, pDo, rSet ) ) in ReadRect()
379 SdrObject* SwWW8ImplReader::ReadElipse( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadElipse() argument
384 if( !ReadGrafStart( (void*)&aElipse, sizeof( aElipse ), pHd, pDo, rSet ) ) in ReadElipse()
401 SdrObject* SwWW8ImplReader::ReadArc( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadArc() argument
406 if( !ReadGrafStart( (void*)&aArc, sizeof( aArc ), pHd, pDo, rSet ) ) in ReadArc()
436 SdrObject* SwWW8ImplReader::ReadPolyLine( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadPolyLine() argument
441 if( !ReadGrafStart( (void*)&aPoly, sizeof( aPoly ), pHd, pDo, rSet ) ) in ReadPolyLine()
1199 SdrObject* SwWW8ImplReader::ReadTxtBox( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadTxtBox() argument
1205 if( !ReadGrafStart( (void*)&aTxtB, sizeof( aTxtB ), pHd, pDo, rSet ) ) in ReadTxtBox()
1239 SdrObject* SwWW8ImplReader::ReadCaptionBox( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadCaptionBox() argument
1247 if( !ReadGrafStart( (void*)&aCallB, sizeof( aCallB ), pHd, pDo, rSet ) ) in ReadCaptionBox()
1292 SdrObject *SwWW8ImplReader::ReadGroup( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadGroup() argument
1297 if( !ReadGrafStart( (void*)&nGrouped, sizeof( nGrouped ), pHd, pDo, rSet ) ) in ReadGroup()
1313 if (SdrObject *pObject = ReadGrafPrimitive(nLeft, pDo, aSet)) in ReadGroup()
1331 SdrObject* SwWW8ImplReader::ReadGrafPrimitive( short& rLeft, const WW8_DO* pDo, in ReadGrafPrimitive() argument
1346 pRet = ReadGroup( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1349 pRet = ReadLine( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1352 pRet = ReadTxtBox( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1355 pRet = ReadRect( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1358 pRet = ReadElipse( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1361 pRet = ReadArc( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1364 pRet = ReadPolyLine( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1367 pRet = ReadCaptionBox( &aHd, pDo, rSet ); in ReadGrafPrimitive()