Lines Matching refs:Name

227     if ( aCommand.Name.equalsAsciiL(  in execute()
249 else if ( aCommand.Name.equalsAsciiL( in execute()
283 else if ( aCommand.Name.equalsAsciiL( in execute()
293 else if ( aCommand.Name.equalsAsciiL( in execute()
303 else if ( aCommand.Name.equalsAsciiL( in execute()
425 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "close" ) ) ) in execute()
429 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "delete" ) ) ) in execute()
446 else if ( aCommand.Name.equalsAsciiL( in execute()
468 else if( ! aCommand.Name.compareToAscii( "transfer" ) ) in execute()
657 if ( rProp.Name.equalsAsciiL( in getPropertyValues()
662 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
667 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
672 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
677 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
682 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
687 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
692 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
697 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
702 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
880 if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) in setPropertyValues()
884 else if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "Author") ) ) in setPropertyValues()
888 else if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "Keywords") ) ) in setPropertyValues()
892 else if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "Subject") ) ) in setPropertyValues()
896 else if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "ContentType" ) ) || in setPropertyValues()
897 rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) || in setPropertyValues()
898 rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) || in setPropertyValues()
899 rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "DateCreated" ) ) || in setPropertyValues()
900 rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "DateModified" ) ) || in setPropertyValues()
901 rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "IsReadOnly" ) ) ) in setPropertyValues()
931 = xAdditionalPropSet->getPropertyValue( rValue.Name ); in setPropertyValues()
935 rValue.Name, rValue.Value ); in setPropertyValues()
937 aEvent.PropertyName = rValue.Name; in setPropertyValues()
1183 aEvent.PropertyName = _rValue.Name; in changePropertyValue()