Lines Matching refs:nProperty
127 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in detect() local
130 if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) ) in detect()
132 lDescriptor[nProperty].Value >>= sTemp; in detect()
135 …else if( !aURL.Len() && lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FileN… in detect()
137 lDescriptor[nProperty].Value >>= sTemp; in detect()
140 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect()
142 lDescriptor[nProperty].Value >>= sTemp; in detect()
145 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) ) in detect()
147 lDescriptor[nProperty].Value >>= sTemp; in detect()
152 nIndexOfFilterName = nProperty; in detect()
154 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InputStream")) ) in detect()
155 nIndexOfInputStream = nProperty; in detect()
156 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) ) in detect()
157 nIndexOfReadOnlyFlag = nProperty; in detect()
158 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) ) in detect()
159 nIndexOfContent = nProperty; in detect()
160 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")) ) in detect()
162 lDescriptor[nProperty].Value >>= bOpenAsTemplate; in detect()
163 nIndexOfTemplateFlag = nProperty; in detect()
165 …else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")… in detect()
166 lDescriptor[nProperty].Value >>= xInteraction; in detect()
167 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RepairPackage")) ) in detect()
168 lDescriptor[nProperty].Value >>= bRepairPackage; in detect()
169 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("DocumentTitle")) ) in detect()
170 nIndexOfDocumentTitle = nProperty; in detect()