Home
last modified time | relevance | path

Searched refs:aValues (Results 126 – 150 of 260) sorted by relevance

1234567891011

/aoo41x/main/unotools/source/config/
H A Dinternaloptions.cxx348 Sequence< Any > aValues( 1 ); in Commit() local
349 Any* pValues = aValues.getArray(); in Commit()
354 PutProperties( aNames, aValues ); in Commit()
H A Doptionsdlg.cxx172 Sequence< Any > aValues; in ReadNode() local
173 aValues = GetProperties( lResult ); in ReadNode()
175 if ( aValues[0] >>= bHide ) in ReadNode()
H A Dlingucfg.cxx604 const uno::Sequence< uno::Any > aValues = GetProperties( rProperyNames ); in LoadOptions() local
607 if (nProps && aValues.getLength() == nProps && aROStates.getLength() == nProps) in LoadOptions()
611 const uno::Any *pValue = aValues.getConstArray(); in LoadOptions()
728 uno::Sequence< uno::Any > aValues( nProps ); in SaveOptions() local
729 uno::Any *pValue = aValues.getArray(); in SaveOptions()
731 if (nProps && aValues.getLength() == nProps) in SaveOptions()
774 bRet |= PutProperties( rProperyNames, aValues ); in SaveOptions()
/aoo41x/main/xmloff/source/text/
H A DXMLRedlineExport.cxx575 Sequence<PropertyValue> aValues; in ExportStartOrEndRedline() local
576 aAny >>= aValues; in ExportStartOrEndRedline()
577 const PropertyValue* pValues = aValues.getConstArray(); in ExportStartOrEndRedline()
584 sal_Int32 nLength = aValues.getLength(); in ExportStartOrEndRedline()
/aoo41x/main/svx/source/smarttags/
H A DSmartTagMgr.cxx480 Sequence< rtl::OUString > aValues; in ReadConfiguration() local
481 aAny >>= aValues; in ReadConfiguration()
483 const sal_Int32 nValues = aValues.getLength(); in ReadConfiguration()
486 maDisabledSmartTagTypes.insert( aValues[nI] ); in ReadConfiguration()
/aoo41x/main/xmloff/source/script/
H A DXMLEventExport.cxx151 Sequence<PropertyValue> aValues; in Export() local
152 aAny >>= aValues; in Export()
155 ExportEvent( aValues, rXmlName, bWhitespace, bStarted ); in Export()
/aoo41x/main/svl/source/passwordcontainer/
H A Dsyscreds.cxx78 uno::Sequence< rtl::OUString > aValues; in getSystemCredentialsURLs() local
79 if ( ( aAnyValues[ 0 ] >>= aValues ) || in getSystemCredentialsURLs()
82 m_seqURLs = aValues; in getSystemCredentialsURLs()
/aoo41x/main/fileaccess/source/
H A DFileAccess.cxx498 Sequence< Any > aValues(1); in createFolder() local
499 Any* pValues = aValues.getArray(); in createFolder()
505 if ( !aCnt.insertNewContent( rCurr.Type, aNames, aValues, aNew ) ) in createFolder()
776 Sequence< Any > aValues(1); in createNewFile() local
777 Any* pValues = aValues.getArray(); in createNewFile()
784 rCurr.Type, aNames, aValues, data, aNew ) ) in createNewFile()
/aoo41x/main/dbaccess/source/ui/misc/
H A DDExport.cxx848 ::rtl::OUString aValues(RTL_CONSTASCII_USTRINGPARAM(" VALUES ( ")); in createPreparedStatment()
888 aValues += aPara; in createPreparedStatment()
893aValues = aValues.replaceAt(aValues.getLength()-1,1,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(")… in createPreparedStatment()
895 aSql += aValues; in createPreparedStatment()
/aoo41x/main/sd/source/ui/app/
H A Doptsitem.cxx129 const Sequence< Any > aValues = mpCfgItem->GetProperties( aNames ); in Init() local
131 if( aNames.getLength() && ( aValues.getLength() == aNames.getLength() ) ) in Init()
133 const Any* pValues = aValues.getConstArray(); in Init()
157 Sequence< Any > aValues( aNames.getLength() ); in Commit() local
159 if( aNames.getLength() && ( aValues.getLength() == aNames.getLength() ) ) in Commit()
161 if( (const_cast<SdOptionsGeneric*>(this))->WriteData( aValues.getArray() ) ) in Commit()
162 rCfgItem.PutProperties( aNames, aValues ); in Commit()
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx184 Sequence< PropertyValue > aValues; in getCharacterAttributes() local
248 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
251 return aValues; in getCharacterAttributes()
/aoo41x/main/svx/source/unodraw/
H A Dshapeimpl.hxx57 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
78 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
99 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/aoo41x/main/sfx2/source/sidebar/
H A DResourceManager.cxx365 Sequence<OUString> aValues; in ReadContextList() local
367 if (aValue >>= aValues) in ReadContextList()
368 nCount = aValues.getLength(); in ReadContextList()
374 const OUString sValue (aValues[nIndex]); in ReadContextList()
/aoo41x/main/xmloff/source/style/
H A Dxmlexppr.cxx429 Sequence < Any > aValues; in FillPropertyStateArray() local
468 aValues = xMultiPropSet->getPropertyValues( aAPINames ); in FillPropertyStateArray()
469 const Any *pValues = aValues.getConstArray(); in FillPropertyStateArray()
497 aValues = xMultiPropSet->getPropertyValues( rApiNames ); in FillPropertyStateArray()
498 const Any *pValues = aValues.getConstArray(); in FillPropertyStateArray()
/aoo41x/main/dbaccess/source/core/api/
H A DCacheSet.cxx210 ::rtl::OUStringBuffer aValues = ::rtl::OUString::createFromAscii(" VALUES ( "); in insertRow()
221 aValues.append(aPara); in insertRow()
225 aValues.setCharAt(aValues.getLength()-1,')'); in insertRow()
227 aSql.append(aValues.makeStringAndClear()); in insertRow()
/aoo41x/main/svtools/source/dialogs/
H A Daddresstemplate.cxx367 Sequence< Any > aValues = const_cast<AssignmentPersistentData*>(this)->GetProperties(aProperties); in getProperty() local
368 …DBG_ASSERT(aValues.getLength() == 1, "AssignmentPersistentData::getProperty: invalid sequence leng… in getProperty()
369 return aValues[0]; in getProperty()
400 Sequence< Any > aValues(1); in setStringProperty() local
402 aValues[0] <<= _rValue; in setStringProperty()
403 PutProperties(aNames, aValues); in setStringProperty()
/aoo41x/main/cui/source/options/
H A Doptinet2.cxx1535 const Sequence< Any > aValues = GetProperties(aNames); in MailerProgramCfg_Impl() local
1537 const Any* pValues = aValues.getConstArray(); in MailerProgramCfg_Impl()
1539 for(sal_Int32 nProp = 0; nProp < aValues.getLength(); nProp++) in MailerProgramCfg_Impl()
1580 Sequence< Any > aValues(nOrgCount); in Commit() local
1592 aValues[nRealCount] <<= sProgram; in Commit()
1601 aValues.realloc(nRealCount); in Commit()
1602 PutProperties(aNames, aValues); in Commit()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1211 Sequence< Any > aValues(3); in getProperty1Value() local
1212aValues[0] = pEffect->getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("C… in getProperty1Value()
1213aValues[1] = pEffect->getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("C… in getProperty1Value()
1214aValues[2] = pEffect->getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("C… in getProperty1Value()
1215 return makeAny( aValues ); in getProperty1Value()
1285 Sequence< Any > aValues(3); in setProperty1Value() local
1286 rValue >>= aValues; in setProperty1Value()
1287 …nimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("CharWeight")), VALUE_TO, aValues[0] ); in setProperty1Value()
1288 …imationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("CharPosture")), VALUE_TO, aValues[1] ); in setProperty1Value()
1289 …ationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("CharUnderline")), VALUE_TO, aValues[2] ); in setProperty1Value()
/aoo41x/main/autodoc/inc/ary/idl/
H A Di_enum.hxx78 ValueList aValues; member in ary::idl::Enum
88 aValues.push_back(i_nValue); in Add_Value()
/aoo41x/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java358 PropertyValue[] aValues = xText.getCharacterAttributes(nIndex, aAttributeList); in getAttributes() local
360 for( int i = 0; i < aValues.length; i++ ) in getAttributes()
362 new StringNode( aValues[i].Name + ": " + aValues[i].Value, in getAttributes()
/aoo41x/main/autodoc/source/ary/idl/
H A Di_enum.cxx42 aValues() in Enum()
101 o_result = new SCI_Vector<Ce_id>(enum_cast(i_ce).aValues); in Get_Values()
/aoo41x/main/xmloff/source/forms/
H A Delementexport.cxx524 PropertyValues aValues; in exportGenericHandlerAttributes() local
532 aValues[ (*desc)->propertyId ] = propValue; in exportGenericHandlerAttributes()
536 attributeValue = handler->getAttributeValue( aValues ); in exportGenericHandlerAttributes()
1287 Sequence< ::rtl::OUString > aItems, aValues; in exportListSourceAsElements() local
1293 m_xProps->getPropertyValue(PROPERTY_LISTSOURCE) >>= aValues; in exportListSourceAsElements()
1309 const ::rtl::OUString* pValues = aValues.getConstArray(); in exportListSourceAsElements()
1312 sal_Int32 nValues = aValues.getLength(); in exportListSourceAsElements()
/aoo41x/main/sw/source/core/unocore/
H A Dunosect.cxx159 const uno::Sequence< uno::Any >& aValues)
1012 uno::Sequence< uno::Any > aValues(1); in setPropertyValue() local
1013 aValues.getArray()[0] = rValue; in setPropertyValue()
1014 m_pImpl->SetPropertyValues_Impl( aPropertyNames, aValues ); in setPropertyValue()
1346 uno::Sequence< uno::Any > aValues; in getPropertyValues() local
1351 aValues = m_pImpl->GetPropertyValues_Impl( rPropertyNames ); in getPropertyValues()
1366 return aValues; in getPropertyValues()
/aoo41x/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx234 Sequence<Any> aValues = GetProperties(rNames); in SwMailMergeConfigItem_Impl() local
235 const Any* pValues = aValues.getConstArray(); in SwMailMergeConfigItem_Impl()
236 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in SwMailMergeConfigItem_Impl()
237 if(aValues.getLength() == rNames.getLength()) in SwMailMergeConfigItem_Impl()
539 Sequence<Any> aValues(aNames.getLength()); in Commit() local
540 Any* pValues = aValues.getArray(); in Commit()
615 PutProperties(aNames, aValues); in Commit()
/aoo41x/main/extensions/source/bibliography/
H A Dbibconfig.cxx247 Sequence<Any> aValues(aPropertyNames.getLength()); in Commit() local
248 Any* pValues = aValues.getArray(); in Commit()
266 PutProperties(aPropertyNames, aValues); in Commit()

Completed in 336 milliseconds

1234567891011