Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf.cxx179 WW8_DPHEAD* pHd, const WW8_DO* pDo, SfxAllItemSet &rSet) in ReadGrafStart() argument
189 RndStdIds eAnchor = (SVBT8ToByte(pDo->by) < 2) ? FLY_AT_PAGE : FLY_AT_PARA; in ReadGrafStart()
197 if( SVBT8ToByte( pDo->bx ) == 1 ) // Pos: echt links in ReadGrafStart()
205 if( SVBT8ToByte( pDo->bx ) != 1 ) in ReadGrafStart()
327 SdrObject* SwWW8ImplReader::ReadLine( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadLine() argument
332 if( !ReadGrafStart( (void*)&aLine, sizeof( aLine ), pHd, pDo, rSet ) ) in ReadLine()
360 SdrObject* SwWW8ImplReader::ReadRect( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadRect() argument
365 if( !ReadGrafStart( (void*)&aRect, sizeof( aRect ), pHd, pDo, rSet ) ) in ReadRect()
382 SdrObject* SwWW8ImplReader::ReadElipse( WW8_DPHEAD* pHd, const WW8_DO* pDo, in ReadElipse() argument
387 if( !ReadGrafStart( (void*)&aElipse, sizeof( aElipse ), pHd, pDo, rSet ) ) in ReadElipse()
[all …]
H A Dww8par.hxx297 SwWW8FltControlStack(SwDoc* pDo, sal_uLong nFieldFl, SwWW8ImplReader& rReader_ ) in SwWW8FltControlStack() argument
298 : SwFltControlStack( pDo, nFieldFl ), rReader( rReader_ ), in SwWW8FltControlStack()
343 SwWW8FltAnchorStack(SwDoc* pDo, sal_uLong nFieldFl) in SwWW8FltAnchorStack() argument
344 : SwFltControlStack( pDo, nFieldFl ) {} in SwWW8FltAnchorStack()
383 SwWW8ReferencedFltEndStack( SwDoc* pDo, sal_uLong nFieldFl ) in SwWW8ReferencedFltEndStack() argument
384 : SwFltEndStack( pDo, nFieldFl ) in SwWW8ReferencedFltEndStack()
399 SwWW8FltRefStack(SwDoc* pDo, sal_uLong nFieldFl) in SwWW8FltRefStack() argument
400 : SwFltEndStack( pDo, nFieldFl ) in SwWW8FltRefStack()
1432 const WW8_DO* pDo, SfxAllItemSet &rSet);
1433 SdrObject *ReadLine(WW8_DPHEAD* pHd, const WW8_DO* pDo,
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdmodel.cxx417 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Undo() local
418 if(pDo!=NULL) in Undo()
422 pDo->Undo(); in Undo()
441 SfxUndoAction* pDo=(SfxUndoAction*)GetRedoAction(0); in Redo() local
442 if(pDo!=NULL) in Redo()
446 pDo->Redo(); in Redo()
465 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Repeat() local
466 if(pDo!=NULL) in Repeat()
468 if(pDo->CanRepeat(rView)) in Repeat()
470 pDo->Repeat(rView); in Repeat()
/AOO41X/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()
/AOO41X/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()