Searched defs:OStorage_Impl (Results 1 – 2 of 2) sorted by relevance
129 struct OStorage_Impl struct131 SotMutexHolderRef m_rMutexRef;133 OStorage* m_pAntiImpl; // only valid if external references exists134 OStorageList_Impl m_aReadOnlyWrapList; // only valid if readonly external reference exists136 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 required162 OStorage_Impl* m_pParent; argument185 OStorage_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream, argument
193 OStorage_Impl::OStorage_Impl( uno::Reference< io::XInputStream > xInputStream, in OStorage_Impl() function in OStorage_Impl233 OStorage_Impl::OStorage_Impl( uno::Reference< io::XStream > xStream, in OStorage_Impl() function in OStorage_Impl275 OStorage_Impl::OStorage_Impl( OStorage_Impl* pParent, in OStorage_Impl() function in OStorage_Impl
Completed in 48 milliseconds