Home
last modified time | relevance | path

Searched refs:prop (Results 1 – 25 of 180) sorted by relevance

12345678

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java114 putProperty(prop); in registerProperty()
115 assignPropertyId(prop, id); in registerProperty()
250 _nameToPropertyMap.put(prop.Name, prop); in putProperty()
251 if (prop.Handle != -1) in putProperty()
252 _handleToPropertyMap.put(prop.Handle, prop); in putProperty()
323 if (prop == null) in addPropertyChangeListener()
347 if (prop == null) in addVetoableChangeListener()
383 if (prop == null) in getPropertyValue()
484 if (prop == null) in setPropertyValue()
960 if (prop == null) in setFastPropertyValue()
[all …]
/trunk/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java83 prop.dispose(); in dispose()
100 prop.dispose(); in dispose()
108 return prop.getPropertySetInfo(); in getPropertySetInfo()
156 prop.setFastPropertyValue(handle, value); in setFastPropertyValue()
166 return prop.getPropertyValues(); in getPropertyValues()
173 prop.setPropertyValues(props); in setPropertyValues()
190 prop.prepareSet("First", null); in setFirst()
207 prop.prepareSet( in setSecond()
236 return prop.getPropertySetInfo(); in getPropertySetInfo()
294 return prop.getPropertyValues(); in getPropertyValues()
[all …]
H A Dtest_propertysetmixin.cxx359 css::beans::Property prop( in testFull() local
364 ASSERT_EQ(static_cast< sal_Int32 >(0), prop.Handle); in testFull()
365 ASSERT_EQ(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
366 ASSERT_EQ(static_cast< sal_Int16 >(0), prop.Attributes); in testFull()
367 prop = info->getPropertyByName( in testFull()
371 ASSERT_EQ(static_cast< sal_Int32 >(1), prop.Handle); in testFull()
372 ASSERT_EQ(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
381 prop.Attributes); in testFull()
387 prop = info->getPropertyByName( in testFull()
391 ASSERT_EQ(static_cast< sal_Int32 >(3), prop.Handle); in testFull()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java44 String prop = System.getProperty("singleton"); in run() local
45 if ("true".equalsIgnoreCase(prop) || "yes".equalsIgnoreCase(prop)) { in run()
51 prop = findOpenofficeHome(); in run()
52 System.setProperty("openoffice.home", prop); in run()
57 File file = FileUtil.findFile(prop, jar); in run()
67 if (prop != null) { in findOpenofficeHome()
68 validateOpenOfficeInstallation(new File(prop)); in findOpenofficeHome()
69 return prop; in findOpenofficeHome()
75 if (FileUtil.isUrl(prop)) { in findOpenofficeHome()
78 if (!prop.equals(url)) { in findOpenofficeHome()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationManager.java114 log.println("Property" + j + ": " + prop.Name + " " + prop.Value.toString()); in _getSettings()
141 if (prop == null) { in _replaceSettings()
212 if (prop == null) { in _insertSettings()
299 prop[0] = new PropertyValue(); in createMenuBarEntry()
300 prop[0].Name = "CommandURL"; in createMenuBarEntry()
302 prop[1] = new PropertyValue(); in createMenuBarEntry()
303 prop[1].Name = "Label"; in createMenuBarEntry()
304 prop[1].Value = sLabelName; in createMenuBarEntry()
305 prop[2] = new PropertyValue(); in createMenuBarEntry()
306 prop[2].Name = "Type"; in createMenuBarEntry()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java154 ? DataAwareFields.getFieldValueFor(data, prop, value) in attachTextControl()
155 : new DataAware.PropertyValue(prop, data), in attachTextControl()
183 return attachTextControl(data, prop, unoControl, listener, "Date", field, 0); in attachDateControl()
188 return attachTextControl(data, prop, unoControl, listener, "Time", field, 0); in attachTimeControl()
193 return attachTextControl(data, prop, unoControl, listener, "Value", field, new Double(0)); in attachNumericControl()
201 ? DataAwareFields.getFieldValueFor(data, prop, new Short((short) 0)) in attachCheckBox()
202 : new DataAware.PropertyValue(prop, data), in attachCheckBox()
231 field ? DataAwareFields.getFieldValueFor(data, prop, PropertyNames.EMPTY_STRING)
232 : new DataAware.PropertyValue(prop, data),
241 ? DataAwareFields.getFieldValueFor(data, prop, new short[0])
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolder.java125 Node.Property prop; in createSheet() local
138 props.put(prop); in createSheet()
141 props.put(prop); in createSheet()
147 props.put(prop); in createSheet()
153 Node.Property prop = in createLocationProperty() local
172 return prop; in createLocationProperty()
178 Node.Property prop = in createLanguageProperty() local
217 return prop; in createLanguageProperty()
266 return prop; in createFilterProperty()
270 Node.Property prop = in createClasspathProperty() local
[all …]
/trunk/main/forms/source/inc/
H A Dproperty.hxx206 #define REGISTER_PROP_1( prop, member, attrib1 ) \ argument
207 registerProperty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::attrib1, \
210 #define REGISTER_PROP_2( prop, member, attrib1, attrib2 ) \ argument
211 …registerProperty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::attrib1 | PropertyAttrib…
214 #define REGISTER_PROP_3( prop, member, attrib1, attrib2, attrib3 ) \ argument
215 …registerProperty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::attrib1 | PropertyAttrib…
219 #define REGISTER_VOID_PROP_1( prop, memberAny, type, attrib1 ) \ argument
220 …registerMayBeVoidProperty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::MAYBEVOID | Pro…
223 #define REGISTER_VOID_PROP_2( prop, memberAny, type, attrib1, attrib2 ) \ argument
224 …registerMayBeVoidProperty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::MAYBEVOID | Pro…
/trunk/main/cppuhelper/test/
H A Dtestproptyphlp.cxx63 ::com::sun::star::beans::Property prop; in testPropertyTypeHelper()
65 prop.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Huhu") ); in testPropertyTypeHelper()
66 prop.Handle = 5; in testPropertyTypeHelper()
67 prop.Attributes = 3; in testPropertyTypeHelper()
69 a <<= prop; in testPropertyTypeHelper()
73 …OSL_ASSERT( prop.Handle == prop2.Handle && prop.Name == prop2.Name && prop.Attributes == prop2.Att… in testPropertyTypeHelper()
77 a <<= prop.Name; in testPropertyTypeHelper()
79 OSL_ASSERT( ow == prop.Name ); in testPropertyTypeHelper()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchRecorder.java84 PropertyValue prop = new PropertyValue(); in _getRecordedMacro() local
85 prop.Name = "Text"; in _getRecordedMacro()
86 prop.Value = "XDispatchRecorder.endRecording()"; in _getRecordedMacro()
87 dispArgs = new PropertyValue[] {prop}; in _getRecordedMacro()
135 PropertyValue prop = new PropertyValue(); in _recordDispatch() local
136 prop.Name = "Text"; in _recordDispatch()
137 prop.Value = "XDispatchRecorder.recordDispatch()"; in _recordDispatch()
138 dispArgs = new PropertyValue[] {prop}; in _recordDispatch()
166 PropertyValue prop = new PropertyValue(); in _recordDispatchAsComment() local
167 prop.Name = "Text"; in _recordDispatchAsComment()
[all …]
/trunk/main/stoc/test/javavm/testcomponent/
H A DTestComponent.java71 String prop= System.getProperty("ftp.proxyHost"); in getImplementationName() local
72 prop= System.getProperty("ftp.proxyPort"); in getImplementationName()
73 prop= System.getProperty("http.proxyHost"); in getImplementationName()
74 prop= System.getProperty("http.proxyPort"); in getImplementationName()
75 prop= System.getProperty("ftp.nonProxyHosts"); in getImplementationName()
76 prop= System.getProperty("http.nonProxyHosts"); in getImplementationName()
77 prop= System.getProperty("socksProxyHost"); in getImplementationName()
78 prop= System.getProperty("socksProxyPort"); in getImplementationName()
80 prop= System.getProperty("stardiv.security.disableSecurity"); in getImplementationName()
81 prop= System.getProperty("appletviewer.security.mode"); in getImplementationName()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java113 Property prop = new Property(); in getChildren() local
114 prop.Name = ( String )properties.get( index ); in getChildren()
115 prop.Handle = -1; // n/a in getChildren()
116 props[ index ] = prop; in getChildren()
244 String prop = obj.toString(); in printLine() local
245 int leng = prop.length(); in printLine()
248 prop += " "; in printLine()
250 print+= prop + " "; in printLine()
254 String temp2 = prop.substring( limit ); in printLine()
316 String prop = obj.toString(); in main() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/component/
H A D_GridControl.java50 protected Object getNewValue(String prop, Object old) { in _RowHeight()
52 super.getNewValue(prop, old) ; in _RowHeight()
63 protected Object getNewValue(String prop, Object old) { in _Tabstop()
65 super.getNewValue(prop, old) ; in _Tabstop()
76 protected Object getNewValue(String prop, Object old) { in _TextColor()
78 super.getNewValue(prop, old) ; in _TextColor()
89 protected Object getNewValue(String prop, Object old) { in _BorderColor()
91 super.getNewValue(prop, old) ; in _BorderColor()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dpropspec.cxx205 int CFullPropSpec::operator==( CFullPropSpec const & prop ) const in operator ==()
207 if ( memcmp( &prop._guidPropSet, in operator ==()
210 prop._psProperty.ulKind != _psProperty.ulKind ) in operator ==()
217 return( _wcsicmp( GetPropertyName(), prop.GetPropertyName() ) == 0 ); in operator ==()
220 return( GetPropertyPropid() == prop.GetPropertyPropid() ); in operator ==()
227 int CFullPropSpec::operator!=( CFullPropSpec const & prop ) const in operator !=()
229 if (*this == prop) in operator !=()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DGenericModelTest.java443 NamedValue prop = null; in createTestEnvironment() local
446 prop = (NamedValue) m_propertiesToSet.get(i); in createTestEnvironment()
448 … log.println("setting property: '"+prop.Name+"' to value '"+prop.Value.toString()+"'"); in createTestEnvironment()
450 m_XPS.setPropertyValue(prop.Name, prop.Value); in createTestEnvironment()
454 throw new StatusException("Couldn't set property '" + prop.Name + "': ", e); in createTestEnvironment()
457 throw new StatusException("Couldn't set property '" + prop.Name + "': ", e); in createTestEnvironment()
460 throw new StatusException("Couldn't set property '" + prop.Name + "': ", e); in createTestEnvironment()
463 throw new StatusException("Couldn't set property '" + prop.Name + "': ", e); in createTestEnvironment()
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java113 java.util.Properties prop = loadProp( inputFileArg ); in extract() local
121 for( Enumeration e = prop.propertyNames() ; e.hasMoreElements() ; ) in extract()
127 value = prop.getProperty( key , "" ); in extract()
129 str = (prop.getProperty( key )).replaceAll("\t" , " " ); // remove tab in extract()
241 …private void writeSinglePropertiesFile( String filename , java.util.Properties prop , String lang … in writeSinglePropertiesFile() argument
297 if( prop == null ) in writeSinglePropertiesFile()
299 prop.store( out , "" ); // Legal headers? in writeSinglePropertiesFile()
404 java.util.Properties prop = new java.util.Properties(); in loadProp() local
407prop.load( new BufferedInputStream( new NoLocalizeFilter( new FileInputStream( filename ) ) ) ); in loadProp()
413 return prop; in loadProp()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlCurrencyFieldModel.java62 protected Object getNewValue(String prop, Object old) { in _BackgroundColor()
74 protected Object getNewValue(String prop, Object old) { in _Tabstop()
98 protected Object getNewValue(String prop, Object old) { in _TextColor()
110 protected Object getNewValue(String prop, Object old) { in _TextLineColor()
122 protected Object getNewValue(String prop, Object old) { in _Value()
124 super.getNewValue(prop, old) ; in _Value()
H A D_UnoControlDateFieldModel.java61 protected Object getNewValue(String prop, Object old) { in _BackgroundColor()
86 protected Object getNewValue(String prop, Object old) { in _Date()
88 super.getNewValue(prop, old) ; in _Date()
99 protected Object getNewValue(String prop, Object old) { in _Tabstop()
111 protected Object getNewValue(String prop, Object old) { in _TextColor()
/trunk/main/extensions/source/update/check/
H A Dtransform.pl31 $prop = $_;
36 next if( $prop =~ /Text/ || $prop =~ /Bubble/ );
44 $line = $prop;
50 $line = $prop;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyState.java88 Property prop = null; in before() local
91 prop = propertySetInfo.getPropertyByName in before()
94 log.println("Unknown Property "+prop.Name); in before()
96 boolean readOnly = (prop.Attributes & in before()
98 boolean maybeDefault = (prop.Attributes & in before()
103 prop.Attributes); in before()
/trunk/main/extensions/test/ole/DCOM/dcom_test/
H A DModule1.bas45 Dim prop variable
46 propClass.CreateObject prop
47 prop.Name = "Hidden"
48 prop.Value = True
52 Set args(0) = prop
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DScriptNode.java90 org.openide.nodes.Node.Property prop = null; in createSheet() local
91 if ((prop = getStringProperty(LOGICAL_NAME)) != null) in createSheet()
92 props.put(prop); in createSheet()
94 if ((prop = getStringProperty(LANGUAGE_NAME)) != null) in createSheet()
95 props.put(prop); in createSheet()
/trunk/main/ucb/source/ucp/file/
H A Dfilinsreq.cxx204 PropertyValue prop; in XTYPEPROVIDER_IMPL_2() local
205 prop.Name = rtl::OUString::createFromAscii("ResourceName"); in XTYPEPROVIDER_IMPL_2()
206 prop.Handle = -1; in XTYPEPROVIDER_IMPL_2()
207 prop.Value <<= m_aClashingName; in XTYPEPROVIDER_IMPL_2()
209 seq[0] <<= prop; in XTYPEPROVIDER_IMPL_2()
/trunk/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsContent.java118 Property[] prop = new Property[1]; in checkTransientDocumentsContent() local
119 prop[0] = new Property(); in checkTransientDocumentsContent()
120 prop[0].Name = "DocumentModel"; in checkTransientDocumentsContent()
121 prop[0].Handle = -1; in checkTransientDocumentsContent()
122 command.Argument = prop; in checkTransientDocumentsContent()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx220 beans::Property prop = it.next(); in Widget() local
221 rtl::OUString name( prop.Name ); in Widget()
343 beans::Property prop = it.next(); in addChild() local
344 rtl::OUString name( prop.Name ); in addChild()
1197 static bool toIgnore( rtl::OUString prop ) in toIgnore() argument
1225 cmp = prop.compareToAscii( toIgnoreList[ mid ] ); in toIgnore()
1255 beans::Property prop = it.next(); in addProperties() local
1256 rtl::OUString name( prop.Name ); in addProperties()
1606 beans::Property prop = it.next(); in print() local
1607 if ( !i->isPropertyTouched( prop.Name, wKind ) ) in print()
[all …]

Completed in 111 milliseconds

12345678