Home
last modified time | relevance | path

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

/aoo4110/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 OStorageList_Impl m_aReadOnlyWrapList; // only valid if readonly external reference exists
136 sal_Int32 m_nStorageMode; // open mode ( read/write/trunc/nocreate )
137 …sal_Bool m_bIsModified; // only modified elements will be sent to the original…
138 sal_Bool m_bBroadcastModified; // will be set if notification is required
162 OStorage_Impl* m_pParent; argument
185 OStorage_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream, argument
H A Dxstorage.cxx193 OStorage_Impl::OStorage_Impl( uno::Reference< io::XInputStream > xInputStream, in OStorage_Impl() function in OStorage_Impl
233 OStorage_Impl::OStorage_Impl( uno::Reference< io::XStream > xStream, in OStorage_Impl() function in OStorage_Impl
275 OStorage_Impl::OStorage_Impl( OStorage_Impl* pParent, in OStorage_Impl() function in OStorage_Impl

Completed in 43 milliseconds