Lines Matching refs:xColumn
525 Reference<XPropertySet> xColumn; in impl_getColumnName_throw() local
526 m_aCurrentColumns[SelectColumns]->getByName(aName) >>= xColumn; in impl_getColumnName_throw()
527 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_REALNAME),"Property REALNAME … in impl_getColumnName_throw()
528 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_TABLENAME),"Property TABLENAM… in impl_getColumnName_throw()
529 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(::rtl::OUString(RTL_CONSTASCII_USTRING… in impl_getColumnName_throw()
532 xColumn->getPropertyValue(PROPERTY_REALNAME) >>= sRealName; in impl_getColumnName_throw()
533 xColumn->getPropertyValue(PROPERTY_TABLENAME) >>= sTableName; in impl_getColumnName_throw()
535 … xColumn->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Function"))) >>= bFunction; in impl_getColumnName_throw()
1567 … Reference<XPropertySet> xColumn(i_xSelectColumns->getByName(sColumnName),UNO_QUERY); in lcl_getCondition() local
1568 … sValue = i_aPredicateInputController.getPredicateValue(sValue,xColumn,sal_True); in lcl_getCondition()
1634 Reference<XPropertySet> xColumn; in setConditionByColumn() local
1635 m_aCurrentColumns[SelectColumns]->getByName(aName) >>= xColumn; in setConditionByColumn()
1636 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_REALNAME),"Property REALNAME … in setConditionByColumn()
1637 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_TABLENAME),"Property TABLENAM… in setConditionByColumn()
1638 …OSL_ENSURE(xColumn->getPropertySetInfo()->hasPropertyByName(::rtl::OUString(RTL_CONSTASCII_USTRING… in setConditionByColumn()
1641 xColumn->getPropertyValue(PROPERTY_REALNAME) >>= sRealName; in setConditionByColumn()
1642 xColumn->getPropertyValue(PROPERTY_TABLENAME) >>= sTableName; in setConditionByColumn()
1652 …if ( !::comphelper::getBOOL(xColumn->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(… in setConditionByColumn()