Lines Matching refs:OCommonPicker

55OCommonPicker::OCommonPicker( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMul…  in OCommonPicker()  function in svt::OCommonPicker
78 OCommonPicker::~OCommonPicker() in ~OCommonPicker()
90 IMPLEMENT_FORWARD_XINTERFACE2( OCommonPicker, OCommonPicker_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
95 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OCommonPicker, OCommonPicker_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2()
100 void OCommonPicker::checkAlive() const SAL_THROW( (DisposedException) ) in IMPLEMENT_FORWARD_XINTERFACE2()
106 void OCommonPicker::prepareDialog() in prepareDialog()
117 void SAL_CALL OCommonPicker::disposing() in disposing()
139 void OCommonPicker::stopWindowListening() in stopWindowListening()
148 void SAL_CALL OCommonPicker::disposing( const EventObject& _rSource ) throw (RuntimeException) in disposing()
174 ::cppu::IPropertyArrayHelper* OCommonPicker::createArrayHelper( ) const in createArrayHelper()
182 ::cppu::IPropertyArrayHelper& SAL_CALL OCommonPicker::getInfoHelper() in getInfoHelper()
184 return *const_cast< OCommonPicker* >( this )->getArrayHelper(); in getInfoHelper()
188 …Reference< XPropertySetInfo > SAL_CALL OCommonPicker::getPropertySetInfo( ) throw(RuntimeExceptio… in getPropertySetInfo()
194 …void SAL_CALL OCommonPicker::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rVa… in setFastPropertyValue_NoBroadcast()
206 sal_Bool OCommonPicker::createPicker() in createPicker()
257 …void SAL_CALL OCommonPicker::setControlProperty( const ::rtl::OUString& aControlName, const ::rtl:… in setControlProperty()
270 …Any SAL_CALL OCommonPicker::getControlProperty( const ::rtl::OUString& aControlName, const ::rtl::… in getControlProperty()
287 …Sequence< ::rtl::OUString > SAL_CALL OCommonPicker::getSupportedControls( ) throw (RuntimeExcepti… in getSupportedControls()
302 …sal_Bool SAL_CALL OCommonPicker::isControlSupported( const ::rtl::OUString& aControlName ) throw (… in isControlSupported()
317 …Sequence< ::rtl::OUString > SAL_CALL OCommonPicker::getSupportedControlProperties( const ::rtl::OU… in getSupportedControlProperties()
332 …sal_Bool SAL_CALL OCommonPicker::isControlPropertySupported( const ::rtl::OUString& aControlName, … in isControlPropertySupported()
349 void SAL_CALL OCommonPicker::setTitle( const rtl::OUString& _rTitle ) throw( RuntimeException ) in setTitle()
356 sal_Int16 OCommonPicker::execute() throw (RuntimeException) in execute()
378 void SAL_CALL OCommonPicker::cancel( ) throw (RuntimeException) in cancel()
397 m_nCancelEvent = Application::PostUserEvent( LINK( this, OCommonPicker, OnCancelPicker ) ); in cancel()
401 IMPL_LINK( OCommonPicker, OnCancelPicker, void*, EMPTYARG ) in IMPL_LINK() argument
424 void SAL_CALL OCommonPicker::initialize( const Sequence< Any >& _rArguments ) in initialize()
485 …sal_Bool OCommonPicker::implHandleInitializationArgument( const ::rtl::OUString& _rName, const Any… in implHandleInitializationArgument()