Searched refs:aFormatAttr (Results 1 – 2 of 2) sorted by relevance
292 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()
63 AuthorCharAttr aFormatAttr; //Revision/TextDisplay/ChangeAttribute/Attribute member in SwRevisionConfig215 const AuthorCharAttr &GetFormatAuthorAttr() const { return aRevisionConfig.aFormatAttr; } in GetFormatAuthorAttr()216 void SetFormatAuthorAttr( AuthorCharAttr &rAttr ) { aRevisionConfig.aFormatAttr = rAttr; in SetFormatAuthorAttr()
Completed in 26 milliseconds