Searched refs:ILockBytes (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/store/source/ |
H A D | lockbyte.cxx | 58 storeError ILockBytes::readPageAt (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt() 67 storeError ILockBytes::writePageAt (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt() 87 storeError ILockBytes::readAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt() 131 storeError ILockBytes::getSize (sal_uInt32 & rnSize) in getSize() 137 storeError ILockBytes::setSize (sal_uInt32 nSize) in setSize() 142 storeError ILockBytes::flush() in flush() 289 public store::ILockBytes 525 public store::ILockBytes 682 public store::ILockBytes 899 rtl::Reference< ILockBytes > & rxLockBytes, in FileLockBytes_createInstance() [all …]
|
H A D | lockbyte.hxx | 53 class ILockBytes : public rtl::IReference class 161 rtl::Reference< store::ILockBytes > & rxLockBytes, 168 rtl::Reference< store::ILockBytes > & rxLockBytes
|
H A D | storpage.hxx | 57 ILockBytes * pLockBytes, 132 ILockBytes *pSrcLB, 133 ILockBytes *pDstLB);
|
H A D | storbios.hxx | 65 ILockBytes * pLockBytes, 177 rtl::Reference<ILockBytes> m_xLockBytes; 215 ILockBytes * pLockBytes,
|
H A D | store.cxx | 121 Reference<ILockBytes> xLockBytes; in store_createMemoryFile() 159 Reference<ILockBytes> xLockBytes; in store_openFile() 269 Reference<ILockBytes> xSrcLB; in store_rebuildFile() 275 Reference<ILockBytes> xDstLB; in store_rebuildFile()
|
H A D | storpage.cxx | 80 ILockBytes * pLockBytes, in initialize() 878 storeError initialize (ILockBytes *pLockBytes, sal_uInt32 nMagic = 0) in initialize() 912 ILockBytes *pSrcLB, ILockBytes *pDstLB) in rebuild()
|
H A D | storbios.cxx | 573 ILockBytes * pLockBytes, in initialize() 595 ILockBytes * pLockBytes, in initialize_Impl()
|
/aoo41x/main/store/workben/ |
H A D | t_base.cxx | 100 ILockBytes * pLockBytes, 126 ILockBytes *pLockBytes, storeAccessMode eAccessMode, sal_uInt16 & rnPageSize) in initialize() 320 rtl::Reference<ILockBytes> xLockBytes; in main()
|
H A D | t_file.cxx | 53 rtl::Reference<ILockBytes> xLockBytes; in main()
|
Completed in 85 milliseconds