Home
last modified time | relevance | path

Searched refs:pNewValues (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx638 PropertyValue* pNewValues = aNewValues.getArray(); in Commit() local
639 pNewValues[0].Name = sNodePath; in Commit()
640 pNewValues[0].Name += C2U(cDataSourceName); in Commit()
641 pNewValues[0].Value <<= aAssignIter->aDBData.sDataSource; in Commit()
642 pNewValues[1].Name = sNodePath; in Commit()
643 pNewValues[1].Name += C2U(cDataTableName); in Commit()
644 pNewValues[1].Value <<= aAssignIter->aDBData.sCommand; in Commit()
645 pNewValues[2].Name = sNodePath; in Commit()
646 pNewValues[2].Name += C2U(cDataCommandType); in Commit()
648 pNewValues[3].Name = sNodePath; in Commit()
[all …]
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx527 ::com::sun::star::uno::Any* pNewValues = new ::com::sun::star::uno::Any[nLen]; in propertiesChange()
538 pNewValues[nDest] = pEvents->NewValue; in propertiesChange()
545 fire(pHandles, pNewValues, pOldValues, nDest, sal_False); in propertiesChange()
548 delete[] pNewValues; in propertiesChange()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx1497 void ODatabaseForm::fire( sal_Int32* pnHandles, const Any* pNewValues, const Any* pOldValues, sal_I… in fire() argument
1509 …if ((nPos < nCount) && (pNewValues[nPos].getValueType().getTypeClass() == TypeClass_BOOLEAN) && ge… in fire()
1514 ++pNewValues; in fire()
1523 OPropertySetAggregationHelper::fire(pnHandles, pNewValues, pOldValues, nPos, bVetoable); in fire()
1525 …OPropertySetAggregationHelper::fire(pnHandles + nPos, pNewValues + nPos, pOldValues + nPos, nCount… in fire()
1531 OPropertySetAggregationHelper::fire(pnHandles, pNewValues, pOldValues, nCount, bVetoable); in fire()
H A DDatabaseForm.hxx251 …void fire( sal_Int32 * pnHandles, const ::com::sun::star::uno::Any * pNewValues, const ::com::sun:…
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx616 const Any * pNewValues, in fire() argument
657 pEvts[nChangesLen].NewValue = pNewValues[i]; in fire()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx2257 const PropertyValue* pNewValues = aProps.getConstArray(); in setPropertyValues() local
2268 const PropertyValue& rNewValue = pNewValues[ n ]; in setPropertyValues()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx519 const ::com::sun::star::uno::Any * pNewValues,
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1165 ::css::beans::PropertyValue* pNewValues = aNewValues.getArray(); in retrieveCharacterAttributes()
1168 pNewValues[i] = pPairs[pIndices[i]]; in retrieveCharacterAttributes()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1559 beans::PropertyValue* pNewValues = aNewValues.getArray(); in getCharacterAttributes() local
1562 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1922 PropertyValue* pNewValues = aNewValues.getArray(); in getCharacterAttributes() local
1925 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2374 const Any* pNewValues = OutParam.getConstArray(); in TYPEINIT1() local
2380 … unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pNewValues[ j ] ); in TYPEINIT1()

Completed in 153 milliseconds