Lines Matching refs:nProperty
118 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in detect() local
121 if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) ) in detect()
123 lDescriptor[nProperty].Value >>= sTemp; in detect()
126 …else if( !aURL.Len() && lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FileN… in detect()
128 lDescriptor[nProperty].Value >>= sTemp; in detect()
131 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect()
133 lDescriptor[nProperty].Value >>= sTemp; in detect()
136 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) ) in detect()
138 lDescriptor[nProperty].Value >>= sTemp; in detect()
143 nIndexOfFilterName = nProperty; in detect()
145 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InputStream")) ) in detect()
146 nIndexOfInputStream = nProperty; in detect()
147 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) ) in detect()
148 nIndexOfReadOnlyFlag = nProperty; in detect()
149 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) ) in detect()
150 nIndexOfContent = nProperty; in detect()
151 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")) ) in detect()
153 lDescriptor[nProperty].Value >>= bOpenAsTemplate; in detect()
154 nIndexOfTemplateFlag = nProperty; in detect()
156 …else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")… in detect()
157 lDescriptor[nProperty].Value >>= xInteraction; in detect()
158 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RepairPackage")) ) in detect()
159 lDescriptor[nProperty].Value >>= bRepairPackage; in detect()
160 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("DocumentTitle")) ) in detect()
161 nIndexOfDocumentTitle = nProperty; in detect()