/trunk/main/chart2/source/tools/ |
H A D | ExplicitCategoriesProvider.cxx | 439 uno::Sequence< uno::Any > aValues = xDataSequence->getData(); in lcl_fillDateCategories() local 440 sal_Int32 nCount = aValues.getLength(); in lcl_fillDateCategories() 481 uno::Any aAny = aValues[nN]; in lcl_fillDateCategories()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 2896 uno::Sequence< uno::Any > aValues; in getPropertyValues() local 2901 aValues = GetPropertyValues_Impl( rPropertyNames ); in getPropertyValues() 2912 return aValues; in getPropertyValues() 2949 const uno::Sequence<uno::Any> aValues(&rValue, 1); in setPropertyValue() local 2951 SetPropertyValues_Impl( aProperties, aValues ); in setPropertyValue() 4150 uno::Sequence< uno::Any > aValues; in getPropertyValues() local 4166 return aValues; in getPropertyValues() 4190 const uno::Sequence<uno::Any> aValues(&rValue, 1); in setPropertyValue() local 4192 SetPropertyValues_Impl( aProperties, aValues ); in setPropertyValue() 5005 uno::Sequence< uno::Any > aValues; in getPropertyValues() local [all …]
|
H A D | unoredline.cxx | 239 uno::Sequence<beans::PropertyValue> aValues(4); in lcl_GetSuccessorProperties() local 244 beans::PropertyValue* pValues = aValues.getArray(); in lcl_GetSuccessorProperties() 256 return aValues; in lcl_GetSuccessorProperties()
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | XTransformation.idl | 64 @param aValues a source tuple of data that is to be 77 sequence< double > transform( [in] sequence< double > aValues )
|
/trunk/main/sw/inc/ |
H A D | unostyle.hxx | 207 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su… 247 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su… 319 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su… 332 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su… 445 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
|
H A D | unoport.hxx | 140 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) 181 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s… 187 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su…
|
/trunk/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 1833 uno::Sequence<uno::Any> aValues; in setProperty() local 1836 if ((rProperty.Value >>= aValues) in setProperty() 1837 && aValues.getLength()==2 in setProperty() 1838 && (aValues[0] >>= xView) in setProperty() 1839 && (aValues[1] >>= bValue)) in setProperty()
|
/trunk/main/extensions/source/update/check/ |
H A D | updatecheckconfig.cxx | 458 uno::Any aValues[nUpdateEntryProperties] = in storeUpdateFound() local 479 m_xContainer->replaceByName(aName, aValues[n]); in storeUpdateFound() 481 m_xContainer->insertByName(aName,aValues[n]); in storeUpdateFound()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | SettingsHelper.hxx | 89 …g >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) in setPropertyValues() argument 91 { ComphelperBase::setPropertyValues ( aPropertyNames, aValues ); } in setPropertyValues()
|
/trunk/main/svl/source/config/ |
H A D | srchcfg.cxx | 141 Sequence<Any> aValues = GetProperties(aPropertyNames); in Load() local 142 const Any* pValues = aValues.getConstArray(); in Load()
|
/trunk/main/xmlsecurity/source/dialogs/ |
H A D | digitalsignaturesdialog.cxx | 101 Sequence< css::uno::Any > aValues = GetProperties( Sequence<OUString>(&sDef,1) ); in SaveODFItem() local 102 if ( aValues.getLength() == 1) in SaveODFItem() 105 if ( aValues[0] >>= nTmp ) in SaveODFItem()
|
/trunk/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 406 Sequence<Any> aValues = GetProperties( aNames ); in GetValues() local 408 if( nCnt == aValues.getLength() ) in GetValues() 410 const Any* pAnyValues = aValues.getConstArray(); in GetValues()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLIndexTemplateContext.cxx | 139 const PropertyValues& aValues) in addTemplateEntry() argument 141 aValueVector.push_back(aValues); in addTemplateEntry()
|
H A D | txtflde.cxx | 2744 Sequence<PropertyValue> aValues; in ProcessBibliographyData() local 2745 aAny >>= aValues; in ProcessBibliographyData() 2748 sal_Int32 nLength = aValues.getLength(); in ProcessBibliographyData() 2751 if (aValues[i].Name.equalsAsciiL("BibiliographicType", in ProcessBibliographyData() 2755 aValues[i].Value >>= nTypeId; in ProcessBibliographyData() 2770 aValues[i].Value >>= sStr; in ProcessBibliographyData() 2775 MapBibliographyFieldName(aValues[i].Name), in ProcessBibliographyData()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 845 uno::Sequence< beans::PropertyValue > aValues(1); in Notify() local 846 … aValues[0].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in Notify() 847 … aValues[0].Value <<= ::rtl::OUString( GetMedium()->GetFilter()->GetFilterName() ); in Notify() 852 aValues.realloc( 2 ); in Notify() 853 … aValues[1].Name = ::rtl::OUString::createFromAscii( "Password" ); in Notify() 854 … aValues[1].Value <<= ::rtl::OUString( pPasswordItem->GetValue() ); in Notify() 858 xStor->storeToURL( GetSharedFileURL(), aValues ); in Notify()
|
/trunk/main/editeng/source/uno/ |
H A D | unotext.cxx | 795 …nce< ::rtl::OUString >& aPropertyNames, const uno::Sequence< uno::Any >& aValues ) throw (beans::P… in setPropertyValues() argument 797 _setPropertyValues( aPropertyNames, aValues, -1 ); in setPropertyValues() 800 …nce< ::rtl::OUString >& aPropertyNames, const uno::Sequence< uno::Any >& aValues, sal_Int32 nPara … in _setPropertyValues() argument 812 const uno::Any* pValues = aValues.getConstArray(); in _setPropertyValues() 931 uno::Sequence< uno::Any > aValues( nCount ); in _getPropertyValues() local 945 uno::Any* pValues = aValues.getArray(); in _getPropertyValues() 960 return aValues; in _getPropertyValues()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 703 const ::canvas::ParametricPolyPolygon::Values aValues = rPolygon.getValues(); in patternFromParametricPolyPolygon() local 710 switch( aValues.meType ) { in patternFromParametricPolyPolygon() 717 addColorStops( pPattern, aValues.maColors, aValues.maStops ); in patternFromParametricPolyPolygon() 727 addColorStops( pPattern, aValues.maColors, aValues.maStops, true ); in patternFromParametricPolyPolygon()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 136 uno::Sequence< beans::PropertyValue > aValues(1); in SwMailMergeLayoutPage() local 137 beans::PropertyValue* pValues = aValues.getArray(); in SwMailMergeLayoutPage() 142 xStore->storeToURL( m_sExampleURL, aValues ); in SwMailMergeLayoutPage()
|
/trunk/main/forms/source/runtime/ |
H A D | formoperations.cxx | 663 Sequence< Any> aValues( 2 ); in execute() local 664 aValues[0] <<= ::rtl::OUString(); in execute() 665 aValues[1] <<= ::rtl::OUString(); in execute() 668 xProperties->setPropertyValues( aNames, aValues ); in execute()
|
/trunk/main/udkapi/com/sun/star/beans/ |
H A D | XMultiPropertySet.idl | 86 @param aValues 99 [in] sequence<any> aValues )
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrolbase.cxx | 65 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues, sal_Bool bUpdate… in ImplSetPropertyValues() argument 79 xMPS->setPropertyValues( aPropertyNames, aValues ); in ImplSetPropertyValues()
|
/trunk/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 743 uno::Sequence<uno::Any> aValues(2); in MakeFolder() local 744 uno::Any* pValues = aValues.getArray(); in MakeFolder() 754 bRet = aCnt.insertNewContent( aType, aNames, aValues, aNewFolder ); in MakeFolder()
|
/trunk/main/sw/source/core/access/ |
H A D | accnotextframe.cxx | 301 uno::Sequence<beans::PropertyValue> aValues(0); in getCharacterAttributes() local 302 return aValues; in getCharacterAttributes()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 1321 …lues( const Sequence< OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw (beans::P… in setPropertyValues() argument 1323 if( aPropertyNames.getLength() != aValues.getLength() ) in setPropertyValues() 1327 const Any* pValues = aValues.getConstArray(); in setPropertyValues() 1328 sal_uInt32 nCount = aValues.getLength(); in setPropertyValues() 1347 Sequence< Any > aValues( nCount ); in getPropertyValues() local 1348 Any* pValues = aValues.getArray(); in getPropertyValues() 1363 return aValues; in getPropertyValues()
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 551 Sequence<Any> aValues(1); in MakeFolder() local 552 Any* pValues = aValues.getArray(); in MakeFolder() 555 if ( !aCnt.insertNewContent( rCurr.Type, aNames, aValues, rNew ) ) in MakeFolder()
|