Searched refs:xBoundField (Results 1 – 5 of 5) sorted by relevance
831 Reference<XPropertySet> xBoundField; in implInsertGraphics() local833 xSet->getPropertyValue( PROPERTY_BOUNDFIELD ) >>= xBoundField; in implInsertGraphics()834 sal_Bool bHasField = xBoundField.is(); in implInsertGraphics()844 OSL_VERIFY( xBoundField->getPropertyValue( PROPERTY_FIELDTYPE ) >>= nFieldType ); in implInsertGraphics()973 Reference<XPropertySet> xBoundField; in mousePressed() local975 ::cppu::extractInterface(xBoundField, xSet->getPropertyValue(PROPERTY_BOUNDFIELD)); in mousePressed()976 if (!xBoundField.is()) in mousePressed()
849 … Reference< XPropertySet > xBoundField( xColumns->getByIndex( *aBoundColumn ), UNO_QUERY_THROW ); in loadData() local850 …OSL_VERIFY( xBoundField->getPropertyValue( ::rtl::OUString::createFromAscii( "Type" ) ) >>= m_nBou… in loadData()1036 Reference< XPropertySet > xBoundField( getField() ); in translateDbColumnToControlValue() local1037 if ( !xBoundField.is() ) in translateDbColumnToControlValue()
339 Reference< XPropertySet > xBoundField = impl_getCurrentBoundField_nothrow( ); in getState() local340 if ( xBoundField.is() ) in getState()341 xBoundField->getPropertyValue( PROPERTY_SEARCHABLE ) >>= aState.Enabled; in getState()1489 Reference< XPropertySet > xBoundField( impl_getCurrentBoundField_nothrow() ); in impl_executeAutoSort_throw() local1490 if ( !xBoundField.is() ) in impl_executeAutoSort_throw()1500 aParam.xField = xBoundField; in impl_executeAutoSort_throw()1558 Reference< XPropertySet > xBoundField( impl_getCurrentBoundField_nothrow() ); in impl_executeAutoFilter_throw() local1559 if ( !xBoundField.is() ) in impl_executeAutoFilter_throw()1572 aParam.xField = xBoundField; in impl_executeAutoFilter_throw()
1927 Reference< XPropertySet > xBoundField; in controlHasActiveDataBinding() local1928 m_xProps->getPropertyValue( sBoundFieldPropertyName ) >>= xBoundField; in controlHasActiveDataBinding()1929 if ( xBoundField.is() ) in controlHasActiveDataBinding()
3885 Reference< XPropertySet > xBoundField; in smartControlReset() local3902 xCurrent->getPropertyValue(sBoundFieldPropertyName) >>= xBoundField; in smartControlReset()3904 xBoundField.clear(); in smartControlReset()3907 bool bReset = !xBoundField.is(); in smartControlReset()
Completed in 47 milliseconds