Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx569 enum eBookStatus { BOOK_NORMAL = 0, BOOK_IGNORE = 0x1, BOOK_ONLY_REF = 0x2 }; enumerator
H A Dww8scan.cxx3883 return BOOK_NORMAL; in GetStatus()
3885 return ( nEndIdx < nIMax ) ? pStatus[nEndIdx] : BOOK_NORMAL; in GetStatus()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx717 enum eBookStatus { BOOK_NORMAL = 0, BOOK_IGNORE = 0x1, BOOK_FIELD = 0x2 }; enumerator
H A Dww8scan.cxx4308 return BOOK_NORMAL; in GetStatus()
4310 return ( nEndIdx < nIMax ) ? pStatus[nEndIdx] : BOOK_NORMAL; in GetStatus()

Completed in 88 milliseconds