Home
last modified time | relevance | path

Searched refs:xBoundField (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/forms/source/component/
H A DImageControl.cxx831 Reference<XPropertySet> xBoundField; in implInsertGraphics() local
833 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() local
975 ::cppu::extractInterface(xBoundField, xSet->getPropertyValue(PROPERTY_BOUNDFIELD)); in mousePressed()
976 if (!xBoundField.is()) in mousePressed()
H A DListBox.cxx849 … Reference< XPropertySet > xBoundField( xColumns->getByIndex( *aBoundColumn ), UNO_QUERY_THROW ); in loadData() local
850 …OSL_VERIFY( xBoundField->getPropertyValue( ::rtl::OUString::createFromAscii( "Type" ) ) >>= m_nBou… in loadData()
1036 Reference< XPropertySet > xBoundField( getField() ); in translateDbColumnToControlValue() local
1037 if ( !xBoundField.is() ) in translateDbColumnToControlValue()
/aoo4110/main/forms/source/runtime/
H A Dformoperations.cxx339 Reference< XPropertySet > xBoundField = impl_getCurrentBoundField_nothrow( ); in getState() local
340 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() local
1490 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() local
1559 if ( !xBoundField.is() ) in impl_executeAutoFilter_throw()
1572 aParam.xField = xBoundField; in impl_executeAutoFilter_throw()
/aoo4110/main/xmloff/source/forms/
H A Delementexport.cxx1927 Reference< XPropertySet > xBoundField; in controlHasActiveDataBinding() local
1928 m_xProps->getPropertyValue( sBoundFieldPropertyName ) >>= xBoundField; in controlHasActiveDataBinding()
1929 if ( xBoundField.is() ) in controlHasActiveDataBinding()
/aoo4110/main/svx/source/form/
H A Dfmshimp.cxx3885 Reference< XPropertySet > xBoundField; in smartControlReset() local
3902 xCurrent->getPropertyValue(sBoundFieldPropertyName) >>= xBoundField; in smartControlReset()
3904 xBoundField.clear(); in smartControlReset()
3907 bool bReset = !xBoundField.is(); in smartControlReset()

Completed in 181 milliseconds