Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2317 maNumType(rSect.maNumType), mpTitlePageHdFt(rSect.mpTitlePageHdFt), in SectPageInformation()
2932 aNewSection.maNumType.SetNumberingType(SVX_NUM_ARABIC); in ReadSectControls()
2935 aNewSection.maNumType.SetNumberingType(SVX_NUM_ROMAN_UPPER); in ReadSectControls()
2938 aNewSection.maNumType.SetNumberingType(SVX_NUM_ROMAN_LOWER); in ReadSectControls()
2941 aNewSection.maNumType.SetNumberingType( in ReadSectControls()
2945 aNewSection.maNumType.SetNumberingType( in ReadSectControls()
H A Dswparrtf.hxx178 SvxNumberType maNumType; member