Searched refs:SvPersistBase (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/tools/inc/tools/ |
| H A D | pstm.hxx | 44 class SvPersistBase; 45 typedef void * (*SvCreateInstancePersist)( SvPersistBase ** ); 71 static void * CreateInstance( SvPersistBase ** ppBase ); \ 82 void * Class::CreateInstance( SvPersistBase ** ppBase )\ 92 SvPersistBase * pObj; \ 108 class SvPersistBase : public SvRttiBase class 115 SvPersistBase *& rpObj ); 117 SV_DECL_IMPL_REF(SvPersistBase) 121 typedef SvPersistBase SuperSvPersistBase; 152 DECLARE_UNIQUEINDEX( SvPersistUIdx,SvPersistBase *) [all …]
|
| /trunk/main/tools/source/ref/ |
| H A D | pstm.cxx | 89 SvPersistBase * pObj = GetObject( n ); in WriteObjects() 142 SvPersistBase * pObj; in operator >>() 367 sal_uIntPtr SvPersistStream::GetIndex( SvPersistBase * pObj ) const in GetIndex() 378 SvPersistBase * SvPersistStream::GetObject( sal_uIntPtr nIdx ) const in GetObject() 675 SvPersistBase * pObj in WriteObj() 694 SvPersistBase * pObj in WritePointer() 724 SvPersistBase * & rpObj, in ReadObj() 805 SvPersistBase * & rpObj in ReadPointer() 816 SvPersistBase * pObj in operator <<() 826 SvPersistBase * & rpObj in operator >>() [all …]
|
| /trunk/main/idl/inc/ |
| H A D | object.hxx | 55 class SvClassElement : public SvPersistBase 61 SV_DECL_PERSIST1( SvClassElement, SvPersistBase, 1 )
|
| H A D | basobj.hxx | 96 class SvMetaObject : public SvPersistBase 99 SV_DECL_META_FACTORY1( SvMetaObject, SvPersistBase, 14 )
|
| /trunk/main/editeng/inc/editeng/ |
| H A D | flditem.hxx | 40 class EDITENG_DLLPUBLIC SvxFieldData : public SvPersistBase 43 SV_DECL_PERSIST1( SvxFieldData, SvPersistBase, 1 )
|
| /trunk/main/idl/source/objects/ |
| H A D | object.cxx | 38 SV_IMPL_PERSIST1( SvClassElement, SvPersistBase );
|
| /trunk/main/editeng/source/items/ |
| H A D | flditem.cxx | 47 SV_IMPL_PERSIST1( SvxFieldData, SvPersistBase );
|