Searched refs:ScVbaPropValue (Results 1 – 7 of 7) sorted by relevance
27 ScVbaPropValue::ScVbaPropValue( PropListener* pListener ) : m_pListener( pListener ) in ScVbaPropValue() function in ScVbaPropValue32 ScVbaPropValue::getValue() throw (css::uno::RuntimeException) in getValue()38 ScVbaPropValue::setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException) in setValue()
40 class ScVbaPropValue : public PropValueImpl_BASE class44 ScVbaPropValue( PropListener* pListener );
40 class VBAHELPER_DLLPUBLIC ScVbaPropValue : public PropValueImpl_BASE class44 ScVbaPropValue( PropListener* pListener );
163 …return uno::makeAny( uno::Reference< XPropValue > ( new ScVbaPropValue( &maPrivateProfileStringLis… in PrivateProfileString()
93 return uno::makeAny( uno::Reference< XPropValue > ( new ScVbaPropValue( this ) ) ); in DefaultFilePath()
153 return uno::makeAny( uno::Reference< XPropValue > ( new ScVbaPropValue( this ) ) ); in Selected()
Completed in 31 milliseconds