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()
1766 if (rRes.Name.compareTo(::rtl::OUString::createFromAscii("CharColor"))==0) in _correctValues()
1800 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("CharUnderline"))==0) in _correctValues()
1825 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("CharUnderlineColor"))==0) in _correctValues()
1879 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("NumberingLevel"))==0) in _correctValues()
1896 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1897 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
1903 if(rRes.Name.compareTo(::rtl::OUString::createFromAscii("NumberingRules"))==0) in _correctValues()
1918 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1919 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
2731 aPropSet.setPropertyValue(pPropArray->Name, pPropArray->Value); in setAttributes()
2832 … PropertyState eState = aPropSet._getPropertyState( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2843 pOutSequence->Name = pProperties->Name; in getDefaultAttributes()
2845 … pOutSequence->Value = aPropSet._getPropertyValue( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2932 PropertyState eState = aPropSet.getPropertyState( pProperties->Name ); in getRunAttributes()
2935 pOutSequence->Name = pProperties->Name; in getRunAttributes()
2937 pOutSequence->Value = aPropSet.getPropertyValue( pProperties->Name ); in getRunAttributes()