Lines Matching refs:Name

126         if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) )  in detect()
131 …else if( !aURL.Len() && lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FileN… in detect()
136 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect()
141 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) ) in detect()
150 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InputStream")) ) in detect()
152 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) ) in detect()
154 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) ) in detect()
156 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")) ) in detect()
161 …else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")… in detect()
166 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RepairPackage")) ) in detect()
168 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("DocumentTitle")) ) in detect()
365 lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("InputStream"); in detect()
374 lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("UCBContent"); in detect()
384 lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("ReadOnly"); in detect()
395 lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("RepairPackage"); in detect()
407 lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("AsTemplate"); in detect()
421 lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("DocumentTitle"); in detect()