Lines Matching refs:storeError

52 storeError ILockBytes::initialize (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 …  in initialize()
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()
109 storeError ILockBytes::writeAt (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in writeAt()
131 storeError ILockBytes::getSize (sal_uInt32 & rnSize) in getSize()
137 storeError ILockBytes::setSize (sal_uInt32 nSize) in setSize()
142 storeError ILockBytes::flush() in flush()
166 static storeError errorFromNative (oslFileError eErrno) in errorFromNative()
225 storeError initialize (rtl_uString * pFilename, storeAccessMode eAccessMode) in initialize()
297 storeError initSize_Impl (sal_uInt32 & rnSize);
301 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
303 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
304 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
306 virtual storeError readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes);
307 virtual storeError writeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes);
309 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
310 virtual storeError setSize_Impl (sal_uInt32 nSize);
312 virtual storeError flush_Impl();
357 storeError FileLockBytes::initSize_Impl (sal_uInt32 & rnSize) in initSize_Impl()
374 storeError FileLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal… in initialize_Impl()
376 storeError result = initSize_Impl (m_nSize); in initialize_Impl()
389 storeError FileLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
406 storeError FileLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()
413 storeError FileLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
424 storeError FileLockBytes::writeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in writeAt_Impl()
440 storeError FileLockBytes::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
446 storeError FileLockBytes::setSize_Impl (sal_uInt32 nSize) in setSize_Impl()
456 storeError FileLockBytes::flush_Impl() in flush_Impl()
540 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
542 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
543 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
545 virtual storeError readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes);
546 virtual storeError writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nBytes);
548 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
549 virtual storeError setSize_Impl (sal_uInt32 nSize);
551 virtual storeError flush_Impl();
609 storeError MappedLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
616 storeError MappedLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
632 storeError MappedLockBytes::writePageAt_Impl (PageHolder const & /*rPage*/, sal_uInt32 /*nOffset*/) in writePageAt_Impl()
637 storeError MappedLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
651 storeError MappedLockBytes::writeAt_Impl (sal_uInt32 /*nOffset*/, void const * /*pBuffer*/, sal_uIn… in writeAt_Impl()
656 storeError MappedLockBytes::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
662 storeError MappedLockBytes::setSize_Impl (sal_uInt32 /*nSize*/) in setSize_Impl()
667 storeError MappedLockBytes::flush_Impl() in flush_Impl()
692 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
694 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
695 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
697 virtual storeError readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes);
698 virtual storeError writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nBytes);
700 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
701 virtual storeError setSize_Impl (sal_uInt32 nSize);
703 virtual storeError flush_Impl();
747 storeError MemoryLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
749 storeError result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
758 storeError MemoryLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
775 storeError MemoryLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()
782 storeError MemoryLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
796 storeError MemoryLockBytes::writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nByt… in writeAt_Impl()
802 storeError eErrCode = setSize_Impl (sal::static_int_cast<sal_uInt32>(dst_size)); in writeAt_Impl()
820 storeError MemoryLockBytes::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
826 storeError MemoryLockBytes::setSize_Impl (sal_uInt32 nSize) in setSize_Impl()
846 storeError MemoryLockBytes::flush_Impl() in flush_Impl()
897 storeError
906 storeError result = xFile.get().initialize (pFilename, eAccessMode); in FileLockBytes_createInstance()
932 storeError