Home
last modified time | relevance | path

Searched refs:props (Results 26 – 50 of 174) sorted by relevance

1234567

/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java118 XPropertySet props = (XPropertySet) in showOrganizer()
121 checkEnabled(props, "Creatable", createButton); in showOrganizer()
122 checkEnabled(props, "Deletable", deleteButton); in showOrganizer()
123 checkEnabled(props, "Editable", editButton); in showOrganizer()
305 private void checkEnabled(XPropertySet props, String name, in checkEnabled() argument
312 if (props != null) in checkEnabled()
314 Object o = props.getPropertyValue(name); in checkEnabled()
316 props.getPropertyValue(name)); in checkEnabled()
398 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface( in initUI()
407 if (xbn.getType() == BrowseNodeTypes.SCRIPT && props != null) in initUI()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java212 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface( in createConfirmDialog() local
215 props.setPropertyValue("Title", title); in createConfirmDialog()
290 XPropertySet props = (XPropertySet) in setDimensions() local
293 props.setPropertyValue("PositionX", new Integer(x)); in setDimensions()
294 props.setPropertyValue("PositionY", new Integer(y)); in setDimensions()
295 props.setPropertyValue("Height", new Integer(height)); in setDimensions()
296 props.setPropertyValue("Width", new Integer(width)); in setDimensions()
322 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface( in createInputDialog() local
324 props.setPropertyValue("Title", title); in createInputDialog()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XNumberFormatsSupplier.java57 XPropertySet props = oObj.getNumberFormatSettings(); in _getNumberFormatSettings() local
59 if (props != null) { in _getNumberFormatSettings()
61 result &= props.getPropertyValue("NullDate") != null && in _getNumberFormatSettings()
62 props.getPropertyValue("StandardDecimals") != null && in _getNumberFormatSettings()
63 props.getPropertyValue("NoZero") != null && in _getNumberFormatSettings()
64 props.getPropertyValue("TwoDigitDateStart") != null ; in _getNumberFormatSettings()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolder.java124 Sheet.Set props; in createSheet() local
128 props = sheet.get(Sheet.PROPERTIES); in createSheet()
129 if (props == null) { in createSheet()
130 props = Sheet.createPropertiesSet(); in createSheet()
131 sheet.put(props); in createSheet()
138 props.put(prop); in createSheet()
141 props.put(prop); in createSheet()
147 props.put(prop); in createSheet()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx471 props.push_back(std::make_pair(sKey, sVal)); in getJavaProps()
474 if (rs != FileHandleReader::RESULT_ERROR && props.size()>0) in getJavaProps()
691 vector<pair<OUString, OUString> > props; in getJREInfoFromBinPath() local
871 vector<pair<OUString, OUString> > props; in getJREInfoByPath() local
946 if (getJavaProps(sFilePath, props, & bProcessRun) == false) in getJREInfoByPath()
965 getJavaProps(sFullPath, props, & bProcessRun); in getJREInfoByPath()
990 if (props.size() == 0) in getJREInfoByPath()
998 for (c_ip i = props.begin(); i != props.end(); i++) in getJREInfoByPath()
1017 ret = createInstance(gVendorMap[c].createFunc, props); in getJREInfoByPath()
1032 … for (vector<pair<OUString, OUString> >::iterator i = props.begin(); i != props.end(); i++) in getJREInfoByPath()
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DImpressHTMLExporter.java56 props.put("Author", source.cp_Author); in export()
57 props.put("Email", session.cp_GeneralInfo.cp_Email); in export()
58 props.put("HomepageURL", getHomepageURL(session)); in export()
59 props.put("UserText", source.cp_Title); in export()
61 props.put(PropertyNames.PROPERTY_WIDTH, getImageWidth(session)); in export()
70 props.put("UseButtonSet", new Integer(session.cp_Design.cp_IconSet)); in export()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java252 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface in getDataSourceService() local
255 if (Name != null) props.setPropertyValue("Name", Name) ; in getDataSourceService()
256 if (URL != null) props.setPropertyValue("URL", URL) ; in getDataSourceService()
257 if (Info != null) props.setPropertyValue("Info", Info) ; in getDataSourceService()
258 if (User != null) props.setPropertyValue("User", User) ; in getDataSourceService()
259 if (Password != null) props.setPropertyValue("Password", Password) ; in getDataSourceService()
260 … if (IsPasswordRequired != null) props.setPropertyValue("IsPasswordRequired", IsPasswordRequired) ; in getDataSourceService()
261 …if (SuppressVersionColumns != null) props.setPropertyValue("SuppressVersionColumns", SuppressVersi… in getDataSourceService()
262 if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", IsReadOnly) ; in getDataSourceService()
263 if (TableFilter != null) props.setPropertyValue("TableFilter", TableFilter) ; in getDataSourceService()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_XDiagram.java95 XPropertySet props = null; in _getDataRowProperties() local
100 props = oObj.getDataRowProperties(i); in _getDataRowProperties()
101 if (props != null) { in _getDataRowProperties()
127 XPropertySet props = null; in _getDataPointProperties() local
134 props = oObj.getDataPointProperties(i, j); in _getDataPointProperties()
135 if (props != null) { in _getDataPointProperties()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DScriptNode.java84 Sheet.Set props = sheet.get(Sheet.PROPERTIES); in createSheet() local
85 if (props == null) { in createSheet()
86 props = Sheet.createPropertiesSet(); in createSheet()
87 sheet.put(props); in createSheet()
92 props.put(prop); in createSheet()
95 props.put(prop); in createSheet()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XDataPilotDescriptor.java240 XPropertySet props = in _getDataPilotFields() local
246 props.setPropertyValue("Orientation", in _getDataPilotFields()
251 props.setPropertyValue("Orientation", in _getDataPilotFields()
256 props.setPropertyValue("Orientation", in _getDataPilotFields()
261 props.setPropertyValue("Orientation", in _getDataPilotFields()
266 props.setPropertyValue("Orientation", in _getDataPilotFields()
269 props.setPropertyValue("CurrentPage", "20"); in _getDataPilotFields()
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java115 XPropertySet props = (XPropertySet) in show()
205 private void checkEnabled(XPropertySet props, String name, in checkEnabled() argument
212 if (props != null) in checkEnabled()
214 Object o = props.getPropertyValue(name); in checkEnabled()
216 props.getPropertyValue(name)); in checkEnabled()
297 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface( in initUI()
306 if (xbn.getType() == BrowseNodeTypes.SCRIPT && props != null) in initUI()
310 props.getPropertyValue("URI")); in initUI()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java72 Properties props = new Properties();
73 props.load(is);
75 String info = props.getProperty("debug.info", "false");
82 String trace = props.getProperty("debug.trace", "false");
89 String error = props.getProperty("debug.error", "false");
96 String w = props.getProperty("debug.output", "System.out");
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx333 sc::IDictionary* props, in invokeObject() argument
339 (props->get_Item(m_methodNameString)); in invokeObject()
341 props->get_Item(m_ArgsString)); in invokeObject()
421 sc::IDictionary* props= callmsg->Properties; in Invoke() local
424 props->get_Item(m_CallContextString)); in Invoke()
430 props->get_Item(m_typeNameString)); in Invoke()
436 return invokeObject(props, context, mcm); in Invoke()
446 props->get_Item(m_methodNameString)))); in Invoke()
483 props->get_Item(m_ArgsString)); in Invoke()
627 sc::IDictionary* props= msg->get_Properties(); in constructReturnMessage() local
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java514 public void setPropertyValues(PropertyValue[] props) in setPropertyValues() argument
518 for (int i = 0; i < props.length; ++i) { in setPropertyValues()
519 if (props[i].Handle != -1 in setPropertyValues()
520 && !props[i].Name.equals(translateHandle(props[i].Handle))) in setPropertyValues()
523 ("name " + props[i].Name + " does not match handle " in setPropertyValues()
524 + props[i].Handle), in setPropertyValues()
528 props[i].Name, props[i].Value, in setPropertyValues()
529 props[i].State == PropertyState.AMBIGUOUS_VALUE, in setPropertyValues()
530 props[i].State == PropertyState.DEFAULT_VALUE, (short) 0); in setPropertyValues()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotDescriptor.java213 XPropertySet props = (XPropertySet) in _getDataPilotFields() local
219 props.setPropertyValue("Orientation", in _getDataPilotFields()
224 props.setPropertyValue("Orientation", in _getDataPilotFields()
229 props.setPropertyValue("Orientation", in _getDataPilotFields()
234 props.setPropertyValue("Orientation", in _getDataPilotFields()
239 props.setPropertyValue("Orientation", in _getDataPilotFields()
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java129 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, dateFiled); in createTimeFiled() local
130 props.setPropertyValue("IsDate", false); in createTimeFiled()
133 DateTime dateField = (DateTime) props.getPropertyValue("DateTimeValue"); in createTimeFiled()
197 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, dateFiled); in createDateFiled() local
198 props.setPropertyValue("IsDate", true); in createDateFiled()
201 DateTime dateField = (DateTime) props.getPropertyValue("DateTimeValue"); in createDateFiled()
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx166 SbxArray * props = PTR_CAST(SbxObject, variable->GetObject())-> in alignment() local
168 for (sal_uInt16 i = 0; i < props->Count(); ++i) { in alignment()
169 n = std::max(n, alignment(props->Get(i))); in alignment()
218 SbxArray * props = PTR_CAST(SbxObject, variable->GetObject())-> in marshalStruct() local
220 for (sal_uInt16 i = 0; i < props->Count(); ++i) { in marshalStruct()
221 SbError e = marshal(false, props->Get(i), false, blob, offset, data); in marshalStruct()
410 SbxArray * props = PTR_CAST(SbxObject, variable->GetObject())-> in unmarshal() local
412 for (sal_uInt16 i = 0; i < props->Count(); ++i) { in unmarshal()
413 data = unmarshal(props->Get(i), data); in unmarshal()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java316 PropertyValue[] props = new PropertyValue[propNames.length] ; in createMediaDescriptor() local
318 for (int i = 0; i < props.length; i++) { in createMediaDescriptor()
319 props[i] = new PropertyValue() ; in createMediaDescriptor()
320 props[i].Name = propNames[i] ; in createMediaDescriptor()
322 props[i].Value = values[i] ; in createMediaDescriptor()
326 return props ; in createMediaDescriptor()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingBulletTypes.java147 PropertyValue[] props = new PropertyValue[1]; in testNumberingTypes() local
148 props[0] = new PropertyValue(); in testNumberingTypes()
149 props[0].Name = "NumberingType"; in testNumberingTypes()
150 props[0].Value = m_numberingType; in testNumberingTypes()
152 xReplace.replaceByIndex(0, props); in testNumberingTypes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldObj.java326 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface( in getSRange() local
332 props.setPropertyValue("Orientation", in getSRange()
339 props.setPropertyValue("Orientation", in getSRange()
346 props.setPropertyValue("Orientation", in getSRange()
353 props.setPropertyValue("Orientation", in getSRange()
360 props.setPropertyValue("Orientation", in getSRange()
H A DScDataPilotItemObj.java344 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface( in getSRange() local
350 props.setPropertyValue("Orientation", in getSRange()
357 props.setPropertyValue("Orientation", in getSRange()
364 props.setPropertyValue("Orientation", in getSRange()
371 props.setPropertyValue("Orientation", in getSRange()
378 props.setPropertyValue("Orientation", in getSRange()
H A DScDataPilotItemsObj.java332 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface( in getSRange() local
338 props.setPropertyValue("Orientation", in getSRange()
345 props.setPropertyValue("Orientation", in getSRange()
352 props.setPropertyValue("Orientation", in getSRange()
359 props.setPropertyValue("Orientation", in getSRange()
366 props.setPropertyValue("Orientation", in getSRange()
H A DScIndexEnumeration_DataPilotItemsEnumeration.java338 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface( in getSRange() local
344 props.setPropertyValue("Orientation", in getSRange()
351 props.setPropertyValue("Orientation", in getSRange()
358 props.setPropertyValue("Orientation", in getSRange()
365 props.setPropertyValue("Orientation", in getSRange()
372 props.setPropertyValue("Orientation", in getSRange()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DConverterInfoList.java44 private Properties props = null; field in ConverterInfoList
70 props = new Properties(); in ConverterInfoList()
71 props.load(bis); in ConverterInfoList()
78 while ((jarFileName = props.getProperty("jarname" + i)) != null) { in ConverterInfoList()
/trunk/main/forms/source/xforms/submission/
H A Dserialization.hxx68 void setProperties(const CSS::uno::Sequence< CSS::beans::NamedValue >& props) in setProperties() argument
72 for (sal_Int32 i=0; i<props.getLength(); i++) in setProperties()
74 if (props[i].Value >>= aValue) in setProperties()
75 m_properties.insert(PropMap::value_type(props[i].Name, aValue)); in setProperties()

Completed in 160 milliseconds

1234567