Lines Matching refs:hasPropertyByName

149 				if(xPropSetInfo->hasPropertyByName(PROPERTY_NAME))  in OFieldDescription()
151 if(xPropSetInfo->hasPropertyByName(PROPERTY_DESCRIPTION)) in OFieldDescription()
153 if(xPropSetInfo->hasPropertyByName(PROPERTY_HELPTEXT)) in OFieldDescription()
159 if(xPropSetInfo->hasPropertyByName(PROPERTY_DEFAULTVALUE)) in OFieldDescription()
162 if(xPropSetInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT)) in OFieldDescription()
165 if(xPropSetInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION)) in OFieldDescription()
167 if(xPropSetInfo->hasPropertyByName(PROPERTY_TYPE)) in OFieldDescription()
169 if (xPropSetInfo->hasPropertyByName(PROPERTY_TYPENAME)) in OFieldDescription()
171 if(xPropSetInfo->hasPropertyByName(PROPERTY_PRECISION)) in OFieldDescription()
173 if(xPropSetInfo->hasPropertyByName(PROPERTY_SCALE)) in OFieldDescription()
175 if(xPropSetInfo->hasPropertyByName(PROPERTY_ISNULLABLE)) in OFieldDescription()
177 if(xPropSetInfo->hasPropertyByName(PROPERTY_FORMATKEY)) in OFieldDescription()
183 if(xPropSetInfo->hasPropertyByName(PROPERTY_RELATIVEPOSITION)) in OFieldDescription()
185 if(xPropSetInfo->hasPropertyByName(PROPERTY_WIDTH)) in OFieldDescription()
187 if(xPropSetInfo->hasPropertyByName(PROPERTY_HIDDEN)) in OFieldDescription()
189 if(xPropSetInfo->hasPropertyByName(PROPERTY_ALIGN)) in OFieldDescription()
195 if(xPropSetInfo->hasPropertyByName(PROPERTY_ISAUTOINCREMENT)) in OFieldDescription()
279 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_NAME) ) in SetName()
294 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_HELPTEXT) ) in SetHelpText()
309 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ) in SetDescription()
324 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_DEFAULTVALUE) ) in SetDefaultValue()
339 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT) ) in SetControlDefault()
354 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ) in SetAutoIncrementValue()
372 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetType()
388 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetTypeValue()
406 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_PRECISION) ) in SetPrecision()
421 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_SCALE) ) in SetScale()
436 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISNULLABLE) ) in SetIsNullable()
451 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in SetFormatKey()
466 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ALIGN) ) in SetHorJustify()
481 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISAUTOINCREMENT) ) in SetAutoIncrement()
507 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_NAME) ) in GetName()
515 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ) in GetDescription()
523 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_HELPTEXT) ) in GetHelpText()
531 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT) ) in GetControlDefault()
539 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ) in GetAutoIncrementValue()
547 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in GetType()
555 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPENAME) ) in GetTypeName()
564 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_PRECISION) ) in GetPrecision()
587 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_SCALE) ) in GetScale()
595 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISNULLABLE) ) in GetIsNullable()
603 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in GetFormatKey()
611 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ALIGN) ) in GetHorJustify()
634 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISAUTOINCREMENT) ) in IsAutoIncrement()
652 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISNULLABLE) ) in IsNullable()
662 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPENAME) ) in SetTypeName()
679 if ( GetFormatKey() != NumberFormat::ALL && xInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in copyColumnSettingsTo()
681 if ( GetHorJustify() != SVX_HOR_JUSTIFY_STANDARD && xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in copyColumnSettingsTo()
683 if ( GetHelpText().getLength() && xInfo->hasPropertyByName(PROPERTY_HELPTEXT) ) in copyColumnSettingsTo()
685 if ( GetControlDefault().hasValue() && xInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT) ) in copyColumnSettingsTo()
688 if(xInfo->hasPropertyByName(PROPERTY_RELATIVEPOSITION)) in copyColumnSettingsTo()
690 if(xInfo->hasPropertyByName(PROPERTY_WIDTH)) in copyColumnSettingsTo()
692 if(xInfo->hasPropertyByName(PROPERTY_HIDDEN)) in copyColumnSettingsTo()