/trunk/main/framework/source/fwe/classes/ |
H A D | actiontriggerpropertyset.cxx | 196 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 D | actiontriggerseparatorpropertyset.cxx | 188 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 D | uiconfigelementwrapperbase.cxx | 212 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 D | logindialog.hxx | 616 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 D | pathsettings.hxx | 271 … SAL_CALL convertFastPropertyValue ( css::uno::Any& aConvertedValue ,
|
H A D | autorecovery.hxx | 503 virtual sal_Bool SAL_CALL convertFastPropertyValue( css::uno::Any& aConvertedValue,
|
H A D | desktop.hxx | 343 … SAL_CALL convertFastPropertyValue ( css::uno::Any& aConvertedValue ,
|
H A D | layoutmanager.hxx | 295 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
|
/trunk/main/framework/inc/classes/ |
H A D | actiontriggerpropertyset.hxx | 78 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 D | actiontriggerseparatorpropertyset.hxx | 75 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 D | unocontrol.cxx | 300 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 D | toolboxcontroller.cxx | 766 …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 D | desktop.cxx | 1511 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 D | pathsettings.cxx | 1046 sal_Bool SAL_CALL PathSettings::convertFastPropertyValue( css::uno::Any& aConvertedValue, in convertFastPropertyValue() argument 1059 aConvertedValue); in convertFastPropertyValue()
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 845 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 D | tabwindow.cxx | 842 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 D | rootitemcontainer.cxx | 341 sal_Bool SAL_CALL RootItemContainer::convertFastPropertyValue( Any& aConvertedValue , in convertFastPropertyValue() argument 358 aConvertedValue); in convertFastPropertyValue()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 65 uno::Any aConvertedValue in convert() local 67 no_success = ! ( aConvertedValue >>= aReturn ); in convert()
|
/trunk/main/framework/inc/helper/ |
H A D | uielementwrapperbase.hxx | 105 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
|
H A D | uiconfigelementwrapperbase.hxx | 126 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
|
/trunk/main/framework/inc/uielement/ |
H A D | rootitemcontainer.hxx | 123 … SAL_CALL convertFastPropertyValue ( com::sun::star::uno::Any& aConvertedValue ,
|
/trunk/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1563 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 D | tabwindow.hxx | 149 … SAL_CALL convertFastPropertyValue( com::sun::star::uno::Any& aConvertedValue ,
|
/trunk/main/forms/source/component/ |
H A D | FormComponent.cxx | 962 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 D | layoutmanager.cxx | 3172 sal_Bool SAL_CALL LayoutManager::convertFastPropertyValue( Any& aConvertedValue, in convertFastPropertyValue() argument 3177 …return LayoutManager_PBase::convertFastPropertyValue( aConvertedValue, aOldValue, nHandle, aValue … in convertFastPropertyValue()
|