Lines Matching refs:xField

460     Reference< XPropertySet >   xField;  member
464 :xField(_xField) in FmFieldInfo()
466 {xField->getPropertyValue(FM_PROP_NAME) >>= aFieldName;} in FmFieldInfo()
870 …Reference< XPropertySet > xField( xModelProps->getPropertyValue( FM_PROP_BOUNDFIELD ), UNO_QUERY_T… in getFastPropertyValue() local
876 predicateTree( sErrorMsg, sFilterValue, xFormatter, xField ); in getFastPropertyValue()
1444 Reference< XPropertySet > xField; in toggleAutoFields() local
1445 xSet->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in toggleAutoFields()
1448 if ( xField.is() in toggleAutoFields()
1449 && ::comphelper::hasProperty( FM_PROP_AUTOINCREMENT, xField ) in toggleAutoFields()
1450 … && ::comphelper::getBOOL( xField->getPropertyValue( FM_PROP_AUTOINCREMENT ) ) in toggleAutoFields()
1472 Reference< XPropertySet > xField; in toggleAutoFields() local
1473 xSet->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in toggleAutoFields()
1476 if ( xField.is() in toggleAutoFields()
1477 && ::comphelper::hasProperty( FM_PROP_AUTOINCREMENT, xField ) in toggleAutoFields()
1478 … && ::comphelper::getBOOL( xField->getPropertyValue(FM_PROP_AUTOINCREMENT ) ) in toggleAutoFields()
2254 Reference< XPropertySet > xField; in setControlLock() local
2255 xSet->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in setControlLock()
2256 if (xField.is()) in setControlLock()
2264 Any aVal = xField->getPropertyValue(FM_PROP_ISREADONLY); in setControlLock()
2310 Reference< XPropertySet > xField; in lcl_shouldListenForModifications() local
2311 xModelProps->getPropertyValue( FM_PROP_BOUNDFIELD ) >>= xField; in lcl_shouldListenForModifications()
2312 bShould = xField.is(); in lcl_shouldListenForModifications()
2906 Reference< XPropertySet > xField; in elementInserted() local
2907 xSet->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in elementInserted()
2911 … if (xText.is() && xField.is() && ::comphelper::hasProperty(FM_PROP_SEARCHABLE, xField) && in elementInserted()
2912 ::comphelper::getBOOL(xField->getPropertyValue(FM_PROP_SEARCHABLE))) in elementInserted()
3154 if ( (xQueryColumns->getByName((*iter).aFieldName) >>= (*iter).xField) && (*iter).xField.is() ) in setFilter()
3155 (*iter).xField->getPropertyValue(FM_PROP_REALNAME) >>= (*iter).aFieldName; in setFilter()
3182 Reference< XPropertySet > xField; in setFilter() local
3198 xField = xSet; in setFilter()
3200 if (!xField.is()) in setFilter()
3211 xField = xSet; in setFilter()
3216 if (!xField.is()) in setFilter()
3229 if ((*iter).xField == xField) in setFilter()
3246 …::Reference< ISQLParseNode > xParseNode = predicateTree(sErrorMsg, sPredicate, xFormatter, xField); in setFilter()
3253 ,xField in setFilter()
3350 Reference< XPropertySet > xField; in startFiltering() local
3351 xSet->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in startFiltering()
3355 … if (xText.is() && xField.is() && ::comphelper::hasProperty(FM_PROP_SEARCHABLE, xField) && in startFiltering()
3356 … ::comphelper::getBOOL(xField->getPropertyValue(FM_PROP_SEARCHABLE))) in startFiltering()
3358 aFieldInfos.push_back(FmFieldInfo(xField, xText)); in startFiltering()
3373 Reference< XPropertySet > xField; in startFiltering() local
3374 aVal >>= xField; in startFiltering()
3378 if ( xField.is() in startFiltering()
3379 && ::comphelper::hasProperty( FM_PROP_SEARCHABLE, xField ) in startFiltering()
3380 && ::comphelper::getBOOL( xField->getPropertyValue( FM_PROP_SEARCHABLE ) ) in startFiltering()
3397 aFieldInfos.push_back( FmFieldInfo( xField, xFilterText ) ); in startFiltering()
3472 Reference< XPropertySet > xField; in stopFiltering() local
3473 xSet->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in stopFiltering()
3476 if ( xField.is() in stopFiltering()
3477 && ::comphelper::hasProperty( FM_PROP_SEARCHABLE, xField ) in stopFiltering()
3478 && ::comphelper::getBOOL( xField->getPropertyValue( FM_PROP_SEARCHABLE ) ) in stopFiltering()