Lines Matching refs:nProperty
126 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in detect() local
129 if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) ) in detect()
131 lDescriptor[nProperty].Value >>= sTemp; in detect()
134 …else if( !aURL.Len() && lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FileN… in detect()
136 lDescriptor[nProperty].Value >>= sTemp; in detect()
139 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect()
141 lDescriptor[nProperty].Value >>= sTemp; in detect()
144 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) ) in detect()
146 lDescriptor[nProperty].Value >>= sTemp; in detect()
151 nIndexOfFilterName = nProperty; in detect()
153 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InputStream")) ) in detect()
154 nIndexOfInputStream = nProperty; in detect()
155 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) ) in detect()
156 nIndexOfReadOnlyFlag = nProperty; in detect()
157 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) ) in detect()
158 nIndexOfContent = nProperty; in detect()
159 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")) ) in detect()
161 lDescriptor[nProperty].Value >>= bOpenAsTemplate; in detect()
162 nIndexOfTemplateFlag = nProperty; in detect()
164 …else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")… in detect()
165 lDescriptor[nProperty].Value >>= xInteraction; in detect()
166 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RepairPackage")) ) in detect()
167 lDescriptor[nProperty].Value >>= bRepairPackage; in detect()
168 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("DocumentTitle")) ) in detect()
169 nIndexOfDocumentTitle = nProperty; in detect()