Searched refs:_aPropertyValue (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | UnoPropertyNode.java | 67 …public UnoPropertyNode(PropertyValue _aPropertyValue, Object _oUnoObject, Object _oUnoReturnObject… in UnoPropertyNode() argument 70 aPropertyValue = _aPropertyValue; in UnoPropertyNode() 204 protected static String getStandardPropertyValueDescription(PropertyValue _aPropertyValue){ in getStandardPropertyValueDescription() argument 205 if (!Introspector.isObjectPrimitive(_aPropertyValue.Value)){ in getStandardPropertyValueDescription() 206 return _aPropertyValue.Name; in getStandardPropertyValueDescription() 209 …return _aPropertyValue.Name + " : " + UnoNode.getDisplayValueOfPrimitiveType(_aPropertyValue.Value… in getStandardPropertyValueDescription()
|
H A D | SwingUnoPropertyNode.java | 45 …public SwingUnoPropertyNode(PropertyValue _aPropertyValue, Object _oUnoObject, Object _oUnoReturnO… in SwingUnoPropertyNode() argument 47 m_oUnoPropertyNode = new UnoPropertyNode(_aPropertyValue, _oUnoObject, _oUnoReturnObject); in SwingUnoPropertyNode()
|
H A D | SwingTreeControlProvider.java | 411 …public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, PropertyValue _aPropertyValue, Obje… in addUnoPropertyNode() argument 412 …SwingUnoPropertyNode oUnoPropertyNode = new SwingUnoPropertyNode(_aPropertyValue, _oUnoObject, _oR… in addUnoPropertyNode() 413 … oUnoPropertyNode.setLabel(UnoPropertyNode.getStandardPropertyValueDescription(_aPropertyValue)); in addUnoPropertyNode()
|
H A D | XTreeControlProvider.java | 79 …public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, PropertyValue _aPropertyValue, Obje… in addUnoPropertyNode() argument
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | TimeStampControl.java | 107 public void setPropertyValue(String _sPropertyName, Object _aPropertyValue) throws Exception in setPropertyValue() argument 109 oDateControl.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue() 110 oTimeControl.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue()
|
H A D | Control.java | 264 public void setPropertyValue(String _sPropertyName, Object _aPropertyValue) throws Exception in setPropertyValue() argument 268 xPropertySet.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | CommandFieldSelection.java | 399 public void preselectCommand(PropertyValue[] _aPropertyValue, boolean _bReadOnly) in preselectCommand() argument 403 if (Properties.hasPropertyValue(_aPropertyValue, PropertyNames.COMMAND_TYPE)) in preselectCommand() 405 …int nCommandType = AnyConverter.toInt(Properties.getPropertyValue(_aPropertyValue, PropertyNames.C… in preselectCommand() 406 …String sCommand = AnyConverter.toString(Properties.getPropertyValue(_aPropertyValue, PropertyNames… in preselectCommand()
|
/aoo42x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextFieldHandler.java | 146 …dentTextField[] getTextFieldsByProperty(String _PropertyName, Object _aPropertyValue, String _Type… in getTextFieldsByProperty() argument 169 if (sValue.equals(_aPropertyValue)) in getTextFieldsByProperty() 179 short iShortParam = ((Short) _aPropertyValue).shortValue(); in getTextFieldsByProperty()
|
/aoo42x/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 183 void lcl_convertFormulaTo(const uno::Any& _aPropertyValue,uno::Any& _rControlValue) in lcl_convertFormulaTo() argument 186 _aPropertyValue >>= sName; in lcl_convertFormulaTo()
|
Completed in 80 milliseconds