Home
last modified time | relevance | path

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

1234567891011

/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx1149 Sequence< Any > aValues( xAnimate->getValues() ); in exportAnimate() local
1150 if( aValues.getLength() ) in exportAnimate()
1152 aTemp <<= aValues; in exportAnimate()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2394 Sequence< Any > aValues; in renameFile() local
2395 …xecuteCommand( rtl::OUString::createFromAscii( "setPropertyValues" ),makeAny(aProps) ) >>= aValues; in renameFile()
2396 if(aValues.getLength() && aValues[0].hasValue()) in renameFile()
/trunk/main/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx126 StringArray::const_iterator aValueIter = _rSettings.aValues.begin(); in doLayout()
/trunk/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.hxx68 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx268 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues, sal_Int32 nPara …
329 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
578 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1655 Sequence<PropertyValue> aValues(aNodeNames.getLength()); in Commit() local
1656 PropertyValue* pValues = aValues.getArray(); in Commit()
1696 SetSetProperties(rtl::OUString(), aValues); in Commit()
/trunk/main/unotools/inc/unotools/
H A Dpropertysethelper.hxx74 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su…
/trunk/main/svx/source/table/
H A Dpropertyset.hxx89 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
H A Dcell.cxx1260 …lues( const Sequence< OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw (Property… in setPropertyValues() argument
1270 const Any* pValues = aValues.getConstArray(); in setPropertyValues()
/trunk/main/udkapi/com/sun/star/beans/
H A DXMultiHierarchicalPropertySet.idl90 @param aValues
H A DXTolerantMultiPropertySet.idl102 [in] sequence< any > aValues )
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DMinMaxLineWrapper.hxx97 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
H A DUpDownBarWrapper.hxx96 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/trunk/main/chart2/source/inc/
H A DWrappedPropertySet.hxx81 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::s…
/trunk/main/comphelper/inc/comphelper/
H A Dpropertysethelper.hxx80 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su…
H A DChainablePropertySet.hxx129 … >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues )
H A DMasterPropertySet.hxx128 … >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues )
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1515 const uno::Sequence< uno::Any >& aValues ) in setPropertyValues()
1522 if ( aValues.getLength() != nCount ) in setPropertyValues()
1528 const uno::Any* pValues = aValues.getConstArray(); in setPropertyValues()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1133 tAnySequence aValues; in createRegressionCurveEquationShapes() local
1134 … PropertyMapper::getPreparedTextShapePropertyLists( xEquationProperties, aNames, aValues ); in createRegressionCurveEquationShapes()
1138 aNames, aValues, ShapeFactory::makeTransformation( aScreenPosition2D )); in createRegressionCurveEquationShapes()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx2029 uno::Sequence< beans::PropertyValue > aValues( nCount ); in transfer() local
2030 beans::PropertyValue* pValues = aValues.getArray(); in transfer()
2078 xTarget->setPropertyValues( aValues, xEnv ); in transfer()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1761 uno::Sequence< ::com::sun::star::beans::PropertyValue > aValues(0); in getCharacterAttributes() local
1762 return aValues; in getCharacterAttributes()
/trunk/main/configmgr/source/
H A Daccess.cxx1513 css::uno::Sequence< css::uno::Any > const & aValues) in setPropertyValues()
1529 if (aPropertyNames.getLength() != aValues.getLength()) { in setPropertyValues()
1539 if (!setChildProperty(aPropertyNames[i], aValues[i], &localMods)) { in setPropertyValues()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1203 ::css::uno::Sequence< ::css::beans::PropertyValue > aValues( rAttrSeq.size() ); in convertHashMapToSequence()
1204 ::css::beans::PropertyValue* pValues = aValues.getArray(); in convertHashMapToSequence()
1213 return aValues; in convertHashMapToSequence()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx314 const Sequence< Any > aValues = GetProperties(aNames); in MailMergeCfg_Impl() local
315 const Any* pValues = aValues.getConstArray(); in MailMergeCfg_Impl()
316 if(aValues.getLength() && pValues[0].hasValue()) in MailMergeCfg_Impl()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx3625 uno::Sequence< uno::Any > aValues( nCount ); in getLockOwner() local
3626 uno::Any* pValues = aValues.getArray(); in getLockOwner()
3631 if(aValues.getConstArray()[ 0 ] >>= aLocks) in getLockOwner()

Completed in 209 milliseconds

1234567891011