Lines Matching refs:RTL_CONSTASCII_STRINGPARAM

228 			RTL_CONSTASCII_STRINGPARAM( "getPropertyValues" ) ) )  in execute()
250 RTL_CONSTASCII_STRINGPARAM( "setPropertyValues" ) ) ) in execute()
284 RTL_CONSTASCII_STRINGPARAM( "getPropertySetInfo" ) ) ) in execute()
294 RTL_CONSTASCII_STRINGPARAM( "getCommandInfo" ) ) ) in execute()
304 RTL_CONSTASCII_STRINGPARAM( "open" ) ) ) 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()
447 RTL_CONSTASCII_STRINGPARAM( "insert" ) ) ) in execute()
658 RTL_CONSTASCII_STRINGPARAM( "ContentType" ) ) ) in getPropertyValues()
663 RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) in getPropertyValues()
668 RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) ) in getPropertyValues()
673 RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) ) in getPropertyValues()
678 RTL_CONSTASCII_STRINGPARAM( "DateCreated" ) ) ) in getPropertyValues()
683 RTL_CONSTASCII_STRINGPARAM( "DateModified" ) ) ) in getPropertyValues()
688 RTL_CONSTASCII_STRINGPARAM( "IsReadOnly" ) ) ) in getPropertyValues()
693 RTL_CONSTASCII_STRINGPARAM( "Author" ) ) ) in getPropertyValues()
698 RTL_CONSTASCII_STRINGPARAM( "Subject" ) ) ) in getPropertyValues()
703 RTL_CONSTASCII_STRINGPARAM( "Keywords" ) ) ) 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()