Home
last modified time | relevance | path

Searched defs:OStorage_Impl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/package/source/xstor/
H A Dxstorage.hxx129 struct OStorage_Impl struct
131 SotMutexHolderRef m_rMutexRef;
133 OStorage* m_pAntiImpl; // only valid if external references exists
134 …StorageList_Impl m_aReadOnlyWrapList; // only valid if readonly external reference exists
136 sal_Int32 m_nStorageMode; // open mode ( read/write/trunc/nocreate )
137 …l m_bIsModified; // only modified elements will be sent to the original content
138 sal_Bool m_bBroadcastModified; // will be set if notification is required
162 OStorage_Impl* m_pParent; argument
185OStorage_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStrea… argument
H A Dxstorage.cxx191 OStorage_Impl::OStorage_Impl( uno::Reference< io::XInputStream > xInputStream, in OStorage_Impl() function in OStorage_Impl
231 OStorage_Impl::OStorage_Impl( uno::Reference< io::XStream > xStream, in OStorage_Impl() function in OStorage_Impl
273 OStorage_Impl::OStorage_Impl( OStorage_Impl* pParent, in OStorage_Impl() function in OStorage_Impl