Searched refs:pDo (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 179 WW8_DPHEAD* pHd, const WW8_DO* pDo, SfxAllItemSet &rSet) in ReadGrafStart() argument 197 if( SVBT8ToByte( pDo->bx ) == 1 ) // Pos: echt links in ReadGrafStart() 205 if( SVBT8ToByte( pDo->bx ) != 1 ) in ReadGrafStart() 1349 pRet = ReadGroup( &aHd, pDo, rSet ); in ReadGrafPrimitive() 1352 pRet = ReadLine( &aHd, pDo, rSet ); in ReadGrafPrimitive() 1355 pRet = ReadTxtBox( &aHd, pDo, rSet ); in ReadGrafPrimitive() 1358 pRet = ReadRect( &aHd, pDo, rSet ); in ReadGrafPrimitive() 1361 pRet = ReadElipse( &aHd, pDo, rSet ); in ReadGrafPrimitive() 1364 pRet = ReadArc( &aHd, pDo, rSet ); in ReadGrafPrimitive() 1367 pRet = ReadPolyLine( &aHd, pDo, rSet ); in ReadGrafPrimitive() [all …]
|
H A D | ww8par.hxx | 343 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 …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 417 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 D | fltshell.hxx | 147 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 D | fltshell.cxx | 200 SwFltControlStack::SwFltControlStack(SwDoc* pDo, sal_uLong nFieldFl) in SwFltControlStack() argument 202 ,bSdODChecked(false), pDoc(pDo), bIsEndStack(false) in SwFltControlStack()
|
Completed in 51 milliseconds