Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java112 protected void registerProperty(Property prop, Object id) in registerProperty()
248 protected void putProperty(Property prop) in putProperty()
282 protected Object getPropertyId(Property prop) in getPropertyId()
322 Property prop= getProperty(str); in addPropertyChangeListener() local
346 Property prop= getProperty(str); in addVetoableChangeListener() local
382 Property prop= getProperty(name); in getPropertyValue() local
409 Property prop = getProperty(propName); in removePropertyChangeListener() local
426 Property prop = getProperty(propName); in removeVetoableChangeListener() local
483 Property prop= getProperty(name); in setPropertyValue() local
959 Property prop= getPropertyByHandle(nHandle); in setFastPropertyValue() local
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolder.java125 Node.Property prop; in createSheet() local
153 Node.Property prop = in createLocationProperty() local
178 Node.Property prop = in createLanguageProperty() local
224 Node.Property prop = in createFilterProperty() local
270 Node.Property prop = in createClasspathProperty() local
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java149 …private static UnoDataAware attachTextControl(Object data, String prop, Object unoText, final List… in attachTextControl()
176 …public static UnoDataAware attachEditControl(Object data, String prop, Object unoControl, Listener… in attachEditControl()
181 …public static UnoDataAware attachDateControl(Object data, String prop, Object unoControl, Listener… in attachDateControl()
186 …public static UnoDataAware attachTimeControl(Object data, String prop, Object unoControl, Listener… in attachTimeControl()
191 …public static UnoDataAware attachNumericControl(Object data, String prop, Object unoControl, Liste… in attachNumericControl()
196 …public static UnoDataAware attachCheckBox(Object data, String prop, Object checkBox, final Listene… in attachCheckBox()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationManager.java113 PropertyValue prop = (PropertyValue)o[j]; in _getSettings() local
140 PropertyValue[] prop = createMenuBarEntry("My Entry", mxMenuBarSettings, mxMSF, log); in _replaceSettings() local
151 x.insertByIndex(x.getCount(), prop); in _replaceSettings() local
211 PropertyValue[] prop = createMenuBarEntry("A new entry", mxSettings, mxMSF, log); in _insertSettings() local
298 PropertyValue[] prop = new PropertyValue[4]; in createMenuBarEntry() local
H A D_XUIElementFactory.java37 PropertyValue[] prop = new PropertyValue[0]; in _createUIElement() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchRecorder.java84 PropertyValue prop = new PropertyValue(); in _getRecordedMacro() local
135 PropertyValue prop = new PropertyValue(); in _recordDispatch() local
166 PropertyValue prop = new PropertyValue(); in _recordDispatchAsComment() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertyStates.java136 Property prop = null; in _setPropertiesToDefault() local
208 Property prop = xPropSetInfo.getPropertyByName(names[i]); in _setAllPropertiesToDefault() local
H A D_XProperty.java35 Property prop = oObj.getAsProperty(); in _getAsProperty() local
H A D_XPropertySetInfo.java77 Property prop = oObj.getPropertyByName(IsThere.Name); in _getPropertyByName() local
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java113 Property prop = new Property(); in getChildren() local
244 String prop = obj.toString(); in printLine() local
316 String prop = obj.toString(); in main() local
/trunk/main/extensions/test/ole/DCOM/dcom_test/
H A DModule1.bas45 Dim prop variable
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java132 Property prop = props[i]; in getPropertySetInfo() local
144 Property prop = props[i]; in getPropertySetInfo() local
/trunk/main/forms/source/inc/
H A Dproperty.hxx206 #define REGISTER_PROP_1( prop, member, attrib1 ) \ argument
210 #define REGISTER_PROP_2( prop, member, attrib1, attrib2 ) \ argument
214 #define REGISTER_PROP_3( prop, member, attrib1, attrib2, attrib3 ) \ argument
219 #define REGISTER_VOID_PROP_1( prop, memberAny, type, attrib1 ) \ argument
223 #define REGISTER_VOID_PROP_2( prop, memberAny, type, attrib1, attrib2 ) \ argument
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java44 String prop = System.getProperty("singleton"); in run() local
66 String prop = System.getProperty("openoffice.home"); in findOpenofficeHome() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XControlInformation.java120 Object prop = oObj.getSupportedControlProperties("NoSuchControl") ; in _getSupportedControlProperties() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DUIConfigurationManager.java146 PropertyValue[]prop = _XUIConfigurationManager.createMenuBarEntry( in fireEvent() local
152 x.insertByIndex(x.getCount(), prop); in fireEvent() local
H A DModuleUIConfigurationManager.java189 PropertyValue[]prop = _XUIConfigurationManager.createMenuBarEntry( in fireEvent() local
195 x.insertByIndex(x.getCount(), prop); in fireEvent() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DORadioButtonModel.java160 PropertyValue prop = new PropertyValue(); in createTestEnvironment() local
H A DOSpinButtonModel.java88 PropertyValue prop = new PropertyValue(); in createTestEnvironment() local
H A DOScrollBarModel.java87 PropertyValue prop = new PropertyValue(); in createTestEnvironment() local
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.cxx99 for ( PropertyValues::iterator prop = o_propertyValues.begin(); in getPropertyValues() local
H A Dvcl_time_handler.cxx100 for ( PropertyValues::iterator prop = o_propertyValues.begin(); in getPropertyValues() local
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java130 … final XPropertySet prop = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, stream); in createOutputStream() local
258 … final XPropertySet prop = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, storage); in openOutputRepository() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_RowSet.java73 protected Object getNewValue(String prop, Object old) { in getNewValue()
/trunk/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java90 private final PropertySetMixin prop = new PropertySetMixin( field in JavaSupplier.Empty1
176 private final PropertySetMixin prop = new PropertySetMixin( field in JavaSupplier.Empty2
304 private final PropertySetMixin prop = new PropertySetMixin( field in JavaSupplier.Full

Completed in 602 milliseconds

1234