Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/rtf/
H A Drtfitem.cxx1068 sal_Unicode cStt, cEnd; in ReadAttr() local
1071 case 1: cStt = '(', cEnd = ')'; break; in ReadAttr()
1072 case 2: cStt = '[', cEnd = ']'; break; in ReadAttr()
1073 case 3: cStt = '<', cEnd = '>'; break; in ReadAttr()
1074 case 4: cStt = '{', cEnd = '}'; break; in ReadAttr()
1075 default: cStt = 0, cEnd = 0; break; in ReadAttr()
1078 pSet->Put( SvxTwoLinesItem( sal_True, cStt, cEnd, in ReadAttr()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par6.cxx3434 sal_Unicode cStt = 0, cEnd = 0; in Read_DoubleLine_Rotate() local
3437 case 1: cStt = '(', cEnd = ')'; break; in Read_DoubleLine_Rotate()
3438 case 2: cStt = '[', cEnd = ']'; break; in Read_DoubleLine_Rotate()
3439 case 3: cStt = '<', cEnd = '>'; break; in Read_DoubleLine_Rotate()
3440 case 4: cStt = '{', cEnd = '}'; break; in Read_DoubleLine_Rotate()
3442 NewAttr( SvxTwoLinesItem( sal_True, cStt, cEnd, RES_CHRATR_TWO_LINES )); in Read_DoubleLine_Rotate()

Completed in 56 milliseconds