Home
last modified time | relevance | path

Searched refs:aNewValue (Results 51 – 75 of 95) sorted by relevance

1234

/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx354 PropertyValue aNewValue; in handleAttribute() local
355 aNewValue.Name = pProperty->sPropertyName; in handleAttribute()
358aNewValue.Value = PropertyConversion::convertString(m_rContext.getGlobalContext(), pProperty->aPro… in handleAttribute()
359 implPushBackPropertyValue( aNewValue ); in handleAttribute()
/trunk/main/sfx2/inc/sfx2/
H A Ditemconnect.hxx530 ItemValueType aNewValue( aCtrlValue ); in FillItemSet() local
532 if( !pOldItem || !(maItemWrp.GetItemValue( *pOldItem ) == aNewValue) ) in FillItemSet()
538 maItemWrp.SetItemValue( *xItem, aNewValue ); in FillItemSet()
/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx245 Any aNewValue; in operator ()() local
246 lcl_copyData( aNewValue, _rAccessor, m_rMutex ); in operator ()()
247 m_rRootNode.setNodeValue( _rAccessor.getPath( ), aNewValue ); in operator ()()
H A Dpathoptions.cxx336 OUString aNewValue; in SetPath() local
350 aNewValue = aResult; in SetPath()
355 aNewValue = rNewPath; in SetPath()
359 a <<= aNewValue; in SetPath()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1590 Any aNewValue( mpLBProperty1->getSubControl()->getValue() ); in update() local
1595 if( aOldValue != aNewValue ) in update()
1596 pSet->setPropertyValue( nHandleProperty1Value, aNewValue ); in update()
1601 Any aNewValue( mpLBProperty2->getSubControl()->getValue() ); in update() local
1606 if( aOldValue != aNewValue ) in update()
1607 pSet->setPropertyValue( nHandleProperty2Value, aNewValue ); in update()
2227 Any aNewValue( makeAny( xTrigger ) ); in update() local
2233 if( aNewValue != aOldValue ) in update()
2234 pSet->setPropertyValue( nHandleTrigger, aNewValue ); in update()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx227 sal_Int32 aOldValue,aNewValue; in rowCountChanged() local
233 aNewValue = m_aItems.size(); in rowCountChanged()
234 aOldValue = aNewValue-1; in rowCountChanged()
241 aEv.NewValue <<= aNewValue; in rowCountChanged()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx775 sal_Bool aNewValue(sal_False); in convertFastPropertyValue() local
776 aValue >>= aNewValue; in convertFastPropertyValue()
777 if (aNewValue != m_bSupportVisiable) in convertFastPropertyValue()
779 aConvertedValue <<= aNewValue; in convertFastPropertyValue()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx100 Any aOldValue, aNewValue; in nameChanged() local
102 aNewValue <<= rNewName; in nameChanged()
103 commitEvent( AccessibleEventId::NAME_CHANGED, aOldValue, aNewValue ); in nameChanged()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx100 Any aOldValue, aNewValue; in ProcessWindowEvent() local
102 aNewValue <<= (sal_Int32) m_nCaretPosition; in ProcessWindowEvent()
103 NotifyAccessibleEvent( AccessibleEventId::CARET_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx491 Any aNewValue; in PositionAndSizeChange() local
492 aNewValue <<= nNewValue; in PositionAndSizeChange()
494 xPSet->setPropertyValue( evt.PropertyName, aNewValue ); in PositionAndSizeChange()
1518 Any aNewValue; in PositionAndSizeChange() local
1519 aNewValue <<= nNewValue; in PositionAndSizeChange()
1521 xPSetForm->setPropertyValue( evt.PropertyName, aNewValue ); in PositionAndSizeChange()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx625 Any aNewValue; aNewValue <<= sCurrentEngineText; in potentialTextChange() local
626 fire( &nHandle, &aNewValue, &aOldValue, 1, sal_False ); in potentialTextChange()
/trunk/main/forms/source/component/
H A DEdit.cxx679 Any aNewValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) ); in commitControlValueToDbColumn() local
682 aNewValue >>= sNewValue; in commitControlValueToDbColumn()
684 if ( !aNewValue.hasValue() in commitControlValueToDbColumn()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerseparatorpropertyset.cxx312 const Any& aNewValue , in impl_tryToChangeProperty() argument
322 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlArray.idl105 @param aNewValue
118 [in] any aNewValue )
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx770 Any aNewValue( NULL, aProp->Type ); in firePropertyChanges() local
772 aNewValue = _rxNewProps->getPropertyValue( aProp->Name ); in firePropertyChanges()
774 firePropertyChange( aProp->Name, aOldValue, aNewValue ); in firePropertyChanges()
H A Deventhandler.cxx1242 Any aNewValue; aNewValue <<= _rScriptEvent; in impl_setDialogElementScriptEvent_nothrow() local
1245 xEvents->replaceByName( sCompleteName, aNewValue ); in impl_setDialogElementScriptEvent_nothrow()
1247 xEvents->insertByName( sCompleteName, aNewValue ); in impl_setDialogElementScriptEvent_nothrow()
H A Dpropcontroller.cxx764 Any aNewValue( _rEvent.NewValue ); in propertyChange() local
768 aNewValue = impl_getPropertyValue_throw( _rEvent.PropertyName ); in propertyChange()
777 getPropertyBox().SetPropertyValue( _rEvent.PropertyName, aNewValue, bAmbiguousValue ); in propertyChange()
783 … impl_broadcastPropertyChange_nothrow( _rEvent.PropertyName, aNewValue, _rEvent.OldValue, false ); in propertyChange()
H A Dcellbindinghandler.cxx346 Any aNewValue( getPropertyValue( _rPropertyName ) ); in setPropertyValue() local
347 firePropertyChange( _rPropertyName, nPropId, aOldValue, aNewValue ); in setPropertyValue()
H A Deformspropertyhandler.cxx273 Any aNewValue( getPropertyValue( _rPropertyName ) ); in setPropertyValue() local
274 firePropertyChange( _rPropertyName, nPropId, aOldValue, aNewValue ); in setPropertyValue()
/trunk/main/comphelper/source/property/
H A Dpropstate.cxx88 …irePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aNewValue, const ::com::s… in firePropertyChange() argument
90 fire(&nHandle, &aNewValue, &aOldValue, 1, sal_False); in firePropertyChange()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1796 Any aNewValue = makeAny( m_sStatement ); in setStatement_fireEvent() local
1800 fire( &nHandle, &aNewValue, &aOldValue, 1, sal_False ); in setStatement_fireEvent()
1811 Any aNewValue = makeAny( m_bEscapeProcessing ); in setEscapeProcessing_fireEvent() local
1814 fire( &nHandle, &aNewValue, &aOldValue, 1, sal_False ); in setEscapeProcessing_fireEvent()
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx850 Any aNewValue,aOldValue; in NotifyChild() local
851 aNewValue<<= xNewChild; in NotifyChild()
854 aNewValue ); in NotifyChild()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx98 uno::Any aNewValue; in lcl_ensureCorrectLabelPlacement() local
101 aNewValue <<=rAvailablePlacements[0]; in lcl_ensureCorrectLabelPlacement()
102 xProp->setPropertyValue( C2U("LabelPlacement"), aNewValue ); in lcl_ensureCorrectLabelPlacement()
/trunk/main/starmath/source/
H A Ddocument.cxx202 Any aOldValue, aNewValue; in SetText() local
203 …mphelper::OCommonAccessibleText::implInitTextChangedEvent( aText, rBuffer, aOldValue, aNewValue ) ) in SetText()
206 aOldValue, aNewValue ); in SetText()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx833 Any aNewValue = x; in updateObject() local
850 aNewValue <<= dbtools::DBTypeConversion::toDateTime( nValue ); in updateObject()
852 aNewValue <<= dbtools::DBTypeConversion::toDate( nValue ); in updateObject()
854 aNewValue <<= dbtools::DBTypeConversion::toTime( nValue ); in updateObject()
861 if (!::dbtools::implUpdateObject(this, columnIndex, aNewValue)) in updateObject()
865 m_pCache->updateObject(columnIndex,aNewValue,rRow,aNotify.getChangedColumns()); in updateObject()

Completed in 493 milliseconds

1234