Home
last modified time | relevance | path

Searched refs:aValues (Results 176 – 200 of 266) sorted by relevance

1234567891011

/trunk/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx439 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 Dunostyle.cxx2896 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 Dunoredline.cxx239 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 DXTransformation.idl64 @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 Dunostyle.hxx207 …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 Dunoport.hxx140 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 Dslideshowimpl.cxx1833 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 Dupdatecheckconfig.cxx458 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 DSettingsHelper.hxx89 …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 Dsrchcfg.cxx141 Sequence<Any> aValues = GetProperties(aPropertyNames); in Load() local
142 const Any* pValues = aValues.getConstArray(); in Load()
/trunk/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx101 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 Dfltini.cxx406 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 DXMLIndexTemplateContext.cxx139 const PropertyValues& aValues) in addTemplateEntry() argument
141 aValueVector.push_back(aValues); in addTemplateEntry()
H A Dtxtflde.cxx2744 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 Ddocsh.cxx845 uno::Sequence< beans::PropertyValue > aValues(1); in Notify() local
846aValues[0].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in Notify()
847aValues[0].Value <<= ::rtl::OUString( GetMedium()->GetFilter()->GetFilterName() ); in Notify()
852 aValues.realloc( 2 ); in Notify()
853aValues[1].Name = ::rtl::OUString::createFromAscii( "Password" ); in Notify()
854aValues[1].Value <<= ::rtl::OUString( pPasswordItem->GetValue() ); in Notify()
858 xStor->storeToURL( GetSharedFileURL(), aValues ); in Notify()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx795 …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 Dcairo_canvashelper.cxx703 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 Dmmlayoutpage.cxx136 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 Dformoperations.cxx663 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 DXMultiPropertySet.idl86 @param aValues
99 [in] sequence<any> aValues )
/trunk/main/toolkit/source/controls/
H A Dunocontrolbase.cxx65 …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 Dhelper.cxx743 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 Daccnotextframe.cxx301 uno::Sequence<beans::PropertyValue> aValues(0); in getCharacterAttributes() local
302 return aValues; in getCharacterAttributes()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1321 …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 Ducbhelper.cxx551 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()

Completed in 172 milliseconds

1234567891011