Home
last modified time | relevance | path

Searched refs:SW_LAYCACHE_IO_REC_PARA (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx124 case SW_LAYCACHE_IO_REC_PARA: in Read()
125 aIo.OpenRec( SW_LAYCACHE_IO_REC_PARA ); in Read()
133 Insert( SW_LAYCACHE_IO_REC_PARA, nIndex, (xub_StrLen)nOffset ); in Read()
134 aIo.CloseRec( SW_LAYCACHE_IO_REC_PARA ); in Read()
215 aIo.OpenRec( SW_LAYCACHE_IO_REC_PARA ); in Write()
225 aIo.CloseRec( SW_LAYCACHE_IO_REC_PARA ); in Write()
378 SW_LAYCACHE_IO_REC_PARA != in CompareLayout()
857 SW_LAYCACHE_IO_REC_PARA == nType && in CheckInsert()
H A Dlayhelp.hxx156 #define SW_LAYCACHE_IO_REC_PARA 'P' macro