Lines Matching refs:nProperty

287     for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty )  in detect()  local
290 if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) ) in detect()
292 lDescriptor[nProperty].Value >>= sTemp; in detect()
295 …else if( !aURL.Len() && lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FileN… in detect()
297 lDescriptor[nProperty].Value >>= sTemp; in detect()
300 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect()
302 lDescriptor[nProperty].Value >>= sTemp; in detect()
305 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) ) in detect()
307 lDescriptor[nProperty].Value >>= sTemp; in detect()
312 nIndexOfFilterName = nProperty; in detect()
314 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InputStream")) ) in detect()
315 nIndexOfInputStream = nProperty; in detect()
316 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) ) in detect()
317 nIndexOfReadOnlyFlag = nProperty; in detect()
318 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) ) in detect()
319 nIndexOfContent = nProperty; in detect()
320 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")) ) in detect()
322 lDescriptor[nProperty].Value >>= bOpenAsTemplate; in detect()
323 nIndexOfTemplateFlag = nProperty; in detect()
325 …else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")… in detect()
326 lDescriptor[nProperty].Value >>= xInteraction; in detect()
327 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RepairPackage")) ) in detect()
328 lDescriptor[nProperty].Value >>= bRepairPackage; in detect()
329 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("DocumentTitle")) ) in detect()
330 nIndexOfDocumentTitle = nProperty; in detect()