Home
last modified time | relevance | path

Searched refs:SVALUE (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbaprogressbar.cxx30 const rtl::OUString SVALUE( RTL_CONSTASCII_USTRINGPARAM("ProgressValue") ); variable
40 return m_xProps->getPropertyValue( SVALUE ); in getValue()
46 m_xProps->setPropertyValue( SVALUE, _value ); in setValue()
H A Dvbamultipage.cxx32 const rtl::OUString SVALUE( RTL_CONSTASCII_USTRINGPARAM("ProgressValue") ); variable
86 m_xProps->getPropertyValue( SVALUE ) >>= nValue; in getValue()
94 m_xProps->setPropertyValue( SVALUE, uno::makeAny( _value ) ); in setValue()

Completed in 14 milliseconds