Lines Matching refs:nProperty

123     for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty )  in detect()  local
126 if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) ) in detect()
128 lDescriptor[nProperty].Value >>= sTemp; in detect()
131 …else if( !aURL.Len() && lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FileN… in detect()
133 lDescriptor[nProperty].Value >>= sTemp; in detect()
136 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect()
138 lDescriptor[nProperty].Value >>= sTemp; in detect()
141 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) ) in detect()
143 lDescriptor[nProperty].Value >>= sTemp; in detect()
148 nIndexOfFilterName = nProperty; in detect()
150 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InputStream")) ) in detect()
151 nIndexOfInputStream = nProperty; in detect()
152 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) ) in detect()
153 nIndexOfReadOnlyFlag = nProperty; in detect()
154 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) ) in detect()
155 nIndexOfContent = nProperty; in detect()
156 … else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")) ) in detect()
158 lDescriptor[nProperty].Value >>= bOpenAsTemplate; in detect()
159 nIndexOfTemplateFlag = nProperty; in detect()
161 …else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")… in detect()
163 lDescriptor[nProperty].Value >>= xInteraction; in detect()
164 nIndexOfInteractionHandler = nProperty; 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()