Searched refs:MappedPageAccess (Results 1 – 1 of 1) sorted by relevance
1351 class MappedPageAccess : public MemoryPageAccess class1358 MappedPageAccess (sal_uInt8 * pData, sal_uInt32 nSize);1369 virtual ~MappedPageAccess() {} in ~MappedPageAccess()1372 MappedPageAccess::MappedPageAccess (sal_uInt8 * pData, sal_uInt32 nSize) in MappedPageAccess() function in MappedPageAccess1373 : MemoryPageAccess (pData, nSize, MappedPageAccess::unmapFile) in MappedPageAccess()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()1393 void MappedPageAccess::unmapFile (sal_uInt8 * pData, sal_uInt32 nSize) in unmapFile()[all …]
Completed in 21 milliseconds