Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx188 sal_uLong nStartOfContent = rDoc.GetNodes().GetEndOfContent(). in Write() local
212 if( nNdIdx > nStartOfContent ) in Write()
219 nNdIdx -= nStartOfContent; in Write()
255 if( nNdIdx > nStartOfContent ) in Write()
260 nNdIdx -= nStartOfContent; in Write()
351 sal_uLong nStartOfContent = rDoc.GetNodes().GetEndOfContent(). in CompareLayout() local
373 if( nNdIdx > nStartOfContent ) in CompareLayout()
376 nNdIdx -= nStartOfContent; in CompareLayout()
413 if( nNdIdx > nStartOfContent ) in CompareLayout()
415 nNdIdx -= nStartOfContent; in CompareLayout()
[all …]
H A Dlayhelp.hxx123 sal_uLong nStartOfContent; member in SwLayHelper