Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx117 sal_uInt16 nLastHeadLvl, nLastCalcHeadLvl; member in SwAutoFormat
2263 nLastHeadLvl = nLastEnumLvl = USHRT_MAX; in SwAutoFormat()
2496 if( USHRT_MAX == nLastHeadLvl ) in SwAutoFormat()
2497 nLastHeadLvl = 0; in SwAutoFormat()
2500 if( nLastHeadLvl+1 < MAXLEVEL ) in SwAutoFormat()
2501 ++nLastHeadLvl; in SwAutoFormat()
2506 if( nLastHeadLvl ) in SwAutoFormat()
2507 --nLastHeadLvl; in SwAutoFormat()
2514 BuildHeadLine( nLastHeadLvl ); in SwAutoFormat()

Completed in 22 milliseconds