Lines Matching refs:xSource
163 Reference< XListEntrySource > xSource; in actuatingPropertyChanged() local
164 _rNewValue >>= xSource; in actuatingPropertyChanged()
166 _rxInspectorUI->enablePropertyUI( PROPERTY_STRINGITEMLIST, !xSource.is() ); in actuatingPropertyChanged()
167 _rxInspectorUI->enablePropertyUI( PROPERTY_LISTSOURCE, !xSource.is() ); in actuatingPropertyChanged()
168 _rxInspectorUI->enablePropertyUI( PROPERTY_LISTSOURCETYPE, !xSource.is() ); in actuatingPropertyChanged()
178 if ( !xSource.is() ) in actuatingPropertyChanged()
264 Reference< XListEntrySource > xSource( m_pHelper->getCurrentListSource() ); in getPropertyValue() local
265 if ( !m_pHelper->isCellRangeListSource( xSource ) ) in getPropertyValue()
266 xSource.clear(); in getPropertyValue()
268 aReturn <<= xSource; in getPropertyValue()
311 Reference< XListEntrySource > xSource; in setPropertyValue() local
312 _rValue >>= xSource; in setPropertyValue()
313 m_pHelper->setListSource( xSource ); in setPropertyValue()
437 Reference< XListEntrySource > xSource; in convertToControlValue() local
441 _rPropertyValue >>= xSource; in convertToControlValue()
445 aControlValue <<= m_pHelper->getStringAddressFromCellListSource( xSource ); in convertToControlValue()