Lines Matching refs:GetPropName

1308         STR( GetPropName( UNO_NAME_CHAR_BACK_COLOR ).pName );  in getAttributeNames()
1309 STR( GetPropName( UNO_NAME_CHAR_COLOR ).pName ); in getAttributeNames()
1310 STR( GetPropName( UNO_NAME_CHAR_CONTOURED ).pName ); in getAttributeNames()
1311 STR( GetPropName( UNO_NAME_CHAR_EMPHASIS ).pName ); in getAttributeNames()
1312 STR( GetPropName( UNO_NAME_CHAR_ESCAPEMENT ).pName ); in getAttributeNames()
1313 STR( GetPropName( UNO_NAME_CHAR_FONT_NAME ).pName ); in getAttributeNames()
1314 STR( GetPropName( UNO_NAME_CHAR_HEIGHT ).pName ); in getAttributeNames()
1315 STR( GetPropName( UNO_NAME_CHAR_POSTURE ).pName ); in getAttributeNames()
1316 STR( GetPropName( UNO_NAME_CHAR_SHADOWED ).pName ); in getAttributeNames()
1317 STR( GetPropName( UNO_NAME_CHAR_STRIKEOUT ).pName ); in getAttributeNames()
1318 STR( GetPropName( UNO_NAME_CHAR_UNDERLINE ).pName ); in getAttributeNames()
1319 STR( GetPropName( UNO_NAME_CHAR_UNDERLINE_COLOR ).pName ); in getAttributeNames()
1320 STR( GetPropName( UNO_NAME_CHAR_WEIGHT ).pName ); in getAttributeNames()
1344 STR( GetPropName( UNO_NAME_NUMBERING_LEVEL ).pName ); in getSupplementalAttributeNames()
1345 STR( GetPropName( UNO_NAME_NUMBERING_RULES ).pName ); in getSupplementalAttributeNames()
1346 STR( GetPropName( UNO_NAME_PARA_ADJUST ).pName ); in getSupplementalAttributeNames()
1347 STR( GetPropName( UNO_NAME_PARA_BOTTOM_MARGIN ).pName ); in getSupplementalAttributeNames()
1348 STR( GetPropName( UNO_NAME_PARA_FIRST_LINE_INDENT ).pName ); in getSupplementalAttributeNames()
1349 STR( GetPropName( UNO_NAME_PARA_LEFT_MARGIN ).pName ); in getSupplementalAttributeNames()
1350 STR( GetPropName( UNO_NAME_PARA_LINE_SPACING ).pName ); in getSupplementalAttributeNames()
1351 STR( GetPropName( UNO_NAME_PARA_RIGHT_MARGIN ).pName ); in getSupplementalAttributeNames()
1352 STR( GetPropName( UNO_NAME_TABSTOPS ).pName ); in getSupplementalAttributeNames()
2045 GetPropName( UNO_NAME_PARA_STYLE_NAME ).pName ); in _getDefaultAttributesImpl()
2066 GetPropName( UNO_NAME_WRITING_MODE ).pName ); in _getDefaultAttributesImpl()
2436 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_WEIGHT).pName ); in _correctValues()
2440 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_POSTURE).pName ); in _correctValues()
2444 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_STRIKEOUT).pName ); in _correctValues()
2448 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_UNDERLINE).pName ); in _correctValues()
2456 … ChangeAttrColor.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_BACK_COLOR).pName ); in _correctValues()
2464 ChangeAttrColor.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_COLOR ).pName ); in _correctValues()
2495 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_BACK_COLOR … in _correctValues()
2512 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_COLOR ).pNa… in _correctValues()
2533 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_UNDERLINE )… in _correctValues()
2554 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_UNDERLINE_C… in _correctValues()
2590 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_TABSTOPS ).pName… in _correctValues()
2613 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_NUMBERING_RULES … in _correctValues()
2630 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_ESCAPEMENT … in _correctValues()
2634 …const OUString sEscapmentName = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_ESCAPEMENT )… in _correctValues()