Home
last modified time | relevance | path

Searched refs:_aPropertyValue (Results 1 – 9 of 9) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java67 …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 DSwingUnoPropertyNode.java45 …public SwingUnoPropertyNode(PropertyValue _aPropertyValue, Object _oUnoObject, Object _oUnoReturnO… in SwingUnoPropertyNode() argument
47 m_oUnoPropertyNode = new UnoPropertyNode(_aPropertyValue, _oUnoObject, _oUnoReturnObject); in SwingUnoPropertyNode()
H A DSwingTreeControlProvider.java411 …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 DXTreeControlProvider.java79 …public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, PropertyValue _aPropertyValue, Obje… in addUnoPropertyNode() argument
/trunk/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java107 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 DControl.java264 public void setPropertyValue(String _sPropertyName, Object _aPropertyValue) throws Exception in setPropertyValue() argument
268 xPropertySet.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java399 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()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java146 …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()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx183 void lcl_convertFormulaTo(const uno::Any& _aPropertyValue,uno::Any& _rControlValue) in lcl_convertFormulaTo() argument
186 _aPropertyValue >>= sName; in lcl_convertFormulaTo()

Completed in 46 milliseconds