Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/layout/
H A Dlaycache.cxx192 sal_uLong nStartOfContent = rDoc.GetNodes().GetEndOfContent(). in Write() local
216 if( nNdIdx > nStartOfContent ) in Write()
223 nNdIdx -= nStartOfContent; in Write()
259 if( nNdIdx > nStartOfContent ) in Write()
264 nNdIdx -= nStartOfContent; in Write()
355 sal_uLong nStartOfContent = rDoc.GetNodes().GetEndOfContent(). in CompareLayout() local
377 if( nNdIdx > nStartOfContent ) in CompareLayout()
380 nNdIdx -= nStartOfContent; in CompareLayout()
417 if( nNdIdx > nStartOfContent ) in CompareLayout()
419 nNdIdx -= nStartOfContent; in CompareLayout()
[all …]
H A Dlayhelp.hxx123 sal_uLong nStartOfContent; member in SwLayHelper