Home
last modified time | relevance | path

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

/trunk/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()
/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()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx176 WW8_DPHEAD* pHd, const WW8_DO* pDo, SfxAllItemSet &rSet) in ReadGrafStart() argument
194 if( SVBT8ToByte( pDo->bx ) == 1 ) // Pos: echt links in ReadGrafStart()
202 if( SVBT8ToByte( pDo->bx ) != 1 ) in ReadGrafStart()
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()
[all …]
H A Dww8par.hxx343 SwWW8FltAnchorStack(SwDoc* pDo, sal_uLong nFieldFl) in SwWW8FltAnchorStack() argument
344 : SwFltControlStack( pDo, nFieldFl ) {} in SwWW8FltAnchorStack()
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,
1435 SdrObject *ReadRect(WW8_DPHEAD* pHd, const WW8_DO* pDo,
1437 SdrObject *ReadElipse(WW8_DPHEAD* pHd, const WW8_DO* pDo,
1439 SdrObject *ReadArc(WW8_DPHEAD* pHd, const WW8_DO* pDo,
[all …]

Completed in 69 milliseconds