Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/config/
H A Dmodcfg.cxx292 aFormatAttr.nItemId = SID_ATTR_CHAR_WEIGHT; in SwRevisionConfig()
293 aFormatAttr.nAttr = WEIGHT_BOLD; in SwRevisionConfig()
294 aFormatAttr.nColor = COL_BLACK; in SwRevisionConfig()
349 case 4 : nVal = lcl_ConvertAttrToCfg(aFormatAttr); break; in Commit()
350 case 5 : nVal = aFormatAttr.nColor ; break; in Commit()
407 case 4 : lcl_ConvertCfgToAttr(nVal, aFormatAttr); break; in Load()
408 case 5 : aFormatAttr.nColor = nVal; break; in Load()
/aoo4110/main/sw/inc/
H A Dmodcfg.hxx63 AuthorCharAttr aFormatAttr; //Revision/TextDisplay/ChangeAttribute/Attribute member in SwRevisionConfig
215 const AuthorCharAttr &GetFormatAuthorAttr() const { return aRevisionConfig.aFormatAttr; } in GetFormatAuthorAttr()
216 void SetFormatAuthorAttr( AuthorCharAttr &rAttr ) { aRevisionConfig.aFormatAttr = rAttr; in SetFormatAuthorAttr()

Completed in 387 milliseconds