Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx175 WW8_DPHEAD* pHd, const WW8_DO* pDo, SfxAllItemSet &rSet) in ReadGrafStart() argument
185 RndStdIds eAnchor = (SVBT8ToByte(pDo->by) < 2) ? FLY_AT_PAGE : FLY_AT_PARA; in ReadGrafStart()
193 if( SVBT8ToByte( pDo->bx ) == 1 ) // Pos: echt links in ReadGrafStart()
201 if( SVBT8ToByte( pDo->bx ) != 1 ) in ReadGrafStart()
323 SdrObject* SwWW8ImplReader::ReadLine( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadLine() argument
328 if( !ReadGrafStart( (void*)&aLine, sizeof( aLine ), pHd, pDo, rSet ) ) in ReadLine()
356 SdrObject* SwWW8ImplReader::ReadRect( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadRect() argument
361 if( !ReadGrafStart( (void*)&aRect, sizeof( aRect ), pHd, pDo, rSet ) ) in ReadRect()
378 SdrObject* SwWW8ImplReader::ReadElipse( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadElipse() argument
383 if( !ReadGrafStart( (void*)&aElipse, sizeof( aElipse ), pHd, pDo, rSet ) ) in ReadElipse()
[all …]
H A Dww8par.hxx296 SwWW8FltControlStack(SwDoc* pDo, sal_uLong nFieldFl, SwWW8ImplReader& rReader_ ) in SwWW8FltControlStack() argument
297 : SwFltControlStack( pDo, nFieldFl ), rReader( rReader_ ), in SwWW8FltControlStack()
342 SwWW8FltAnchorStack(SwDoc* pDo, sal_uLong nFieldFl) in SwWW8FltAnchorStack() argument
343 : SwFltControlStack( pDo, nFieldFl ) {} in SwWW8FltAnchorStack()
382 SwWW8ReferencedFltEndStack( SwDoc* pDo, sal_uLong nFieldFl ) in SwWW8ReferencedFltEndStack() argument
383 : SwFltEndStack( pDo, nFieldFl ) in SwWW8ReferencedFltEndStack()
398 SwWW8FltRefStack(SwDoc* pDo, sal_uLong nFieldFl) in SwWW8FltRefStack() argument
399 : SwFltEndStack( pDo, nFieldFl ) in SwWW8FltRefStack()
1431 const WW8_DO* pDo, SfxAllItemSet &rSet);
1432 SdrObject *ReadLine(WW8_DPHEAD* pHd, const WW8_DO* pDo,
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx413 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Undo() local
414 if(pDo!=NULL) in Undo()
418 pDo->Undo(); in Undo()
437 SfxUndoAction* pDo=(SfxUndoAction*)GetRedoAction(0); in Redo() local
438 if(pDo!=NULL) in Redo()
442 pDo->Redo(); in Redo()
461 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Repeat() local
462 if(pDo!=NULL) in Repeat()
464 if(pDo->CanRepeat(rView)) in Repeat()
466 pDo->Repeat(rView); in Repeat()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx147 SwFltControlStack(SwDoc* pDo, sal_uLong nFieldFl);
306 SwFltEndStack(SwDoc* pDo, sal_uLong nFieldFl) in SwFltEndStack() argument
307 :SwFltControlStack(pDo, nFieldFl) in SwFltEndStack()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx200 SwFltControlStack::SwFltControlStack(SwDoc* pDo, sal_uLong nFieldFl) in SwFltControlStack() argument
202 ,bSdODChecked(false), pDoc(pDo), bIsEndStack(false) in SwFltControlStack()