Lines Matching refs:storeError

227     storeError verify() const  in verify()
435 static storeError guard (PageHolder & rxPage) in guard()
445 static storeError verify (PageHolder const & rxPage) in verify()
485 virtual storeError verify() const;
498 storeError PageObject::verify() const in verify()
527 storeError loadPageAt (PageHolder & rPage, storeError (*pfnVerify)(PageHolder const &)) in loadPageAt()
532 storeError allocate (PageHolder & rxPage, ...) in allocate()
539 storeError loadAt (PageHolder & rPage, sal_uInt32 nOffset) in loadAt()
545 storeError saveAt (PageHolder const & rPage, sal_uInt32 nOffset) in saveAt()
553 storeError save (PageHolder & rxPage, sal_uInt32 nOffset) in save()
555 storeError result = PageHolderObject<T>::guard (rxPage); in save()
561 storeError lookupAt (PageHolder & rPage, sal_uInt32 nOffset) in lookupAt()
567 storeError replaceAt (PageHolder const & rPage, sal_uInt32 nOffset) in replaceAt()
591 storeError verify() const in verify()
593 storeError result = base::verify(); in verify()
601 storeError dwim() const in dwim()
624 virtual storeError verify() const in verify()
626 storeError result = base::verify(); in verify()
637 static storeError verify (PageHolder const & rPage) in verify()
642 storeError loadAt (sal_uInt32 nOffset, TestBIOS & rBIOS) in loadAt()
644 storeError result = rBIOS.lookupAt (m_xPage, nOffset); // cache lookup in loadAt()
659 storeError saveAt (sal_uInt32 nOffset, TestBIOS & rBIOS) in saveAt()
665 storeError result = PageHolderObject< TestData >::guard (m_xPage); in saveAt()
682 storeError saveAt (sal_uInt32 nOffset, TestBIOS & rBIOS) in saveAt()
686 storeError result = PageHolderObject< TestData >::guard (m_xPage); in saveAt()
697 storeError dwim() const in dwim()
794 storeError readPageAt (PageObject & rPage, sal_uInt32 nOffset);
795 storeError writePageAt (PageObject const & rPage, sal_uInt32 nOffset);
805 virtual storeError initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize) = 0;
809 storeError readPageAt (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt()
813 storeError writePageAt (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt()
833 storeError peekAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in peekAt()
851 storeError pokeAt (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in pokeAt()
869 storeError getSize (sal_uInt32 & rnSize) in getSize()
875 storeError setSize (sal_uInt32 nSize) in setSize()
881 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) = 0;
882 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) = 0;
884 virtual storeError peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) = 0;
885 … virtual storeError pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) = 0;
887 virtual storeError getSize_Impl (sal_uInt32 & rnSize) = 0;
888 virtual storeError setSize_Impl (sal_uInt32 nSize) = 0;
1024 static storeError ERROR_FROM_NATIVE (oslFileError eErrno);
1029 virtual storeError initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize);
1032 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
1033 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
1036 virtual storeError peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes);
1037 virtual storeError pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes);
1039 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
1040 virtual storeError setSize_Impl (sal_uInt32 nSize);
1052 storeError FilePageAccess::initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize) in initialize()
1063 storeError FilePageAccess::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
1072 storeError FilePageAccess::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()
1076 storeError FilePageAccess::peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in peekAt_Impl()
1086 storeError FilePageAccess::pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in pokeAt_Impl()
1096 storeError FilePageAccess::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
1108 storeError FilePageAccess::setSize_Impl (sal_uInt32 nSize) in setSize_Impl()
1115 storeError FilePageAccess::ERROR_FROM_NATIVE (oslFileError eErrno) in ERROR_FROM_NATIVE()
1196 virtual storeError initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize);
1201 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
1202 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
1206 virtual storeError peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes);
1207 virtual storeError pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes);
1209 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
1210 virtual storeError setSize_Impl (sal_uInt32 nSize);
1222 storeError MemoryPageAccess::initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize) in initialize()
1236 storeError MemoryPageAccess::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
1243 storeError MemoryPageAccess::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()
1260 storeError MemoryPageAccess::peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in peekAt_Impl()
1284 storeError MemoryPageAccess::pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nByt… in pokeAt_Impl()
1303 storeError eErrCode = setSize (sal::static_int_cast<sal_uInt32>(uSize)); in pokeAt_Impl()
1320 storeError MemoryPageAccess::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
1325 storeError MemoryPageAccess::setSize_Impl (sal_uInt32 nSize) in setSize_Impl()
1360 virtual storeError initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize);
1362 virtual storeError writePageAt (PageHolder const & rPage, sal_uInt32 nOffset);
1365 virtual storeError pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes);
1366 virtual storeError setSize_Impl (sal_uInt32 nSize);
1376 storeError MappedPageAccess::initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize) in initialize()
1381 storeError MappedPageAccess::writePageAt (PageHolder const & /*rPage*/, sal_uInt32 /*nOffset*/) in writePageAt()
1385 storeError MappedPageAccess::pokeAt_Impl (sal_uInt32 /*nOffset*/, void const * /*pBuffer*/, sal_uIn… in pokeAt_Impl()
1389 storeError MappedPageAccess::setSize_Impl (sal_uInt32 /*nSize*/) in setSize_Impl()
1399 storeError MemoryPageAccess_createInstance (
1412 storeError FilePageAccess_createInstance (
1462 virtual storeError get() = 0;
1463 virtual storeError put() = 0;
1464 virtual storeError truncate() = 0;