Searched refs:PropertyHandlerHelper (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 74 void PropertyHandlerHelper::describePropertyLine( const Property& _rProperty, in describePropertyLine() 159 …Reference< XPropertyControl > PropertyHandlerHelper::createListBoxControl( const Reference< XPrope… in createListBoxControl() 166 …Reference< XPropertyControl > PropertyHandlerHelper::createComboBoxControl( const Reference< XProp… in createComboBoxControl() 173 …Reference< XPropertyControl > PropertyHandlerHelper::createNumericControl( const Reference< XPrope… in createNumericControl() 189 …Any PropertyHandlerHelper::convertToPropertyValue( const Reference< XComponentContext >& _rxContex… in convertToPropertyValue() 226 …Any PropertyHandlerHelper::convertToControlValue( const Reference< XComponentContext >& _rxContext… in convertToControlValue() 256 void PropertyHandlerHelper::setContextDocumentModified( const ComponentContext& _rContext ) in setContextDocumentModified() 270 Window* PropertyHandlerHelper::getDialogParentWindow( const ComponentContext& _rContext ) in getDialogParentWindow()
|
H A D | handlerhelper.hxx | 55 class PropertyHandlerHelper class 203 PropertyHandlerHelper(); // never implemented 204 PropertyHandlerHelper( const PropertyHandlerHelper& ); // never implemented 205 PropertyHandlerHelper& operator=( const PropertyHandlerHelper& ); // never implemented
|
H A D | propertyhandler.cxx | 173 aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( in convertToPropertyValue() 194 return PropertyHandlerHelper::convertToControlValue( in convertToControlValue() 219 aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( in describePropertyLine() 221 PropertyHandlerHelper::requiresReadOnlyControl( rProperty.Attributes ), sal_False ); in describePropertyLine() 224 … PropertyHandlerHelper::describePropertyLine( rProperty, aDescriptor, _rxControlFactory ); in describePropertyLine() 350 return PropertyHandlerHelper::getDialogParentWindow( m_aContext ); in impl_getDefaultDialogParent_nothrow()
|
H A D | genericpropertyhandler.cxx | 458 …aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( m_aContext.getContext(),m_xTypeCon… in convertToPropertyValue() 483 …aControlValue = PropertyHandlerHelper::convertToControlValue( m_aContext.getContext(),m_xTypeConve… in convertToControlValue() 653 aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, in describePropertyLine() 655 PropertyHandlerHelper::requiresReadOnlyControl( pos->second.Attributes ), in describePropertyLine() 665 …PropertyControlType::HyperlinkField, PropertyHandlerHelper::requiresReadOnlyControl( pos->second.A… in describePropertyLine() 677 … PropertyHandlerHelper::describePropertyLine( pos->second, aDescriptor, _rxControlFactory ); in describePropertyLine()
|
H A D | formcomponenthandler.cxx | 1235 aDescriptor.Control = PropertyHandlerHelper::createNumericControl( in describePropertyLine() 1265 …aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine() 1307 …aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntrie… in describePropertyLine() 1310 …aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine() 1346 aDescriptor.Control = PropertyHandlerHelper::createNumericControl( in describePropertyLine() 1356 aDescriptor.Control = PropertyHandlerHelper::createNumericControl( in describePropertyLine() 1378 aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( in describePropertyLine() 1387 aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( in describePropertyLine() 2489 …_out_rProperty.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aNames, … in impl_describeCursorSource_nothrow() 2604 …_out_rDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListE… in impl_describeListSourceUI_throw()
|
H A D | eformspropertyhandler.cxx | 468 …aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine() 471 …aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntrie… in describePropertyLine()
|
H A D | xsdvalidationpropertyhandler.cxx | 419 …aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine() 422 …aDescriptor.Control = PropertyHandlerHelper::createNumericControl( _rxControlFactory, 0, aMinValue… in describePropertyLine()
|
H A D | eventhandler.cxx | 928 PropertyHandlerHelper::getDialogParentWindow( m_aContext ), in onInteractivePropertySelection() 1208 PropertyHandlerHelper::setContextDocumentModified( m_aContext ); in impl_setFormComponentScriptEvent_nothrow()
|
H A D | submissionhandler.cxx | 321 …aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
|
H A D | formgeometryhandler.cxx | 475 aLineDesc.Control = PropertyHandlerHelper::createNumericControl( in describePropertyLine()
|
Completed in 59 milliseconds