Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/inc/
H A Dtoxmgr.hxx62 sal_Bool bFromChapter : 1; member in SwTOXDescription
90 bFromChapter(sal_False), in SwTOXDescription()
144 void SetFromChapter(sal_Bool bSet) { bFromChapter = bSet;} in SetFromChapter()
145 sal_Bool IsFromChapter() const {return bFromChapter;} in IsFromChapter()
/aoo42x/main/sw/source/core/tox/
H A Dtox.cxx497 , bFromChapter(sal_False) in SwTOXBase()
549 bFromChapter = rSource.bFromChapter; in CopyTOXBase()
605 bFromChapter = rSource.bFromChapter; in operator =()
/aoo42x/main/sw/inc/
H A Dtox.hxx498 sal_Bool bFromChapter : 1; // create from chapter or document member in SwTOXBase
574 sal_Bool IsFromChapter() const { return bFromChapter;} in IsFromChapter()
575 void SetFromChapter(sal_Bool bSet) { bFromChapter = bSet;} in SetFromChapter()

Completed in 22 milliseconds