/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlDataSource.cxx | 89 PropertyValue aProperty; in DBG_NAME() local 104 aProperty.Name = ::rtl::OUString(); in DBG_NAME() 105 aProperty.Value = Any(); in DBG_NAME() 182 aProperty.Name = INFO_USECATALOG; in DBG_NAME() 196 if ( aProperty.Name.getLength() ) in DBG_NAME() 198 if ( !aProperty.Value.hasValue() ) in DBG_NAME() 199 aProperty.Value <<= sValue; in DBG_NAME() 200 rImport.addInfo(aProperty); in DBG_NAME() 209 rImport.addInfo(aProperty); in DBG_NAME() 215 rImport.addInfo(aProperty); in DBG_NAME() [all …]
|
H A D | xmlDataSourceInfo.cxx | 77 PropertyValue aProperty; in DBG_NAME() local 89 aProperty.Name = ::rtl::OUString(); in DBG_NAME() 118 aProperty.Name = INFO_CHARSET; in DBG_NAME() 122 if ( aProperty.Name.getLength() ) in DBG_NAME() 124 aProperty.Value <<= sValue; in DBG_NAME() 125 rImport.addInfo(aProperty); in DBG_NAME() 131 aProperty.Value <<= sal_True; in DBG_NAME() 132 rImport.addInfo(aProperty); in DBG_NAME() 142 rImport.addInfo(aProperty); in DBG_NAME() 148 rImport.addInfo(aProperty); in DBG_NAME() [all …]
|
H A D | xmlConnectionResource.cxx | 73 PropertyValue aProperty; in DBG_NAME() local 83 aProperty.Name = ::rtl::OUString(); in DBG_NAME() 84 aProperty.Value = Any(); in DBG_NAME() 99 aProperty.Name = PROPERTY_TYPE; in DBG_NAME() 102 aProperty.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Show")); in DBG_NAME() 105 aProperty.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Actuate")); in DBG_NAME() 108 if ( aProperty.Name.getLength() ) in DBG_NAME() 110 if ( !aProperty.Value.hasValue() ) in DBG_NAME() 111 aProperty.Value <<= sValue; in DBG_NAME() 112 rImport.addInfo(aProperty); in DBG_NAME()
|
H A D | xmlFileBasedDatabase.cxx | 76 PropertyValue aProperty; in DBG_NAME() local 87 aProperty.Name = ::rtl::OUString(); in DBG_NAME() 88 aProperty.Value = Any(); in DBG_NAME() 113 aProperty.Name = INFO_TEXTFILEEXTENSION; in DBG_NAME() 117 if ( aProperty.Name.getLength() ) in DBG_NAME() 119 if ( !aProperty.Value.hasValue() ) in DBG_NAME() 120 aProperty.Value <<= sValue; in DBG_NAME() 121 rImport.addInfo(aProperty); in DBG_NAME()
|
H A D | xmlLogin.cxx | 118 PropertyValue aProperty; in DBG_NAME() local 119 … aProperty.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UseSystemUser")); in DBG_NAME() 120 aProperty.Value <<= (sValue == s_sTRUE ? sal_True : sal_False); in DBG_NAME() 121 rImport.addInfo(aProperty); in DBG_NAME()
|
/aoo42x/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 54 return x.aProperty.Handle < y.aProperty.Handle; in operator ()() 62 return x.aProperty.Handle < y; in operator ()() 66 return x < y.aProperty.Handle; in operator ()() 77 return x.aProperty.Name.equals(m_rCompare); in operator ()() 196 return _rLHS.aProperty.Handle < _nRHS; in operator ()() 490 return pos->aProperty; in getProperty() 505 aPos->aProperty.Handle |= _nAddAttrib; in modifyAttributes() 506 aPos->aProperty.Handle &= ~_nRemoveAttrib; in modifyAttributes() 520 pOwnProps->Name = aLoop->aProperty.Name; in describeProperties() 521 pOwnProps->Handle = aLoop->aProperty.Handle; in describeProperties() [all …]
|
H A D | ChainablePropertySetInfo.cxx | 124 Property aProperty; in getPropertyByName() local 125 aProperty.Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getPropertyByName() 126 aProperty.Handle = pInfo->mnHandle; in getPropertyByName() 127 const Type* pType = &aProperty.Type; in getPropertyByName() 129 aProperty.Type = *pType; in getPropertyByName() 130 aProperty.Attributes = pInfo->mnAttributes; in getPropertyByName() 131 return aProperty; in getPropertyByName()
|
H A D | MasterPropertySetInfo.cxx | 151 Property aProperty; in getPropertyByName() local 152 aProperty.Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getPropertyByName() 153 aProperty.Handle = pInfo->mnHandle; in getPropertyByName() 156 aProperty.Type = *pType; in getPropertyByName() 158 aProperty.Attributes = pInfo->mnAttributes; in getPropertyByName() 159 return aProperty; in getPropertyByName()
|
H A D | opropertybag.cxx | 232 Property aProperty; in insert() local 233 if ( !( _element >>= aProperty ) ) in insert() 241 && m_aAllowedTypes.find( aProperty.Type ) == m_aAllowedTypes.end() in insert() 245 …m_aDynamicProperties.addVoidProperty( aProperty.Name, aProperty.Type, findFreeHandle(), aProperty.… in insert()
|
/aoo42x/main/chart2/source/tools/ |
H A D | DataSourceHelper.cxx | 200 const beans::PropertyValue& aProperty = *pArguments; in readArguments() local 201 if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DataRowSource" ) )) in readArguments() 204 if( aProperty.Value >>= eRowSource ) in readArguments() 209 aProperty.Value >>= bFirstCellAsLabel; in readArguments() 213 aProperty.Value >>= bHasCategories; in readArguments() 217 aProperty.Value >>= rRangeRepresentation; in readArguments() 221 aProperty.Value >>= rSequenceMapping; in readArguments() 384 const beans::PropertyValue& aProperty = *pArguments; in allArgumentsForRectRangeDetected() local 388 (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo( in allArgumentsForRectRangeDetected() 395 … (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo(::getBooleanCppuType())); in allArgumentsForRectRangeDetected() [all …]
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | MasterDetailLinkDialog.cxx | 119 PropertyValue aProperty; in implInitialize() local 120 if (_rValue >>= aProperty) in implInitialize() 122 if (0 == aProperty.Name.compareToAscii("Detail")) in implInitialize() 124 OSL_VERIFY( aProperty.Value >>= m_xDetail ); in implInitialize() 127 else if (0 == aProperty.Name.compareToAscii("Master")) in implInitialize() 129 OSL_VERIFY( aProperty.Value >>= m_xMaster ); in implInitialize() 132 else if (0 == aProperty.Name.compareToAscii("Explanation")) in implInitialize() 134 OSL_VERIFY( aProperty.Value >>= m_sExplanation ); in implInitialize() 137 else if (0 == aProperty.Name.compareToAscii("DetailLabel")) in implInitialize() 139 OSL_VERIFY( aProperty.Value >>= m_sDetailLabel ); in implInitialize() [all …]
|
/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | ItemConverter.cxx | 100 tPropertyNameWithMemberId aProperty; in FillItemSet() local 117 if( GetItemProperty( nWhich, aProperty )) in FillItemSet() 126 if( ! pItem->PutValue( m_xPropertySet->getPropertyValue( aProperty.first ), in FillItemSet() 127 aProperty.second // nMemberId in FillItemSet() 145 … " - unknown Property: " )) + aProperty.first, in FillItemSet() 191 tPropertyNameWithMemberId aProperty; in ApplyItemSet() local 198 if( GetItemProperty( pItem->Which(), aProperty )) in ApplyItemSet() 200 pItem->QueryValue( aValue, aProperty.second /* nMemberId */ ); in ApplyItemSet() 204 if( aValue != m_xPropertySet->getPropertyValue( aProperty.first )) in ApplyItemSet() 206 m_xPropertySet->setPropertyValue( aProperty.first, aValue ); in ApplyItemSet() [all …]
|
/aoo42x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydata.cxx | 308 beans::PropertyValue aProperty; in setData() local 312 aProperty.Value <<= aParentPath; in setData() 313 aArguments[ 0 ] <<= aProperty; in setData() 589 beans::PropertyValue aProperty; in move() local 593 aProperty.Value <<= aOldParentPath; in move() 594 aArguments[ 0 ] <<= aProperty; in move() 619 aProperty.Value <<= aNewParentPath; in move() 620 aArguments[ 0 ] <<= aProperty; in move() 884 beans::PropertyValue aProperty; in remove() local 888 aProperty.Value <<= aParentPath; in remove() [all …]
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | UnoPropertyNode.java | 41 Property aProperty; field in UnoPropertyNode 54 aProperty = _aProperty; in UnoPropertyNode() 55 m_sPropertyName = aProperty.Name; in UnoPropertyNode() 62 aProperty = _aProperty; in UnoPropertyNode() 63 m_sPropertyName = aProperty.Name; in UnoPropertyNode() 152 bIsPrimitive = Introspector.isObjectPrimitive(aProperty.Type.getTypeClass()); in isPrimitive() 172 sLabel = getPropertyTypeDescription(aProperty, getUnoReturnObject()); in getLabel() 175 sLabel = getStandardPropertyDescription(aProperty, getUnoReturnObject()); in getLabel() 179 sLabel = getStandardPropertyDescription(aProperty, getUnoReturnObject()); in getLabel() 186 return aProperty; in getProperty()
|
H A D | InspectorPane.java | 319 Property aProperty = _aProperties[n]; in addPropertiesToTreeNode() local 323 if (xPropertySet.getPropertySetInfo().hasPropertyByName(aProperty.Name)){ in addPropertiesToTreeNode() 324 Object objectElement = xPropertySet.getPropertyValue(aProperty.Name); in addPropertiesToTreeNode() 388 Property aProperty = (Property) object[i]; in addPropertySetInfoNodesToTreeNode() local 389 …oPropertyNode oUnoPropertyNode = m_xTreeControlProvider.addUnoPropertyNode(_oUnoObject, aProperty); in addPropertySetInfoNodesToTreeNode() 390 … oUnoPropertyNode.setLabel(XUnoFacetteNode.SPROPERTYINFODESCRIPTION + " (" + aProperty.Name + ")"); in addPropertySetInfoNodesToTreeNode() 418 Property aProperty = _oUnoPropertyNode.getProperty(); in addPropertySetInfoSubNodes() local 419 … _oUnoPropertyNode.addChildNode(m_xTreeControlProvider.addUnoPropertyNodeWithName(aProperty)); in addPropertySetInfoSubNodes() 420 … _oUnoPropertyNode.addChildNode(m_xTreeControlProvider.addUnoPropertyNodeWithType(aProperty)); in addPropertySetInfoSubNodes() 421 … _oUnoPropertyNode.addChildNode(m_xTreeControlProvider.addUnoPropertyNodeWithHandle(aProperty)); in addPropertySetInfoSubNodes() [all …]
|
/aoo42x/main/uui/source/ |
H A D | iahndl-ioexceptions.cxx | 44 beans::PropertyValue aProperty; in getStringRequestArgument() local 45 if ((rArguments[i] >>= aProperty) && aProperty.Name == rKey) in getStringRequestArgument() 48 if (aProperty.Value >>= aValue) in getStringRequestArgument() 67 beans::PropertyValue aProperty; in getBoolRequestArgument() local 68 if ((rArguments[i] >>= aProperty) && aProperty.Name == rKey) in getBoolRequestArgument() 71 if (aProperty.Value >>= bValue) in getBoolRequestArgument()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | propertyexport.cxx | 110 for ( ConstStringSetIterator aProperty = m_aRemainingProps.begin(); in exportRemainingProperties() local 111 aProperty != m_aRemainingProps.end(); in exportRemainingProperties() 112 ++aProperty in exportRemainingProperties() 115 DBG_CHECK_PROPERTY_NO_TYPE(*aProperty); in exportRemainingProperties() 118 const ::rtl::OUString sPropertyName = *aProperty; (void)sPropertyName; in exportRemainingProperties() 120 if ( !shouldExportProperty( *aProperty ) ) in exportRemainingProperties() 128 AddAttribute(XML_NAMESPACE_FORM, token::XML_PROPERTY_NAME, *aProperty); in exportRemainingProperties() 131 aValue = m_xProps->getPropertyValue(*aProperty); in exportRemainingProperties() 150 aPropDesc = m_xPropertyInfo->getPropertyByName( *aProperty ); in exportRemainingProperties() 484 Property aProperty = m_xPropertyInfo->getPropertyByName(sPropertyName); in exportGenericPropertyAttribute() local [all …]
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | unoadmin.cxx | 120 PropertyValue aProperty; in implInitialize() local 121 if (_rValue >>= aProperty) in implInitialize() 123 if (0 == aProperty.Name.compareToAscii("InitialSelection")) in implInitialize() 125 m_aInitialSelection = aProperty.Value; in implInitialize() 127 else if (0 == aProperty.Name.compareToAscii("ActiveConnection")) in implInitialize() 129 m_xActiveConnection.set(aProperty.Value,UNO_QUERY); in implInitialize()
|
H A D | unoDirectSql.cxx | 132 PropertyValue aProperty; in implInitialize() local 133 if (_rValue >>= aProperty) in implInitialize() 135 if (0 == aProperty.Name.compareToAscii("InitialSelection")) in implInitialize() 137 OSL_VERIFY( aProperty.Value >>= m_sInitialSelection ); in implInitialize() 140 else if (0 == aProperty.Name.compareToAscii("ActiveConnection")) in implInitialize() 142 m_xActiveConnection.set( aProperty.Value, UNO_QUERY ); in implInitialize()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlfmte.cxx | 300 aProperty = rProperties.begin(); in exportStyleAttributes() 301 aProperty != rProperties.end(); in exportStyleAttributes() 302 aProperty++ ) in exportStyleAttributes() 304 if (aProperty->mnIndex != -1) // #i26762# in exportStyleAttributes() 307 GetEntryContextId( aProperty->mnIndex ) ) in exportStyleAttributes() 312 aProperty->maValue >>= sStyleName; in exportStyleAttributes() 330 aProperty->maValue >>= sStyleName; in exportStyleAttributes()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 812 String aProperty; in ParseRule() local 813 CSS1Expression *pExpr = ParseDeclaration( aProperty ); in ParseRule() 818 if( DeclarationParsed( aProperty, pExpr ) ) in ParseRule() 834 CSS1Expression *pExp = ParseDeclaration( aProperty ); in ParseRule() 838 if( DeclarationParsed( aProperty, pExp ) ) in ParseRule() 1204 String aProperty; in ParseStyleOption() local 1205 CSS1Expression *pExpr = ParseDeclaration( aProperty ); in ParseStyleOption() 1212 if( DeclarationParsed( aProperty, pExpr ) ) in ParseStyleOption() 1225 CSS1Expression *pExp = ParseDeclaration( aProperty ); in ParseStyleOption() 1229 if( DeclarationParsed( aProperty, pExp ) ) in ParseStyleOption()
|
/aoo42x/main/oox/source/helper/ |
H A D | propertymap.cxx | 138 Property aProperty; in getPropertyByName() local 139 aProperty.Name = aIt->first; in getPropertyByName() 140 aProperty.Handle = 0; in getPropertyByName() 141 aProperty.Type = aIt->second.getValueType(); in getPropertyByName() 142 aProperty.Attributes = 0; in getPropertyByName() 143 return aProperty; in getPropertyByName()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatecheckconfig.cxx | 282 beans::PropertyValue aProperty; in get() local 283 aProperty.Name = UNISTRING( "nodepath" ); in get() 284 …aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments")… in get() 287 aArgumentList[0] = uno::makeAny( aProperty ); in get() 294 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get() 295 aArgumentList[0] = uno::makeAny( aProperty ); in get() 298 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get() 299 aArgumentList[0] = uno::makeAny( aProperty ); in get()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | dlg_CreationWizard_UNO.cxx | 269 beans::PropertyValue aProperty; in initialize() local 270 if(*pArguments >>= aProperty) in initialize() 272 if( aProperty.Name.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "ParentWindow" ) ) == 0 ) in initialize() 274 aProperty.Value >>= m_xParentWindow; in initialize() 276 … else if( aProperty.Name.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "ChartModel" ) ) == 0 ) in initialize() 278 aProperty.Value >>= m_xChartModel; in initialize()
|
H A D | dlg_ChartType_UNO.cxx | 96 beans::PropertyValue aProperty; in implInitialize() local 97 if (_rValue >>= aProperty) in implInitialize() 99 if (0 == aProperty.Name.compareToAscii("ChartModel")) in implInitialize() 100 m_xChartModel.set(aProperty.Value,uno::UNO_QUERY); in implInitialize()
|