Lines Matching refs:present
124 property(theProperty), present(thePresent) {} in PropertyData()
127 bool present; member
167 if (i == properties.end() || !i->second.present) { in get()
366 if (i->second.present) { in getProperties()
390 return i != m_data->properties.end() && i->second.present; in hasPropertyByName()
775 bool present = false; in getProperty() local
781 >>= present)) in getProperty()
790 if (!present) { in getProperty()
957 bool present = value.hasValue(); in wrapValue() local
964 strct, css::uno::makeAny(present)); in wrapValue()
965 if (present) { in wrapValue()