Home
last modified time | relevance | path

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

1...<<11

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx648 uno::Sequence< uno::Any > aValues = xDataSequence->getData(); in lcl_DataSequenceToStringSequence() local
649 aResult.realloc(aValues.getLength()); in lcl_DataSequenceToStringSequence()
651 for(sal_Int32 nN=aValues.getLength();nN--;) in lcl_DataSequenceToStringSequence()
652 aValues[nN] >>= aResult[nN]; in lcl_DataSequenceToStringSequence()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2298 Sequence < Any > aValues(1); local
2299 Any* pValues = aValues.getArray();
2303 if ( !pContent->insertNewContent( rCurr.Type, aNames, aValues, aNewFolder ) )
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2560 uno::Sequence< beans::PropertyValue > aValues(1); in ExecuteFormLetter() local
2561 beans::PropertyValue* pValues = aValues.getArray(); in ExecuteFormLetter()
2566 xStore->storeToURL( sTempURL, aValues ); in ExecuteFormLetter()
/trunk/main/svx/source/table/
H A Dcell.hxx152 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/trunk/main/chart2/source/view/main/
H A DChartView.cxx2411 tAnySequence aValues; in formatPage() local
2412 PropertyMapper::getMultiPropertyListsFromValueMap( aNames, aValues, aNameValueMap ); in formatPage()
2413 PropertyMapper::setMultiProperties( aNames, aValues, xPageProp ); in formatPage()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3717 Sequence< Any > aValues(1); in SetWizardUsing() local
3718 aValues[0] = ::cppu::bool2any(m_bUseWizards); in SetWizardUsing()
3719 PutProperties(aNames, aValues); in SetWizardUsing()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.hxx144 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/trunk/main/sc/inc/
H A Dstyleuno.hxx313 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues )
H A Dcellsuno.hxx310 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues )
330 … const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues )
/trunk/main/configmgr/source/
H A Daccess.hxx374 aValues)
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3802 uno::Sequence < uno::Any > aValues(1); in impl_getPrintHelper() local
3803aValues[0] <<= uno::Reference < frame::XModel > (static_cast< frame::XModel* >(this), uno::UNO_QUE… in impl_getPrintHelper()
3804 xInit->initialize( aValues ); in impl_getPrintHelper()
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx1313 ::std::vector< ::com::sun::star::beans::PropertyValue> aValues;
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2569 const uno::Sequence< uno::Any >& aValues ) in setPropertyValues()
2578 sal_Int32 nValues(aValues.getLength()); in setPropertyValues()
2586 const uno::Any* pValues = aValues.getConstArray(); in setPropertyValues()
2719 const uno::Sequence< uno::Any >& aValues ) in setPropertyValuesTolerant()
2725 sal_Int32 nValues(aValues.getLength()); in setPropertyValuesTolerant()
2736 const uno::Any* pValues = aValues.getConstArray(); in setPropertyValuesTolerant()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1947 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s… in setPropertyValues() argument
1954 const uno::Any* pValues = aValues.getConstArray(); in setPropertyValues()
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx271 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/trunk/main/offapi/com/sun/star/ucb/
H A DContent.idl130 … <td>sequence&lt; <type scope="com::sun::star::beans">PropertyValue</type> &gt; aValues</td>

Completed in 279 milliseconds

1...<<11