Home
last modified time | relevance | path

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

1234

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx1284 rtl::OUString aNewValue; in setPropertyValues() local
1285 if ( rValue.Value >>= aNewValue ) in setPropertyValues()
1288 if ( aNewValue.getLength() > 0 ) in setPropertyValues()
1290 if ( aNewValue != m_aProps.getTitle() ) in setPropertyValues()
1297 m_aProps.setTitle( aNewValue ); in setPropertyValues()
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx944 Any aOldValue, aNewValue; in SelectBorder() local
945 aNewValue <<= AccessibleStateType::FOCUSED; in SelectBorder()
946 pFrameSelector->NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in SelectBorder()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1825 rtl::OUString aNewValue; in setPropertyValues() local
1826 if ( rValue.Value >>= aNewValue ) in setPropertyValues()
1829 if ( aNewValue.getLength() > 0 ) in setPropertyValues()
1836 if ( aNewValue != aOldTitle ) in setPropertyValues()
1843 aNewTitle = aNewValue; in setPropertyValues()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx1296 PropertyValue aNewValue; in handleAttribute() local
1297 aNewValue.Name = pProperty->sPropertyName; in handleAttribute()
1298 aNewValue.Value <<= (sal_Int16)::cppu::any2bool(aBooleanValue); in handleAttribute()
1300 implPushBackPropertyValue(aNewValue); in handleAttribute()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1369 uno::Any aOldValue, aNewValue; in GetFullAccessibleName() local
1371 aNewValue <<= sName; in GetFullAccessibleName()
1374 aNewValue, in GetFullAccessibleName()
/trunk/main/comphelper/inc/comphelper/
H A Dpropstate.hxx80 …void firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aNewValue, const ::co…
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx1788 uno::Sequence< uno::Sequence< sal_Int32 > > aNewValue; in setPropertyValue() local
1789 if( ! (rOuterValue >>= aNewValue) ) in setPropertyValue()
1813 if( i < aNewValue.getLength() ) in setPropertyValue()
1814 aVal <<= aNewValue[i]; in setPropertyValue()
H A DWrappedDataCaptionProperties.cxx56 …eference< ::com::sun::star::beans::XPropertySet >& xSeriesPropertySet, sal_Int32 aNewValue ) const;
H A DWrappedSymbolProperties.cxx74 …eToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, sal_Int32 aNewValue ) const;
/trunk/main/framework/inc/classes/
H A Dactiontriggerseparatorpropertyset.hxx100 const com::sun::star::uno::Any& aNewValue ,
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1349 Any aNewValue; in setFastPropertyValue() local
1350 aNewValue <<= aNewFontDescriptor; in setFastPropertyValue()
1360 setFastPropertyValues( 1, &nDescriptorId, &aNewValue, 1 ); in setFastPropertyValue()
/trunk/main/svx/source/form/
H A Dfmundo.cxx1004 ,aNewValue(evt.NewValue) in FmUndoPropertyAction()
1047 xObj->setPropertyValue( aPropertyName, aNewValue ); in Redo()
/trunk/main/svtools/source/control/
H A Dvclxaccessibleheaderbaritem.cxx119 Any aOldValue, aNewValue; in ProcessWindowEvent() local
H A Dtoolbarmenuacc.cxx93 Any aOldValue, aNewValue; in ProcessWindowEvent() local
/trunk/main/svx/source/inc/
H A Dfmundo.hxx66 ::com::sun::star::uno::Any aNewValue;
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx461 uno::Any aNewValue = Value; in setPropertyValue() local
472 m_xReportComponent->setPropertyValue(PropertyName, aNewValue); in setPropertyValue()
661 aNewValue <<= impl_ConvertUIToMimeType_nothrow(sValue); in setPropertyValue()
668 m_xReportComponent->setPropertyValue(PropertyName, aNewValue); in setPropertyValue()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1551 uno::Any aNewValue; in Notify() local
1552 aNewValue<<=AccessibleStateType::FOCUSED; in Notify()
1555 aNewValue, in Notify()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx113 ::css::uno::Any aOldValue, aNewValue; in textChanged()
114 if ( implInitTextChangedEvent( m_aParagraphText, aParagraphText, aOldValue, aNewValue ) ) in textChanged()
119 aOldValue, aNewValue); in textChanged()
/trunk/main/starmath/source/
H A Dview.cxx236 uno::Any aOldValue, aNewValue; in LoseFocus() local
240 aOldValue, aNewValue ); in LoseFocus()
/trunk/main/sc/inc/
H A Dchgtrack.hxx726 String aNewValue; member in ScChangeActionContent

Completed in 329 milliseconds

1234