Home
last modified time | relevance | path

Searched refs:props (Results 1 – 25 of 174) sorted by relevance

1234567

/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java125 props[0] = new PropertyValue(); in setNumberingType()
151 props[0] = new PropertyValue(); in testPrefix()
152 props[0].Name = "Prefix"; in testPrefix()
153 props[0].Value = prefix; in testPrefix()
194 props[0] = new PropertyValue(); in testSuffix()
195 props[0].Name = "Suffix"; in testSuffix()
196 props[0].Value = suffix; in testSuffix()
238 props[0] = new PropertyValue(); in testStartWith()
239 props[0].Name = "StartWith"; in testStartWith()
452 props[0].Name = "Adjust"; in setAjust()
[all …]
H A DCheckBulletStyle.java90 props[0] = new PropertyValue(); in setUpDocument()
91 props[0].Name = "NumberingType"; in setUpDocument()
95 m_xReplace.replaceByIndex(0, props); in setUpDocument()
140 props[0] = new PropertyValue(); in testBulletColor()
141 props[0].Name = "BulletColor"; in testBulletColor()
142 props[0].Value = new Integer(255); in testBulletColor()
144 m_xReplace.replaceByIndex(0, props); in testBulletColor()
160 props[0] = new PropertyValue(); in testBulletSize()
161 props[0].Name = "BulletRelSize"; in testBulletSize()
162 props[0].Value = new Short((short)200); in testBulletSize()
[all …]
H A DGraphicBulletFromFile.java119 PropertyValue[] props = new PropertyValue[3]; in testGraphicBulletFromFile() local
120 props[0] = new PropertyValue(); in testGraphicBulletFromFile()
121 props[0].Name = "NumberingType"; in testGraphicBulletFromFile()
122 props[0].Value = new Short(NumberingType.BITMAP ); in testGraphicBulletFromFile()
124 props[1] = new PropertyValue(); in testGraphicBulletFromFile()
125 props[1].Name = "GraphicURL"; in testGraphicBulletFromFile()
126 props[1].Value = "vnd.sun.star.GraphicObject:"+getUniqueIDOfGraphicFile(app, m_GraphicPath); in testGraphicBulletFromFile()
128 props[2] = new PropertyValue(); in testGraphicBulletFromFile()
129 props[2].Name = "GraphicSize"; in testGraphicBulletFromFile()
130 props[2].Value = new Size(1000,1000); in testGraphicBulletFromFile()
[all …]
H A DCheckBuildInBullet.java148 PropertyValue[] props = new PropertyValue[2]; in testBuildInBullet() local
149 props[0] = new PropertyValue(); in testBuildInBullet()
150 props[0].Name = "NumberingType"; in testBuildInBullet()
151 props[0].Value = new Short(NumberingType.CHAR_SPECIAL ); in testBuildInBullet()
153 props[1] = new PropertyValue(); in testBuildInBullet()
154 props[1].Name = "BulletChar"; in testBuildInBullet()
155 props[1].Value = this.m_BulletChar; in testBuildInBullet()
158 xReplace.replaceByIndex(0, props); in testBuildInBullet()
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java59 _props = props; in MyPropertySetInfo()
88 Property[] props; field in MyPersistObject
104 props = new Property[prop_count]; in MyPersistObject()
106 props[i] = new Property(); in MyPersistObject()
109 props[0].Name = "byte"; in MyPersistObject()
111 props[1].Name = "int"; in MyPersistObject()
113 props[2].Name = "char"; in MyPersistObject()
115 props[3].Name = "double"; in MyPersistObject()
117 props[4].Name = "float"; in MyPersistObject()
119 props[5].Name = "short"; in MyPersistObject()
[all …]
/trunk/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java208 PropertyValue[] props = (PropertyValue[]) instance; in checkReadonlySupport() local
210 printPropertyValues(props); in checkReadonlySupport()
300 protected void printPropertyValues(PropertyValue[] props) in printPropertyValues() argument
303 while (i < props.length) in printPropertyValues()
305 System.out.println(props[i].Name + ":" + props[i].Value.toString()); in printPropertyValues()
308 if (i < props.length) in printPropertyValues()
310 System.out.println(props[i].Name + ":" + props[i].Value.toString()); in printPropertyValues()
323 while (i < props.length && !props[i].Name.equals(pName)) in getPropertyValueValue()
327 return i < props.length ? props[i].Value : null; in getPropertyValueValue()
339 while (i < props.length && !props[i].Name.equals(pName)) in setPropertyValueValue()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java51 Property[] props; field in Parameters
69 props = new Property[paramSet.size()]; in Parameters()
102 int size = props.length; in setPropertyValue()
106 addProps[i] = props[i]; in setPropertyValue()
109 props = addProps; in setPropertyValue()
127 return props; in getPropertySetInfo()
132 Property prop = props[i]; in getPropertySetInfo()
144 Property prop = props[i]; in getPropertySetInfo()
198 return props.getPropertyValue(name);
206 public static Map toMap(XPropertySet props) {
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontentcaps.cxx55 props[idx++] = in getProperties()
63 props[idx++] = in getProperties()
71 props[idx++] = in getProperties()
79 props[idx++] = in getProperties()
87 props[idx++] = in getProperties()
95 props[idx++] = in getProperties()
104 props[idx++] = in getProperties()
114 props[idx++] = in getProperties()
122 props[idx++] = in getProperties()
132 props[idx++] = in getProperties()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/
H A DOfficeSettingsBeanInfo.java70 props[0].setDisplayName(NbBundle.getMessage( in getPropertyDescriptors()
72 props[0].setShortDescription(NbBundle.getMessage( in getPropertyDescriptors()
76 props[1].setDisplayName(NbBundle.getMessage( in getPropertyDescriptors()
78 props[1].setShortDescription(NbBundle.getMessage( in getPropertyDescriptors()
80 props[1].setHidden(true); in getPropertyDescriptors()
82 props[2].setDisplayName(NbBundle.getMessage( in getPropertyDescriptors()
84 props[2].setShortDescription(NbBundle.getMessage( in getPropertyDescriptors()
86 props[2].setHidden(true); in getPropertyDescriptors()
88 props[3].setDisplayName(NbBundle.getMessage( in getPropertyDescriptors()
92 props[3].setHidden(true); in getPropertyDescriptors()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/
H A DFilterFactory.java108 PropertyValue[] props = (PropertyValue[]) instance; in createTestEnvironment() local
175 protected Object getPropertyValueValue(PropertyValue[] props, String pName) { in getPropertyValueValue() argument
177 while (i < props.length && !props[i].Name.equals(pName)) { in getPropertyValueValue()
180 return i < props.length ? props[i].Value : null; in getPropertyValueValue()
184 protected void setPropertyValueValue(PropertyValue[] props, String pName, Object pValue) { in setPropertyValueValue() argument
186 while (i < props.length && !props[i].Name.equals(pName)) { in setPropertyValueValue()
189 props[i].Value = pValue; in setPropertyValueValue()
192 protected PropertyValue getPropertyValue(PropertyValue[] props, String pName) { in getPropertyValue() argument
194 while (i < props.length && !props[i].Name.equals(pName)) { in getPropertyValue()
197 return i < props.length ? props[i] : null; in getPropertyValue()
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge209 props = readprops(buff)
211 for n in props.keys():
212 self[n] = props[n]
217 props = {}
274 props[name] = value
276 return props
396 if not sProp in self.props:
399 return self.props[sProp];
402 if not sProp in self.props:
404 return self.props[sProp];
[all …]
/trunk/main/framework/qa/complex/api_internal/
H A DCheckAPI.java125 PropertyValue[]props; in checkAPI() local
132 props = xPropAcc.getPropertyValues(); in checkAPI()
141 props = new PropertyValue[p.size()]; in checkAPI()
142 for ( int i=0; i<props.length; i++ ) { in checkAPI()
143 props[i] = new PropertyValue(); in checkAPI()
144 props[i].Value = p.get(i); in checkAPI()
149 props = new PropertyValue[1]; in checkAPI()
150 props[0] = new PropertyValue(); in checkAPI()
151 props[0].Value = testJob; in checkAPI()
154 System.out.println("Props length: "+ props.length); in checkAPI()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java58 private final DefaultConfiguration props; field in OfficeParserUtil
63 props = new DefaultConfiguration(); in OfficeParserUtil()
71 props.putAll(resProps); in OfficeParserUtil()
107 return props.getProperty(NAMESPACES_PREFIX + namespacePrefix); in getNamespaceURI()
112 return props.getProperty("style-family." + styleFamily); in getNamespaceForStyleFamily()
118 final Iterator keys = props.findPropertyKeys(NAMESPACES_PREFIX); in getNamespaces()
122 final String value = props.getConfigProperty(key); in getNamespaces()
134 final String value = props.getConfigProperty(key); in getNamespacePrefix()
154 final String value = props.getProperty(key); in parseStyleAttrDefinition()
162 return props.findPropertyKeys(configPrefix); in findStylesForElement()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XRangeSelection.java110 props[0] = new PropertyValue(); in _startRangeSelection()
111 props[0].Name = "InitialValue"; in _startRangeSelection()
112 props[0].Value = "B3:D5"; in _startRangeSelection()
113 props[1] = new PropertyValue(); in _startRangeSelection()
114 props[1].Name = "Title"; in _startRangeSelection()
115 props[1].Value = "the title"; in _startRangeSelection()
116 props[2] = new PropertyValue(); in _startRangeSelection()
118 props[2].Value = Boolean.FALSE; in _startRangeSelection()
119 oObj.startRangeSelection(props); in _startRangeSelection()
153 props[0].Value = "C4:E6"; in _startRangeSelection()
[all …]
H A D_SheetSortDescriptor.java52 public PropertyValue[] props = null; field in _SheetSortDescriptor
56 props = xSORT.createSortDescriptor(); in _BindFormatsToContent()
81 for (int i=0; i<props.length;i++) { in _SortAscending()
82 log.println("\t"+props[i].Name); in _SortAscending()
99 if ( ! name.equals(props[nr].Name) ) { in changeProp()
100 log.println("Property '"+props[nr].Name+"' is tested"); in changeProp()
107 gValue = props[nr].Value; in changeProp()
114 props[nr].Value=ValueToSet; in changeProp()
115 sValue = props[nr].Value; in changeProp()
H A D_XDocumentAuditing.java110 PropertyValue[] props = new PropertyValue[1]; in before() local
111 props[0] = new PropertyValue(); in before()
112 props[0].Name = "AutoRefreshArrows"; in before()
113 props[0].Value = Boolean.FALSE; in before()
115 …ntController().getFrame(), (XMultiServiceFactory)tParam.getMSF(), ".uno:AutoRefreshArrows", props); in before() local
138 PropertyValue[] props = new PropertyValue[1]; in after() local
139 props[0] = new PropertyValue(); in after()
140 props[0].Name = "AutoRefreshArrows"; in after()
141 props[0].Value = Boolean.TRUE; in after()
143 …ntController().getFrame(), (XMultiServiceFactory)tParam.getMSF(), ".uno:AutoRefreshArrows", props); in after() local
H A D_DatabaseImportDescriptor.java47 public PropertyValue[] props = null; field in _DatabaseImportDescriptor
51 props = xIMP.createImportDescriptor(true); in _DatabaseName()
69 if ( ! name.equals(props[nr].Name) ) { in changeProp()
70 log.println("Property '"+props[nr].Name+"' is tested"); in changeProp()
77 gValue = props[nr].Value; in changeProp()
81 props[nr].Value=ValueToSet; in changeProp()
82 sValue = props[nr].Value; in changeProp()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java116 props[ index ] = prop; in getChildren()
123 arg.Properties = props; in getChildren()
235 public void printLine( Vector props ) { in printLine() argument
237 while ( !props.isEmpty() ) { in printLine()
239 int size = props.size(); in printLine()
242 Object obj = props.get( i ); in printLine()
251 props.set( i, null ); in printLine()
256 props.set( i, temp2 ); in printLine()
268 Object obj = props.get( i ); in printLine()
273 props.clear(); in printLine()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XImportable.java128 protected void printPropertyValue(PropertyValue[] props) { in printPropertyValue() argument
129 for (int i = 0; i < props.length; i++) { in printPropertyValue()
130 log.println("\tName: " + props[i].Name); in printPropertyValue()
131 log.println("\tValue: " + props[i].Value); in printPropertyValue()
138 for (int i = 0; i < props.length; i++) { in checkPropertyNames()
139 boolean locResult = props[i].Name.equals(names[i]); in checkPropertyNames()
143 log.println("\tGetting: " + props[i].Name); in checkPropertyNames()
153 protected boolean checkPropertyTypes(PropertyValue[] props, Type[] types) { in checkPropertyTypes() argument
156 for (int i = 0; i < props.length; i++) { in checkPropertyTypes()
157 Type ValueType = new Type(props[i].Value.getClass()); in checkPropertyTypes()
[all …]
/trunk/main/svtools/source/dialogs/
H A Dcolrdlg.cxx92 Sequence< PropertyValue > props( 2 ); in Execute() local
93 props[0].Name = sColor; in Execute()
94 props[0].Value <<= (sal_Int32) maColor.GetColor(); in Execute()
95 props[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Mode" ) ); in Execute()
96 props[1].Value <<= (sal_Int16) meMode; in Execute()
98 xPropertyAccess->setPropertyValues( props ); in Execute()
104 props = xPropertyAccess->getPropertyValues(); in Execute()
105 for( sal_Int32 n = 0; n < props.getLength(); n++ ) in Execute()
107 if( props[n].Name.equals( sColor ) ) in Execute()
110 if( props[n].Value >>= nColor ) in Execute()
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java60 …protected void storeToURL(Object officeDocument, Properties props, String targetUrl, String filter… in storeToURL() argument
64 props = new Properties(); in storeToURL()
65 props.put("FilterName", filterName); in storeToURL()
69 props.put("FilterData", filterData); in storeToURL()
72 PropertyValue[] o = props.getProperties(); in storeToURL()
104 Properties props = new Properties(); in openDocument() local
105 props.put("Hidden", Boolean.TRUE); in openDocument()
106 props.put("MacroExecutionMode", new Short(MacroExecMode.NEVER_EXECUTE)); in openDocument()
107 props.put("UpdateDocMode", new Short(UpdateDocMode.NO_UPDATE)); in openDocument()
108 …mponentLoader.class, desktop).loadComponentFromURL(doc.cp_URL, "_blank", 0, props.getProperties()); in openDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIElementFactoryRegistration.java49 PropertyValue[][]props = oObj.getRegisteredFactories(); in _getRegisteredFactories() local
50 if (props == null) { in _getRegisteredFactories()
52 props = new PropertyValue[0][0]; in _getRegisteredFactories()
54 for(int i=0; i<props.length; i++) in _getRegisteredFactories()
55 for(int j=0; j<props[i].length; j++) in _getRegisteredFactories()
56 log.println("Factory: " + props[i][j].Name + " - " + props[i][j].Value); in _getRegisteredFactories()
57 tRes.tested("getRegisteredFactories()", props.length != 0); in _getRegisteredFactories()
/trunk/main/unotools/source/config/
H A Deventcfg.cxx268 Sequence< beans::PropertyValue > props; in replaceByName() local
270 if( sal_False == ( aElement >>= props ) ) in replaceByName()
276 sal_Int32 nPropCount = props.getLength(); in replaceByName()
280 props[ index ].Value >>= macroURL; in replaceByName()
289 Sequence< beans::PropertyValue > props(2); in getByName() local
290 props[0].Name = OUString::createFromAscii("EventType"); in getByName()
291 props[0].Value <<= OUString::createFromAscii("Script"); in getByName()
292 props[1].Name = OUString::createFromAscii("Script"); in getByName()
296 props[1].Value <<= it->second; in getByName()
306 props[1].Value <<= OUString(); in getByName()
[all …]
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A Dmakefile.mk67 CHMOD $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props \
73 CHMOD $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props \
98 $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props : TypeDetection.props
99 cp TypeDetection.props $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props
100 jar uf $(CLASSDIR)$/$(JARTARGET) -C $(CLASSDIR) $(PACKAGE)$/TypeDetection.props
106 chmod 666 $(CLASSDIR)$/$(PACKAGE)$/*.props
/trunk/main/wizards/com/sun/star/wizards/common/
H A DProperties.java44 public static Object getPropertyValue(PropertyValue[] props, String propName) in getPropertyValue() argument
46 for (int i = 0; i < props.length; i++) in getPropertyValue()
48 if (propName.equals(props[i].Name)) in getPropertyValue()
50 return props[i].Value; in getPropertyValue()
56 public static boolean hasPropertyValue(PropertyValue[] props, String propName) in hasPropertyValue() argument
58 for (int i = 0; i < props.length; i++) in hasPropertyValue()
60 if (propName.equals(props[i].Name)) in hasPropertyValue()

Completed in 90 milliseconds

1234567