Home
last modified time | relevance | path

Searched refs:propValue (Results 1 – 14 of 14) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java268 Object propValue) in updateGroupProperty() argument
284 xProp.setPropertyValue(propName, propValue); in updateGroupProperty()
309 Object propValue) in insertOrUpdateExtensibleGroupProperty() argument
339 xExtGroupCont.insertByName(propName, propValue); in insertOrUpdateExtensibleGroupProperty()
342 xExtGroupCont .replaceByName(propName, propValue); in insertOrUpdateExtensibleGroupProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Impress/
H A DXMLSettingsImporter.java187 Boolean propValue; in createTestEnvironment()
189 propValue = (Boolean) xPropSet.getPropertyValue in createTestEnvironment()
197 + propValue); in createTestEnvironment()
198 if ( propValue.booleanValue() == true ) { in createTestEnvironment()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx1561 rtl::OUString propValue= prop.copy( index + 1); in setINetSettingsInVM() local
1565 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1572 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1579 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1586 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1593 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1600 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java128 …public static void setDocumentProperty(XTextDocument document, String prop, String propValue) thro… in setDocumentProperty() argument
133 docProps.setTitle(propValue); in setDocumentProperty()
135 docProps.setAuthor(propValue); in setDocumentProperty()
137 docProps.setSubject(propValue); in setDocumentProperty()
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx156 Any propValue( in CanvasFactory() local
165 Sequence<Any>( &propValue, 1 ) ), in CanvasFactory()
168 propValue = makeAny( in CanvasFactory()
177 Sequence<Any>( &propValue, 1 ) ), UNO_QUERY_THROW ); in CanvasFactory()
/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java88 PropertyValue[] propValue = new PropertyValue[1]; in getUserName() local
89 propValue[0] = new PropertyValue(); in getUserName()
90 propValue[0].Name = "nodepath"; in getUserName()
91 propValue[0].Value = "/org.openoffice.UserProfile/Data"; in getUserName()
94 "com.sun.star.configuration.ConfigurationAccess", propValue); in getUserName()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java151 Object propValue = row.getObject( i, null ); in getChildren() local
152 if ( !row.wasNull() && !(propValue instanceof com.sun.star.uno.Any )) { in getChildren()
153 propsValues.add( propValue ); in getChildren()
H A DPropertiesRetriever.java230 Object propValue = propertiesValues.get( index ); in main() local
231 System.out.println( property + " : " + propValue ); in main()
H A DPropertiesComposer.java121 Object propValue = propertiesValues.get( index ); in setProperties() local
136 prop.Value = propValue; in setProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_DataPilotField.java151 Boolean propValue = (Boolean) oObj.getPropertyValue ("IsGroupField"); in _IsGroupField() local
152 if (propValue.booleanValue ()) { in _IsGroupField()
/trunk/main/sd/source/core/
H A DTransitionPreset.cxx182 Any propValue = uno::makeAny( in importTransitionPresetList() local
191 Sequence<Any>( &propValue, 1 ) ), UNO_QUERY_THROW ); in importTransitionPresetList()
H A DCustomAnimationPreset.cxx352 Any propValue = uno::makeAny( in importEffects() local
361 Sequence<Any>( &propValue, 1 ) ), UNO_QUERY_THROW ); in importEffects()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx511 const Any propValue = m_xProps->getPropertyValue( prop->Name ); in exportGenericHandlerAttributes() local
512 attributeValue = handler->getAttributeValue( propValue ); in exportGenericHandlerAttributes()
531 const Any propValue = m_xProps->getPropertyValue( (*desc)->propertyName ); in exportGenericHandlerAttributes() local
532 aValues[ (*desc)->propertyId ] = propValue; in exportGenericHandlerAttributes()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx525 Any propValue( in CanvasSettings() local
534 Sequence<Any>( &propValue, 1 ) ), in CanvasSettings()
537 propValue = makeAny( in CanvasSettings()
546 Sequence<Any>( &propValue, 1 ) ), UNO_QUERY_THROW ); in CanvasSettings()

Completed in 68 milliseconds