Searched refs:pNewValues (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mmconfigitem.cxx | 638 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 …]
|
/aoo4110/main/comphelper/source/property/ |
H A D | propagg.cxx | 527 ::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()
|
/aoo4110/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 1497 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 D | DatabaseForm.hxx | 251 …void fire( sal_Int32 * pnHandles, const ::com::sun::star::uno::Any * pNewValues, const ::com::sun:…
|
/aoo4110/main/cppuhelper/source/ |
H A D | propshlp.cxx | 616 const Any * pNewValues, in fire() argument 657 pEvts[nChangesLen].NewValue = pNewValues[i]; in fire()
|
/aoo4110/main/ucb/source/core/ |
H A D | ucbstore.cxx | 2257 const PropertyValue* pNewValues = aProps.getConstArray(); in setPropertyValues() local 2268 const PropertyValue& rNewValue = pNewValues[ n ]; in setPropertyValues()
|
/aoo4110/main/cppuhelper/inc/cppuhelper/ |
H A D | propshlp.hxx | 518 const ::com::sun::star::uno::Any * pNewValues,
|
/aoo4110/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 1165 ::css::beans::PropertyValue* pNewValues = aNewValues.getArray(); in retrieveCharacterAttributes() 1168 pNewValues[i] = pPairs[pIndices[i]]; in retrieveCharacterAttributes()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 1559 beans::PropertyValue* pNewValues = aNewValues.getArray(); in getCharacterAttributes() local 1562 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 1918 PropertyValue* pNewValues = aNewValues.getArray(); in getCharacterAttributes() local 1921 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes()
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2374 const Any* pNewValues = OutParam.getConstArray(); in TYPEINIT1() local 2380 … unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pNewValues[ j ] ); in TYPEINIT1()
|
Completed in 219 milliseconds