Lines Matching refs:aDesc
185 LibDescriptor& aDesc = *mpLibDesc; in startRootElement() local
186 aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = aDesc.bPreload = sal_False; in startRootElement()
188 aDesc.aName = xAttributes->getValueByUidName( in startRootElement()
191 &aDesc.bReadOnly, in startRootElement()
195 &aDesc.bPasswordProtected, in startRootElement()
199 &aDesc.bPreload, in startRootElement()
240 LibDescriptor aDesc; in startChildElement() local
241 aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = aDesc.bPreload = sal_False; in startChildElement()
243 aDesc.aName = xAttributes->getValueByUidName( in startChildElement()
246 aDesc.aStorageURL = xAttributes->getValueByUidName( in startChildElement()
250 &aDesc.bLink, in startChildElement()
254 &aDesc.bReadOnly, in startChildElement()
258 &aDesc.bPasswordProtected, in startChildElement()
262 mLibDescriptors.push_back( aDesc ); in startChildElement()