Lines Matching refs:m_xDest

96     ,m_xDest(rDescr.m_xDest)  in OFieldDescription()
141 m_xDest = xAffectedCol; in OFieldDescription()
279 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_NAME) ) in SetName()
280 m_xDest->setPropertyValue(PROPERTY_NAME,makeAny(_rName)); in SetName()
294 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_HELPTEXT) ) in SetHelpText()
295 m_xDest->setPropertyValue(PROPERTY_HELPTEXT,makeAny(_sHelpText)); in SetHelpText()
309 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ) in SetDescription()
310 m_xDest->setPropertyValue(PROPERTY_DESCRIPTION,makeAny(_rDescription)); in SetDescription()
324 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_DEFAULTVALUE) ) in SetDefaultValue()
325 m_xDest->setPropertyValue(PROPERTY_DEFAULTVALUE,makeAny(_rDefaultValue)); in SetDefaultValue()
339 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT) ) in SetControlDefault()
340 m_xDest->setPropertyValue(PROPERTY_CONTROLDEFAULT,makeAny(_rControlDefault)); in SetControlDefault()
354 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ) in SetAutoIncrementValue()
355 m_xDest->setPropertyValue(PROPERTY_AUTOINCREMENTCREATION,makeAny(_sAutoIncValue)); in SetAutoIncrementValue()
372 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetType()
373 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(m_pType->nType)); in SetType()
388 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetTypeValue()
389 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(_nType)); in SetTypeValue()
406 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_PRECISION) ) in SetPrecision()
407 m_xDest->setPropertyValue(PROPERTY_PRECISION,makeAny(_rPrecision)); in SetPrecision()
421 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_SCALE) ) in SetScale()
422 m_xDest->setPropertyValue(PROPERTY_SCALE,makeAny(_rScale)); in SetScale()
436 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISNULLABLE) ) in SetIsNullable()
437 m_xDest->setPropertyValue(PROPERTY_ISNULLABLE,makeAny(_rIsNullable)); in SetIsNullable()
451 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in SetFormatKey()
452 m_xDest->setPropertyValue(PROPERTY_FORMATKEY,makeAny(_rFormatKey)); in SetFormatKey()
466 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ALIGN) ) in SetHorJustify()
467 m_xDest->setPropertyValue(PROPERTY_ALIGN,makeAny( dbaui::mapTextAllign(_rHorJustify))); in SetHorJustify()
481 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISAUTOINCREMENT) ) in SetAutoIncrement()
482 m_xDest->setPropertyValue(PROPERTY_ISAUTOINCREMENT,makeAny(_bAuto)); in SetAutoIncrement()
507 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_NAME) ) in GetName()
508 return ::comphelper::getString(m_xDest->getPropertyValue(PROPERTY_NAME)); in GetName()
515 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ) in GetDescription()
516 return ::comphelper::getString(m_xDest->getPropertyValue(PROPERTY_DESCRIPTION)); in GetDescription()
523 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_HELPTEXT) ) in GetHelpText()
524 return ::comphelper::getString(m_xDest->getPropertyValue(PROPERTY_HELPTEXT)); in GetHelpText()
531 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT) ) in GetControlDefault()
532 return m_xDest->getPropertyValue(PROPERTY_CONTROLDEFAULT); in GetControlDefault()
539 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ) in GetAutoIncrementValue()
540 return ::comphelper::getString(m_xDest->getPropertyValue(PROPERTY_AUTOINCREMENTCREATION)); in GetAutoIncrementValue()
547 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in GetType()
548 return ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_TYPE)); in GetType()
555 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPENAME) ) in GetTypeName()
556 return ::comphelper::getString(m_xDest->getPropertyValue(PROPERTY_TYPENAME)); in GetTypeName()
564 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_PRECISION) ) in GetPrecision()
565 nPrec = ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_PRECISION)); in GetPrecision()
587 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_SCALE) ) in GetScale()
588 return ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_SCALE)); in GetScale()
595 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISNULLABLE) ) in GetIsNullable()
596 return ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_ISNULLABLE)); in GetIsNullable()
603 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in GetFormatKey()
604 return ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_FORMATKEY)); in GetFormatKey()
611 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ALIGN) ) in GetHorJustify()
612 return ::dbaui::mapTextJustify(::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_ALIGN))); in GetHorJustify()
634 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISAUTOINCREMENT) ) in IsAutoIncrement()
635 return ::cppu::any2bool(m_xDest->getPropertyValue(PROPERTY_ISAUTOINCREMENT)); in IsAutoIncrement()
652 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ISNULLABLE) ) in IsNullable()
653 …return ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_ISNULLABLE)) == ::com::sun::star:… in IsNullable()
662 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPENAME) ) in SetTypeName()
663 m_xDest->setPropertyValue(PROPERTY_TYPENAME,makeAny(_sTypeName)); in SetTypeName()