Lines Matching refs:GetCntntIdx
177 ASSERT( rCntnt.GetCntntIdx(), "Fly ohne Inhalt" ); in DelFly()
179 SaveSection( pDoc, *rCntnt.GetCntntIdx() ); in DelFly()
276 if( rCntnt.GetCntntIdx() ) // kein Inhalt in UndoImpl()
286 rCntnt.GetCntntIdx()->GetIndex() ); in UndoImpl()
297 RemoveIdxFromSection( rDoc, rCntnt.GetCntntIdx()->GetIndex() ); in UndoImpl()
397 OSL_ENSURE( rCntnt.GetCntntIdx(), "Fly without content" ); in lcl_GetSwUndoId()
399 SwNodeIndex firstNode(*rCntnt.GetCntntIdx(), 1); in lcl_GetSwUndoId()
456 if( rCntnt.GetCntntIdx() ) // kein Inhalt in RedoImpl()
458 RemoveIdxFromSection(rDoc, rCntnt.GetCntntIdx()->GetIndex()); in RedoImpl()
467 if( rCntnt.GetCntntIdx() ) // kein Inhalt in RedoForRollback()
469 rCntnt.GetCntntIdx()->GetIndex() ); in RedoForRollback()