Lines Matching refs:Name

1356 			return (pValues[a].Name < pValues[b].Name) ? true : false;  in operator ()()
1477 aPropHashMap[ rRunAttrib.Name ] = rRunAttrib.Value; //!! should not only be the value !! in getCharacterAttributes()
1513 if (rRes.Name == pRunAttrib[k].Name) in getCharacterAttributes()
1527 rRes.Name = rtl::OUString::createFromAscii("NumberingPrefix"); in getCharacterAttributes()
1543 rResField.Name = rtl::OUString::createFromAscii("FieldType"); in getCharacterAttributes()
1767 if (rRes.Name.compareTo(::rtl::OUString::createFromAscii("CharColor"))==0) in _correctValues()
1801 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("CharUnderline"))==0) in _correctValues()
1826 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("CharUnderlineColor"))==0) in _correctValues()
1880 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("NumberingLevel"))==0) in _correctValues()
1897 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1898 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
1904 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("NumberingRules"))==0) in _correctValues()
1919 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1920 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
2732 aPropSet.setPropertyValue(pPropArray->Name, pPropArray->Value); in setAttributes()
2833 … PropertyState eState = aPropSet._getPropertyState( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2844 pOutSequence->Name = pProperties->Name; in getDefaultAttributes()
2846 … pOutSequence->Value = aPropSet._getPropertyValue( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2933 PropertyState eState = aPropSet.getPropertyState( pProperties->Name ); in getRunAttributes()
2936 pOutSequence->Name = pProperties->Name; in getRunAttributes()
2938 pOutSequence->Value = aPropSet.getPropertyValue( pProperties->Name ); in getRunAttributes()