Home
last modified time | relevance | path

Searched refs:pValues (Results 176 – 194 of 194) sorted by relevance

12345678

/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx733 uno::Any* pValues = aRet.getArray(); in getValues() local
738 pValues[nVal++] = aIt->Value; in getValues()
/trunk/main/unotools/inc/unotools/
H A Dpropertysethelper.hxx52 …nst utl::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues ) throw(::com::su…
/trunk/main/comphelper/inc/comphelper/
H A Dpropertysethelper.hxx53 …phelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues ) throw(::com::su…
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1327 const Any* pValues = aValues.getConstArray(); in setPropertyValues() local
1333 setPropertyValue( *pNames++, *pValues++ ); in setPropertyValues()
1348 Any* pValues = aValues.getArray(); in getPropertyValues() local
1361 *pValues++ = aValue; in getPropertyValues()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx626 ::com::sun::star::beans::PropertyValue* pValues = aSeq.getArray(); in getPropertyValues()
630 ::com::sun::star::beans::PropertyValue& rCurrValue = pValues[n]; in getPropertyValues()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx653 const beans::PropertyValue* pValues = rValues.getConstArray(); in setPropertyValues() local
656 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx315 const Any* pValues = aValues.getConstArray(); in MailMergeCfg_Impl() local
316 if(aValues.getLength() && pValues[0].hasValue()) in MailMergeCfg_Impl()
317 pValues[0] >>= bIsEmailSupported; in MailMergeCfg_Impl()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx536 const ::com::sun::star::uno::Any * pValues,
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1332 Any* pValues = aReturn.getArray(); in getPropertyValues() local
1334 for (sal_Int32 i=0; i<aPropertyNames.getLength(); ++i, ++pNames, ++pValues) in getPropertyValues()
1337 (*pValues) <<= m_sName; in getPropertyValues()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx783 const beans::PropertyValue* pValues = rValues.getConstArray(); in setPropertyValues() local
786 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx249 Any* pValues = mValues.getArray(); in removeByName() local
251 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()
/trunk/main/sw/inc/
H A Dunoport.hxx147 ::com::sun::star::uno::Any *pValues,
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx2524 OUString *pValues = aValueList.getArray(); in EndSelect() local
2534 pValues[i] = sText; in EndSelect()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx1220 const beans::PropertyValue* pValues = rValues.getConstArray(); in setPropertyValues() local
1232 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2586 const uno::Any* pValues = aValues.getConstArray(); in setPropertyValues() local
2604 SetOnePropertyValue( pEntry, pValues[i] ); in setPropertyValues()
2637 … lcl_SetCellProperty( *pEntry, pValues[i], *pOldPattern, pDoc, nFirstItem, nSecondItem ); in setPropertyValues()
2648 SetOnePropertyValue( pEntry, pValues[i] ); in setPropertyValues()
2736 const uno::Any* pValues = aValues.getConstArray(); in setPropertyValuesTolerant() local
2754 SetOnePropertyValue( pEntry, pValues[i] ); in setPropertyValuesTolerant()
2790 … lcl_SetCellProperty( *pEntry, pValues[i], *pOldPattern, pDoc, nFirstItem, nSecondItem ); in setPropertyValuesTolerant()
2809 SetOnePropertyValue( pEntry, pValues[i] ); in setPropertyValuesTolerant()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2299 Any* pValues = aValues.getArray(); local
2300 pValues[0] = makeAny( ::rtl::OUString( m_aName ) );
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java489 public Object execute( NamedValue[] pValues ) in execute() argument
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx3887 beans::PropertyValue* pValues = aSeq.getArray(); in EndElement() local
3891 *pValues++ = *aIter++; in EndElement()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2631 beans::PropertyValue* pValues = aSeq.getArray(); in ApplyCustomShapeGeometryAttributes() local
2635 *pValues++ = *aIter++; in ApplyCustomShapeGeometryAttributes()

Completed in 323 milliseconds

12345678