Home
last modified time | relevance | path

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

1234567891011

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java418 PropertyValue[] aValues = mxText.getCharacterAttributes ( in AddAttributeNodes() local
420 for (int i=0; i<aValues.length; i++) in AddAttributeNodes()
422 aValues[i].Name + ": " + aValues[i].Value)); in AddAttributeNodes()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx195 Sequence<PropertyValue> aValues; in lcl_OutInstance() local
196 xEnum->nextElement() >>= aValues; in lcl_OutInstance()
201 getInstanceData( aValues, &sId, &xInstance, NULL, NULL ); in lcl_OutInstance()
988 const Sequence<PropertyValue>& aValues, in getInstanceData() argument
994 sal_Int32 nValues = aValues.getLength(); in getInstanceData()
995 const PropertyValue* pValues = aValues.getConstArray(); in getInstanceData()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx445 uno::Sequence< uno::Any > aValues(rPropertyNames.getLength()); in GetPropertyValues_Impl() local
446 uno::Any *pValues = aValues.getArray(); in GetPropertyValues_Impl()
468 return aValues; in GetPropertyValues_Impl()
543 uno::Sequence< uno::Any > aValues; in getPropertyValues() local
548 aValues = GetPropertyValues_Impl( rPropertyNames ); in getPropertyValues()
559 return aValues; in getPropertyValues()
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()
/trunk/main/svl/source/config/
H A Dlanguageoptions.cxx236 uno::Sequence< uno::Any > aValues = GetProperties( aPropertyNames ); in SvtSystemLanguageOptions() local
238 if ( aValues.getLength() ) in SvtSystemLanguageOptions()
240 aValues[0]>>= m_sWin16SystemLocale; in SvtSystemLanguageOptions()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx500 Sequence< Any > aValues(1); in createFolder() local
501 Any* pValues = aValues.getArray(); in createFolder()
507 if ( !aCnt.insertNewContent( rCurr.Type, aNames, aValues, aNew ) ) in createFolder()
778 Sequence< Any > aValues(1); in createNewFile() local
779 Any* pValues = aValues.getArray(); in createNewFile()
786 rCurr.Type, aNames, aValues, data, aNew ) ) in createNewFile()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/unotools/source/config/
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 Dinternaloptions.cxx348 Sequence< Any > aValues( 1 ); in Commit() local
349 Any* pValues = aValues.getArray(); in Commit()
354 PutProperties( aNames, aValues ); in Commit()
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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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…
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx1309 pChildDimension->ProcessData( aChildMembers, pDataDim, aDataMembers, aValues ); in ProcessData()
1338 pDataRoot->ProcessData( aDataMembers, aValues, aSubState ); in ProcessData()
1888 void ScDPDataMember::UpdateValues( const vector<ScDPValueData>& aValues, const ScDPSubTotalState& r… in UpdateValues() argument
1904 size_t nCount = aValues.size(); in UpdateValues()
1907 pAgg->Update(aValues[nPos], pResultData->GetMeasureFunction(nPos), rSubState); in UpdateValues()
1912 …ataMember::ProcessData( const vector< SCROW >& aChildMembers, const vector<ScDPValueData>& aValues, in ProcessData() argument
1941 UpdateValues( aValues, aLocalSubState ); in ProcessData()
1945 …pChildDimension->ProcessData( aChildMembers, aValues, rSubState ); // with unmodified subtotal st… in ProcessData()
3011 const vector<ScDPValueData>& aValues ) const in ProcessData()
3025 pMember->ProcessData( aChildMembers, pDataDim, aDataMembers, aValues ); in ProcessData()
[all …]
/trunk/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()

Completed in 189 milliseconds

1234567891011