Home
last modified time | relevance | path

Searched refs:pFeature (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditundo.cxx425 pFeature = rFeature.Clone(); in EditUndoInsertFeature()
426 DBG_ASSERT( pFeature, "Feature konnte nicht dupliziert werden: EditUndoInsertFeature" ); in EditUndoInsertFeature()
431 delete pFeature; in ~EditUndoInsertFeature()
451 GetImpEditEngine()->ImpInsertFeature( aSel, *pFeature ); in Redo()
452 if ( pFeature->Which() == EE_FEATURE_FIELD ) in Redo()
H A Deditundo.hxx157 SfxPoolItem* pFeature; member in EditUndoInsertFeature
H A Dimpedit2.cxx4547 EditCharAttrib* pFeature = pNode->GetCharAttribs().FindFeature( 0 ); in IndentBlock() local
4548 if ( pFeature && ( pFeature->GetStart() == 0 ) && in IndentBlock()
4549 ( pFeature->GetItem()->Which() == EE_FEATURE_TAB ) ) in IndentBlock()

Completed in 34 milliseconds