Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/rtf/
H A Drtfitem.cxx109 #define PLAINID ((RTFPlainAttrMapIds*)aPlainMap.GetData()) macro
594 if( PLAINID->nCaseMap && in ReadAttr()
605 pSet->Put( SvxCaseMapItem( eCaseMap, PLAINID->nCaseMap )); in ReadAttr()
611 if( PLAINID->nEscapement ) in ReadAttr()
613 const sal_uInt16 nEsc = PLAINID->nEscapement; in ReadAttr()
636 if( PLAINID->nEscapement ) in ReadAttr()
638 const sal_uInt16 nEsc = PLAINID->nEscapement; in ReadAttr()
644 if( PLAINID->nKering ) in ReadAttr()
652 pSet->Put( SvxKerningItem( (short)nTokenValue, PLAINID->nKering )); in ReadAttr()
657 if( PLAINID->nAutoKerning ) in ReadAttr()
[all …]