/aoo41x/main/qadevOOo/runner/helper/ |
H A D | ConfigHelper.java | 266 Object propValue) in updateGroupProperty() argument 282 xProp.setPropertyValue(propName, propValue); in updateGroupProperty() 307 Object propValue) in insertOrUpdateExtensibleGroupProperty() argument 337 xExtGroupCont.insertByName(propName, propValue); in insertOrUpdateExtensibleGroupProperty() 340 xExtGroupCont .replaceByName(propName, propValue); in insertOrUpdateExtensibleGroupProperty()
|
/aoo41x/main/qadevOOo/tests/java/mod/_xmloff/Impress/ |
H A D | XMLSettingsImporter.java | 187 Boolean propValue; in createTestEnvironment() 189 propValue = (Boolean) xPropSet.getPropertyValue in createTestEnvironment() 197 + propValue); in createTestEnvironment() 198 if ( propValue.booleanValue() == true ) { in createTestEnvironment()
|
/aoo41x/main/stoc/source/javavm/ |
H A D | javavm.cxx | 1560 rtl::OUString propValue= prop.copy( index + 1); in setINetSettingsInVM() local 1564 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() 1571 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() 1578 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() 1585 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() 1592 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() 1599 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | SWUtil.java | 128 …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()
|
/aoo41x/main/canvas/source/factory/ |
H A D | cf_service.cxx | 156 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()
|
/aoo41x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 88 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ChildrenRetriever.java | 151 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 D | PropertiesRetriever.java | 230 Object propValue = propertiesValues.get( index ); in main() local 231 System.out.println( property + " : " + propValue ); in main()
|
H A D | PropertiesComposer.java | 121 Object propValue = propertiesValues.get( index ); in setProperties() local 136 prop.Value = propValue; in setProperties()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _DataPilotField.java | 151 Boolean propValue = (Boolean) oObj.getPropertyValue ("IsGroupField"); in _IsGroupField() local 152 if (propValue.booleanValue ()) { in _IsGroupField()
|
/aoo41x/main/sd/source/core/ |
H A D | TransitionPreset.cxx | 182 Any propValue = uno::makeAny( in importTransitionPresetList() local 191 Sequence<Any>( &propValue, 1 ) ), UNO_QUERY_THROW ); in importTransitionPresetList()
|
H A D | CustomAnimationPreset.cxx | 352 Any propValue = uno::makeAny( in importEffects() local 361 Sequence<Any>( &propValue, 1 ) ), UNO_QUERY_THROW ); in importEffects()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 511 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()
|
/aoo41x/main/cui/source/options/ |
H A D | optgdlg.cxx | 525 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()
|