Home
last modified time | relevance | path

Searched refs:propName (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiPropertyTest.java150 protected void testProperty(String propName) in testProperty() argument
163 tRes.tested(propName, true); in testProperty()
170 tRes.tested(propName, false); in testProperty()
188 tRes.tested(propName, true); in testProperty()
194 tRes.tested(propName, false); in testProperty()
255 tRes.tested(propName, false); in testProperty()
292 tRes.tested(propName, false); in checkResult()
312 tRes.tested(propName, false); in checkResult()
317 tRes.tested(propName, true); in checkResult()
548 propTester.testProperty(propName); in testProperty()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_MailMerge.java62 String propName = "ResultSet"; in _ResultSet() local
80 tRes.tested(propName, false); in _ResultSet()
83 tRes.tested(propName, false); in _ResultSet()
85 if (this.isOptional(propName)){ in _ResultSet()
93 tRes.tested(propName, false); in _ResultSet()
97 tRes.tested(propName, false); in _ResultSet()
106 String propName = "ActiveConnection"; in _ActiveConnection() local
124 tRes.tested(propName, false); in _ActiveConnection()
127 tRes.tested(propName, false); in _ActiveConnection()
129 if (this.isOptional(propName)){ in _ActiveConnection()
[all …]
H A D_CellProperties.java80 protected Object getNewValue(String propName, Object oldValue) { in _TextSection()
95 protected Object getNewValue(String propName, Object oldValue) { in _BackColor()
111 protected Object getNewValue(String propName, Object oldValue) { in _BackGraphicURL()
128 protected Object getNewValue(String propName, Object oldValue) { in _UserDefinedAttributes()
H A D_BaseIndex.java68 protected Object getNewValue(String propName, Object oldValue) {
110 protected Object getNewValue(String propName, Object oldValue) { in _LevelFormat()
146 protected void checkResult(String propName, Object oldValue, in _LevelFormat()
160 tRes.tested(propName, result); in _LevelFormat()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_DataAccessDescriptor.java37 String propName = "ResultSet"; in _ResultSet() local
55 tRes.tested(propName, false); in _ResultSet()
58 tRes.tested(propName, false); in _ResultSet()
60 if (this.isOptional(propName)){ in _ResultSet()
68 tRes.tested(propName, false); in _ResultSet()
72 tRes.tested(propName, false); in _ResultSet()
80 String propName = "ActiveConnection"; in _ActiveConnection() local
98 tRes.tested(propName, false); in _ActiveConnection()
101 tRes.tested(propName, false); in _ActiveConnection()
103 if (this.isOptional(propName)){ in _ActiveConnection()
[all …]
H A D_RowSet.java79 protected void checkResult(String propName, Object oldValue, in checkResult() argument
83 super.checkResult(propName, oldValue, newValue, resValue, exception); in checkResult()
86 oObj.setPropertyValue(propName, this.oldValue); in checkResult()
110 protected void testProperty(String propName) { in testProperty() argument
111 testProperty(propName, new SafeTester()) ; in testProperty()
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java358 protected boolean checkResult(XPropertySet set, String propName, in checkResult() argument
363 Property prop = info.getPropertyByName(propName); in checkResult()
375 System.out.println("Property " + propName + " is void"); in checkResult()
379 System.out.println("Property " + propName + " is readOnly"); in checkResult()
387 System.out.println(propName + in checkResult()
397 System.out.println("Property '" + propName + "' OK"); in checkResult()
403 System.out.println("Property '" + propName + "' OK"); in checkResult()
409 System.out.println("Property '" + propName + "' OK"); in checkResult()
415 System.out.println("Property '" + propName + "' OK"); in checkResult()
446 System.out.println("Property '" + propName + "' OK"); in checkResult()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_FillProperties.java71 protected Object getNewValue(String propName, Object oldValue)
85 protected Object getNewValue(String propName, Object oldValue)
99 protected Object getNewValue(String propName, Object oldValue)
166 String propName = "FillBitmap"; in _FillBitmap() local
170 if (!info.hasPropertyByName(propName)) { in _FillBitmap()
171 if (isOptional(propName)) { in _FillBitmap()
173 log.println("Property '" + propName + "' is optional and not supported"); in _FillBitmap()
174 tRes.tested(propName, true); in _FillBitmap()
H A D_GraphicObjectShape.java67 protected Object getNewValue(String propName, Object oldValue) {
79 protected Object getNewValue(String propName, Object oldValue){
93 protected Object getNewValue(String propName, Object oldValue) {
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java114 protected Object getNewValue(String propName, Object oldValue)
129 protected Object getNewValue(String propName, Object oldValue) {
143 protected Object getNewValue(String propName, Object oldValue) {
157 protected Object getNewValue(String propName, Object oldValue) {
173 protected Object getNewValue(String propName, Object oldValue) {
189 protected Object getNewValue(String propName, Object oldValue) {
204 protected Object getNewValue(String propName, Object oldValue) {
223 protected Object getNewValue(String propName, Object oldValue) { in before()
H A D_CharacterProperties.java113 protected Object getNewValue(String propName, Object old) { in _CharHeight()
128 protected Object getNewValue(String propName, Object oldValue) {
163 protected Object getNewValue(String propName, Object oldValue) {
185 protected Object getNewValue(String propName, Object oldValue) {
267 protected Object getNewValue(String propName, Object oldValue)
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java292 protected Method createGetMethod(String propName, Object obj) in createGetMethod() argument
298 m = obj.getClass().getMethod("get" + propName, EMPTY_ARRAY); in createGetMethod()
302 …throw new IllegalArgumentException("get" + propName + "() method does not exist on " + obj.getClas… in createGetMethod()
331 protected Method createSetMethod(String propName, Object obj, Class paramClass) { in createSetMethod() argument
334 m = obj.getClass().getMethod("set" + propName, new Class[] { paramClass }); in createSetMethod()
336 …throw new IllegalArgumentException("set" + propName + "(" + getMethod.getReturnType().getName() + … in createSetMethod()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java403 …synchronized public void removePropertyChangeListener(String propName, XPropertyChangeListener lis… in removePropertyChangeListener() argument
407 if (propName.length() > 0) in removePropertyChangeListener()
409 Property prop = getProperty(propName); in removePropertyChangeListener()
411 throw new UnknownPropertyException("Property " + propName + " is unknown"); in removePropertyChangeListener()
412 aBoundLC.removeInterface(propName, listener); in removePropertyChangeListener()
420 …synchronized public void removeVetoableChangeListener(String propName, XVetoableChangeListener lis… in removeVetoableChangeListener() argument
424 if (propName.length() > 0) in removeVetoableChangeListener()
426 Property prop = getProperty(propName); in removeVetoableChangeListener()
428 throw new UnknownPropertyException("Property " + propName + " is unknown"); in removeVetoableChangeListener()
429 aVetoableLC.removeInterface(propName, listener); in removeVetoableChangeListener()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DProperties.java44 public static Object getPropertyValue(PropertyValue[] props, String propName) in getPropertyValue() argument
48 if (propName.equals(props[i].Name)) in getPropertyValue()
53 throw new IllegalArgumentException("Property '" + propName + "' not found."); in getPropertyValue()
56 public static boolean hasPropertyValue(PropertyValue[] props, String propName) in hasPropertyValue() argument
60 if (propName.equals(props[i].Name)) in hasPropertyValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java267 String propName, in updateGroupProperty() argument
284 xProp.setPropertyValue(propName, propValue); in updateGroupProperty()
287 "could not set property '" + propName + in updateGroupProperty()
308 String propName, in insertOrUpdateExtensibleGroupProperty() argument
339 xExtGroupCont.insertByName(propName, propValue); in insertOrUpdateExtensibleGroupProperty()
342 xExtGroupCont .replaceByName(propName, propValue); in insertOrUpdateExtensibleGroupProperty()
/trunk/main/slideshow/source/inc/
H A Dtools.hxx332 rtl::OUString const & propName ) in getPropertyValue() argument
336 xPropSet->getPropertyValue( propName ) ); in getPropertyValue()
341 ::rtl::OUStringToOString( propName, in getPropertyValue()
364 rtl::OUString const & propName ) in getPropertyValue() argument
369 xPropSet->getPropertyValue( propName )); in getPropertyValue()
377 ::rtl::OUStringToOString( propName, in getPropertyValue()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java469 public static void setProperties(Object obj, String propName, Object value) throws Exception { in setProperties() argument
472 xPropertySet.setPropertyValue(propName, value); in setProperties()
482 public static Object getProperties(Object obj, String propName) throws Exception { in getProperties() argument
485 Object value = xPropertySet.getPropertyValue(propName); in getProperties()
497 public static void setCellProperties(XCell xCell, String propName, Object value) throws Exception { in setCellProperties() argument
499 setProperties(xCell, propName, value); in setCellProperties()
509 public static Object getCellProperties(XCell xCell, String propName) throws Exception { in getCellProperties() argument
510 return getProperties(xCell, propName); in getCellProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertyStates.java128 String propName = names[0]; in _setPropertiesToDefault() local
132 propName = names[i]; in _setPropertiesToDefault()
152 log.println("The property " + propName + " selected"); in _setPropertiesToDefault()
157 the_first[0] = propName; in _setPropertiesToDefault()
158 log.println("Setting " + propName + " to default"); in _setPropertiesToDefault()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_DataPilotField.java48 protected Object getNewValue(String propName, Object oldValue) {
74 protected Object getNewValue(String propName, Object oldValue) {
99 protected Object getNewValue(String propName, Object oldValue) {
124 protected Object getNewValue(String propName, Object oldValue) {
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XObjectInputStream.java138 String propName = p1[i].Name ; in compareProperties() local
140 log.print("Comparing property '" + propName + "' ...") ; in compareProperties()
144 (props1.getPropertyValue(propName), in compareProperties()
145 props2.getPropertyValue(propName)) ; in compareProperties()
/trunk/main/vcl/unx/generic/window/
H A DFWS.cxx81 char propName[64]; in WMSupportsFWS() local
98 snprintf (propName, sizeof(propName), "_SUN_FWS_NEXT_ICON_%d", screen); in WMSupportsFWS()
99 fwsIconAtom = XInternAtom(display, propName, False); in WMSupportsFWS()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlImageControlModel.java50 protected Object getNewValue(String propName, Object oldValue)
72 protected Object getNewValue(String propName, Object oldValue) { in _BackgroundColor()
74 super.getNewValue(propName, oldValue) ; in _BackgroundColor()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx108 ::rtl::OUString const & propName, ::rtl::OUString const & attrName,
218 ::rtl::OUString const & propName, ::rtl::OUString const & attrName, in read() argument
223 _xPropState->getPropertyState( propName )) in read()
225 css::uno::Any a( _xProps->getPropertyValue( propName ) ); in read()
/trunk/main/oox/source/export/
H A Dshapes.cxx337 #define GETA(propName) \ argument
338 GetProperty( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ) )
340 #define GETAD(propName) \ argument
341 …( GetPropertyAndState( rXPropSet, rXPropState, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ),…
343 #define GET(variable, propName) \ argument
344 if ( GETA(propName) ) \
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_DataAwareControlModel.java116 protected void checkResult(String propName, Object oldValue, in _DataField()
131 tRes.tested(propName, res) ; in _DataField()
133 super.checkResult(propName, oldValue, newValue, in _DataField()

Completed in 117 milliseconds

1234