Lines Matching refs:sal_uInt32

58 storeError ILockBytes::readPageAt (PageHolder & rPage, sal_uInt32 nOffset)  in readPageAt()
67 storeError ILockBytes::writePageAt (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt()
75 sal_uInt32 const offset = pagedata->location(); 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()
204 static sal_uInt32 modeToNative (storeAccessMode eAccessMode) in modeToNative()
206 sal_uInt32 nFlags = 0; in modeToNative()
228 sal_uInt32 nFlags = modeToNative (eAccessMode); in initialize()
294 sal_uInt32 m_nSize;
297 storeError initSize_Impl (sal_uInt32 & rnSize);
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);
357 storeError FileLockBytes::initSize_Impl (sal_uInt32 & rnSize) in initSize_Impl()
370 rnSize = sal::static_int_cast<sal_uInt32>(uSize); in initSize_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()
436 m_nSize = sal::static_int_cast<sal_uInt32>(uSize); 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()
475 sal_uInt32 m_nSize;
495 m_nSize = sal::static_int_cast<sal_uInt32>(uSize); in initialize()
503 static void unmapFile (sal_uInt8 * pAddr, sal_uInt32 nSize) in unmapFile()
530 sal_uInt32 m_nSize;
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);
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() argument
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() argument
656 storeError MappedLockBytes::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
662 storeError MappedLockBytes::setSize_Impl (sal_uInt32 /*nSize*/) in setSize_Impl() argument
687 sal_uInt32 m_nSize;
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);
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()