Lines Matching refs:GetPropName

1312         STR( GetPropName( UNO_NAME_CHAR_BACK_COLOR ).pName );  in getAttributeNames()
1313 STR( GetPropName( UNO_NAME_CHAR_COLOR ).pName ); in getAttributeNames()
1314 STR( GetPropName( UNO_NAME_CHAR_CONTOURED ).pName ); in getAttributeNames()
1315 STR( GetPropName( UNO_NAME_CHAR_EMPHASIS ).pName ); in getAttributeNames()
1316 STR( GetPropName( UNO_NAME_CHAR_ESCAPEMENT ).pName ); in getAttributeNames()
1317 STR( GetPropName( UNO_NAME_CHAR_FONT_NAME ).pName ); in getAttributeNames()
1318 STR( GetPropName( UNO_NAME_CHAR_HEIGHT ).pName ); in getAttributeNames()
1319 STR( GetPropName( UNO_NAME_CHAR_POSTURE ).pName ); in getAttributeNames()
1320 STR( GetPropName( UNO_NAME_CHAR_SHADOWED ).pName ); in getAttributeNames()
1321 STR( GetPropName( UNO_NAME_CHAR_STRIKEOUT ).pName ); in getAttributeNames()
1322 STR( GetPropName( UNO_NAME_CHAR_UNDERLINE ).pName ); in getAttributeNames()
1323 STR( GetPropName( UNO_NAME_CHAR_UNDERLINE_COLOR ).pName ); in getAttributeNames()
1324 STR( GetPropName( UNO_NAME_CHAR_WEIGHT ).pName ); in getAttributeNames()
1348 STR( GetPropName( UNO_NAME_NUMBERING_LEVEL ).pName ); in getSupplementalAttributeNames()
1349 STR( GetPropName( UNO_NAME_NUMBERING_RULES ).pName ); in getSupplementalAttributeNames()
1350 STR( GetPropName( UNO_NAME_PARA_ADJUST ).pName ); in getSupplementalAttributeNames()
1351 STR( GetPropName( UNO_NAME_PARA_BOTTOM_MARGIN ).pName ); in getSupplementalAttributeNames()
1352 STR( GetPropName( UNO_NAME_PARA_FIRST_LINE_INDENT ).pName ); in getSupplementalAttributeNames()
1353 STR( GetPropName( UNO_NAME_PARA_LEFT_MARGIN ).pName ); in getSupplementalAttributeNames()
1354 STR( GetPropName( UNO_NAME_PARA_LINE_SPACING ).pName ); in getSupplementalAttributeNames()
1355 STR( GetPropName( UNO_NAME_PARA_RIGHT_MARGIN ).pName ); in getSupplementalAttributeNames()
1356 STR( GetPropName( UNO_NAME_TABSTOPS ).pName ); in getSupplementalAttributeNames()
2049 GetPropName( UNO_NAME_PARA_STYLE_NAME ).pName ); in _getDefaultAttributesImpl()
2070 GetPropName( UNO_NAME_WRITING_MODE ).pName ); in _getDefaultAttributesImpl()
2440 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_WEIGHT).pName ); in _correctValues()
2444 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_POSTURE).pName ); in _correctValues()
2448 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_STRIKEOUT).pName ); in _correctValues()
2452 ChangeAttr.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_UNDERLINE).pName ); in _correctValues()
2460 … ChangeAttrColor.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_BACK_COLOR).pName ); in _correctValues()
2468 ChangeAttrColor.Name = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_COLOR ).pName ); in _correctValues()
2499 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_BACK_COLOR … in _correctValues()
2516 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_COLOR ).pNa… in _correctValues()
2537 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_UNDERLINE )… in _correctValues()
2558 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_UNDERLINE_C… in _correctValues()
2594 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_TABSTOPS ).pName… in _correctValues()
2617 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_NUMBERING_RULES … in _correctValues()
2634 …if (rValue.Name.compareTo(::rtl::OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_ESCAPEMENT … in _correctValues()
2638 …const OUString sEscapmentName = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_ESCAPEMENT )… in _correctValues()