Lines Matching refs:MetadatableUndo
242 ::boost::shared_ptr<MetadatableUndo> CreateUndo(
264 class MetadatableUndo : public Metadatable class
269 MetadatableUndo(const bool i_isInContent) in MetadatableUndo() function in sfx2::MetadatableUndo
682 OSL_ENSURE(!dynamic_cast<MetadatableUndo*>(&i_rObject), in TryRegisterMetadatable()
731 OSL_ENSURE(!dynamic_cast<MetadatableUndo*>(&i_rObject), in RegisterMetadatableAndCreateID()
847 ::boost::shared_ptr<MetadatableUndo>
852 return ::boost::shared_ptr<MetadatableUndo>( in CreateUndo()
853 new MetadatableUndo(i_rObject.IsInContent()) ); in CreateUndo()
1116 OSL_ENSURE(!dynamic_cast<MetadatableUndo*>(&i_rObject), in TryRegisterMetadatable()
1166 OSL_ENSURE(!dynamic_cast<MetadatableUndo*>(&i_rObject), in RegisterMetadatableAndCreateID()
1377 || typeid(i_rSource) == typeid(MetadatableUndo) in RegisterAsCopyOf()
1378 || typeid(*this) == typeid(MetadatableUndo) in RegisterAsCopyOf()
1491 ::boost::shared_ptr<MetadatableUndo> Metadatable::CreateUndo() const in CreateUndo()
1501 ::boost::shared_ptr<MetadatableUndo> pUndo( in CreateUndo()
1512 return ::boost::shared_ptr<MetadatableUndo>(); in CreateUndo()
1515 ::boost::shared_ptr<MetadatableUndo> Metadatable::CreateUndoForDelete() in CreateUndoForDelete()
1517 ::boost::shared_ptr<MetadatableUndo> const pUndo( CreateUndo() ); in CreateUndoForDelete()
1523 ::boost::shared_ptr<MetadatableUndo> const& i_pUndo) in RestoreMetadata()