Home
last modified time | relevance | path

Searched refs:aConvertedValue (Results 1 – 25 of 25) sorted by relevance

/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx196 Any& aConvertedValue, in convertFastPropertyValue() argument
228 bReturn = impl_tryToChangeProperty( m_aText, aValue, aOldValue, aConvertedValue ) ; in convertFastPropertyValue()
374 Any& aConvertedValue ) in impl_tryToChangeProperty() argument
389 aConvertedValue <<= sValue ; in impl_tryToChangeProperty()
397 aConvertedValue.clear () ; in impl_tryToChangeProperty()
410 Any& aConvertedValue ) in impl_tryToChangeProperty() argument
425 aConvertedValue <<= aValue ; in impl_tryToChangeProperty()
433 aConvertedValue.clear () ; in impl_tryToChangeProperty()
445 Any& aConvertedValue ) in impl_tryToChangeProperty() argument
460 aConvertedValue <<= aValue ; in impl_tryToChangeProperty()
[all …]
H A Dactiontriggerseparatorpropertyset.cxx188 Any& aConvertedValue, in convertFastPropertyValue() argument
204 bReturn = impl_tryToChangeProperty( m_nSeparatorType, aValue, aOldValue, aConvertedValue ); in convertFastPropertyValue()
314 Any& aConvertedValue ) in impl_tryToChangeProperty() argument
329 aConvertedValue <<= aValue ; in impl_tryToChangeProperty()
337 aConvertedValue.clear () ; in impl_tryToChangeProperty()
/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx212 sal_Bool SAL_CALL UIConfigElementWrapperBase::convertFastPropertyValue( Any& aConvertedValue , in convertFastPropertyValue() argument
228 aConvertedValue); in convertFastPropertyValue()
236 aConvertedValue); in convertFastPropertyValue()
246 aConvertedValue); in convertFastPropertyValue()
255 aConvertedValue); in convertFastPropertyValue()
263 aConvertedValue); in convertFastPropertyValue()
271 aConvertedValue); in convertFastPropertyValue()
279 aConvertedValue); in convertFastPropertyValue()
287 aConvertedValue); in convertFastPropertyValue()
/trunk/main/framework/inc/services/
H A Dlogindialog.hxx616 virtual sal_Bool SAL_CALL convertFastPropertyValue( ANY& aConvertedValue ,
724 ANY& aConvertedValue ) throw( ILLEGALARGUMENTEXCEPTION );
729 ANY& aConvertedValue ) throw( ILLEGALARGUMENTEXCEPTION );
734 ANY& aConvertedValue ) throw( ILLEGALARGUMENTEXCEPTION );
739 ANY& aConvertedValue ) throw( ILLEGALARGUMENTEXCEPTION );
744 ANY& aConvertedValue ) throw( ILLEGALARGUMENTEXCEPTION );
H A Dpathsettings.hxx271 … SAL_CALL convertFastPropertyValue ( css::uno::Any& aConvertedValue ,
H A Dautorecovery.hxx503 virtual sal_Bool SAL_CALL convertFastPropertyValue( css::uno::Any& aConvertedValue,
H A Ddesktop.hxx343 … SAL_CALL convertFastPropertyValue ( css::uno::Any& aConvertedValue ,
H A Dlayoutmanager.hxx295 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
/trunk/main/framework/inc/classes/
H A Dactiontriggerpropertyset.hxx78 virtual sal_Bool SAL_CALL convertFastPropertyValue( com::sun::star::uno::Any& aConvertedValue,
105 …com::sun::star::uno::Any& aConvertedValue ) throw( com::sun::star::lang::IllegalArgumentExceptio…
110 …com::sun::star::uno::Any& aConvertedValue ) throw( com::sun::star::lang::IllegalArgumentExceptio…
115 …com::sun::star::uno::Any& aConvertedValue ) throw( com::sun::star::lang::IllegalArgumentExceptio…
H A Dactiontriggerseparatorpropertyset.hxx75 virtual sal_Bool SAL_CALL convertFastPropertyValue( com::sun::star::uno::Any& aConvertedValue,
102 …com::sun::star::uno::Any& aConvertedValue ) throw( com::sun::star::lang::IllegalArgumentExceptio…
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx300 Any aConvertedValue( rVal ); in ImplSetPeerProperty() local
315 if ( aConvertedValue >>= aValue ) in ImplSetPeerProperty()
318 aConvertedValue <<= aValue; in ImplSetPeerProperty()
320 else if ( aConvertedValue >>= aSeqValue ) in ImplSetPeerProperty()
324 aConvertedValue <<= aSeqValue; in ImplSetPeerProperty()
329 mxVclWindowPeer->setProperty( rPropName, aConvertedValue ); in ImplSetPeerProperty()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx766 …AL_CALL ToolboxController::convertFastPropertyValue( com::sun::star::uno::Any& aConvertedValue , in convertFastPropertyValue() argument
779 aConvertedValue <<= aNewValue; in convertFastPropertyValue()
786 return OPropertyContainer::convertFastPropertyValue(aConvertedValue, aOldValue, nHandle, aValue); in convertFastPropertyValue()
/trunk/main/framework/source/services/
H A Ddesktop.cxx1511 sal_Bool SAL_CALL Desktop::convertFastPropertyValue( css::uno::Any& aConvertedValue , in convertFastPropertyValue() argument
1531 aConvertedValue); in convertFastPropertyValue()
1538 aConvertedValue); in convertFastPropertyValue()
1545 aConvertedValue); in convertFastPropertyValue()
H A Dpathsettings.cxx1046 sal_Bool SAL_CALL PathSettings::convertFastPropertyValue( css::uno::Any& aConvertedValue, in convertFastPropertyValue() argument
1059 aConvertedValue); in convertFastPropertyValue()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx845 uno::Any aConvertedValue( aValue ); in setPropertyValue() local
851 aConvertedValue <<= (sal_Int16)nSlant; in setPropertyValue()
855 lcl_convertParaAdjustmentToTextAlignment( aConvertedValue ); in setPropertyValue()
859 convertVerticalAdjustToVerticalAlign( aConvertedValue ); in setPropertyValue()
862 xControl->setPropertyValue( aFormsName, aConvertedValue ); in setPropertyValue()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx842 sal_Bool SAL_CALL TabWindow::convertFastPropertyValue( css::uno::Any& aConvertedValue , in convertFastPropertyValue() argument
859 aConvertedValue); in convertFastPropertyValue()
867 aConvertedValue); in convertFastPropertyValue()
/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx341 sal_Bool SAL_CALL RootItemContainer::convertFastPropertyValue( Any& aConvertedValue , in convertFastPropertyValue() argument
358 aConvertedValue); in convertFastPropertyValue()
/trunk/main/ucb/source/ucp/file/
H A Dfilrow.cxx65 uno::Any aConvertedValue in convert() local
67 no_success = ! ( aConvertedValue >>= aReturn ); in convert()
/trunk/main/framework/inc/helper/
H A Duielementwrapperbase.hxx105 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
H A Duiconfigelementwrapperbase.hxx126 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
/trunk/main/framework/inc/uielement/
H A Drootitemcontainer.hxx123 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1563 Any aConvertedValue( convertAnimateValue( xSet->getTo(), xSet->getAttributeName() ) ); in exportAnimateSet() local
1564 if ( aConvertedValue.hasValue() ) in exportAnimateSet()
1565 exportAnimProperty( rStrm, 1, aConvertedValue, TRANSLATE_NONE ); in exportAnimateSet()
/trunk/main/framework/inc/tabwin/
H A Dtabwindow.hxx149 … SAL_CALL convertFastPropertyValue( com::sun::star::uno::Any& aConvertedValue ,
/trunk/main/forms/source/component/
H A DFormComponent.cxx962 Any aConvertedValue, aOldValue; in setPropertyToDefaultByHandle() local
963 if ( convertFastPropertyValue( aConvertedValue, aOldValue, _nHandle, aDefault ) ) in setPropertyToDefaultByHandle()
965 setFastPropertyValue_NoBroadcast( _nHandle, aConvertedValue ); in setPropertyToDefaultByHandle()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx3172 sal_Bool SAL_CALL LayoutManager::convertFastPropertyValue( Any& aConvertedValue, in convertFastPropertyValue() argument
3177 …return LayoutManager_PBase::convertFastPropertyValue( aConvertedValue, aOldValue, nHandle, aValue … in convertFastPropertyValue()

Completed in 136 milliseconds