Searched refs:SwUndoInsLayFmt (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 238 SwUndoInsLayFmt::SwUndoInsLayFmt( SwFrmFmt* pFormat, sal_uLong nNodeIdx, xub_StrLen nCntIdx ) in SwUndoInsLayFmt() function in SwUndoInsLayFmt 268 SwUndoInsLayFmt::~SwUndoInsLayFmt() in ~SwUndoInsLayFmt() 272 void SwUndoInsLayFmt::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl() 303 void SwUndoInsLayFmt::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl() 308 void SwUndoInsLayFmt::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 353 String SwUndoInsLayFmt::GetComment() const in GetComment()
|
H A D | untblk.cxx | 129 ::boost::shared_ptr<SwUndoInsLayFmt> const pFlyUndo( in SetInsertRange() 130 new SwUndoInsLayFmt(pFmt, 0, 0)); in SetInsertRange()
|
H A D | unins.cxx | 1051 OBJECT.pUndoFly = new SwUndoInsLayFmt( &rNewFly,0,0 ); in SetFlys()
|
/aoo42x/main/sw/inc/ |
H A D | undobj.hxx | 231 class SwUndoInsLayFmt; 238 ::std::vector< ::boost::shared_ptr<SwUndoInsLayFmt> > m_FlyUndos; 297 class SwUndoInsLayFmt : public SwUndoFlyBase class 302 SwUndoInsLayFmt( SwFrmFmt* pFormat, sal_uLong nNodeIdx, xub_StrLen nCntIdx ); 304 virtual ~SwUndoInsLayFmt();
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 192 new SwUndoInsLayFmt(pFmt, 0, 0)); in MakeLayoutFmt() 489 GetIDocumentUndoRedo().AppendUndo(new SwUndoInsLayFmt(pDest,0,0)); in CopyLayoutFmt() 530 GetIDocumentUndoRedo().AppendUndo(new SwUndoInsLayFmt(pDest,0,0)); in CopyLayoutFmt() 725 new SwUndoInsLayFmt( pFmt, nNodeIdx, nCntIdx )); in _MakeFlySection() 1016 GetIDocumentUndoRedo().AppendUndo( new SwUndoInsLayFmt(pFmt, 0, 0) ); in InsertDrawObj()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoInsert.hxx | 168 SwUndoInsLayFmt* pUndoFly;
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 274 new SwUndoInsLayFmt( pFrmFmt,0,0 ) ); in Read()
|
Completed in 72 milliseconds