Home
last modified time | relevance | path

Searched refs:AsyncPickerAction (Results 1 – 4 of 4) sorted by relevance

/trunk/main/fpicker/source/office/
H A Dasyncfilepicker.cxx42 DBG_NAME( AsyncPickerAction ) in DBG_NAME() argument
44AsyncPickerAction::AsyncPickerAction( SvtFileDialog* _pDialog, SvtFileView* _pView, const Action _… in DBG_NAME()
51 DBG_CTOR( AsyncPickerAction, NULL ); in DBG_NAME()
57 AsyncPickerAction::~AsyncPickerAction() in ~AsyncPickerAction()
59 DBG_DTOR( AsyncPickerAction, NULL ); in ~AsyncPickerAction()
63 oslInterlockedCount SAL_CALL AsyncPickerAction::acquire() in acquire()
69 oslInterlockedCount SAL_CALL AsyncPickerAction::release() in release()
80 void AsyncPickerAction::cancel() in cancel()
91 void AsyncPickerAction::execute( in execute()
161 IMPL_LINK( AsyncPickerAction, OnActionDone, void*, pEmptyArg ) in IMPL_LINK() argument
[all …]
H A Dasyncfilepicker.hxx50 class AsyncPickerAction : public ::rtl::IReference class
70 AsyncPickerAction( SvtFileDialog* _pDialog, SvtFileView* _pView, const Action _eAction );
99 virtual ~AsyncPickerAction();
104 AsyncPickerAction(); // never implemented
105 AsyncPickerAction( const AsyncPickerAction& ); // never implemented
106 AsyncPickerAction& operator=( const AsyncPickerAction& ); // never implemented
H A Diodlg.hxx118 ::rtl::Reference< ::svt::AsyncPickerAction >
339 ::svt::AsyncPickerAction::Action _eAction,
H A Diodlg.cxx1513 executeAsync( AsyncPickerAction::eExecuteFilter, String(), getMostCurrentFilter( _pImp ) ); in ExecuteFilter()
2303 void SvtFileDialog::executeAsync( ::svt::AsyncPickerAction::Action _eAction, in executeAsync()
2308 m_pCurrentAsyncAction = new AsyncPickerAction( this, _pFileView, _eAction ); in executeAsync()
2387 executeAsync( AsyncPickerAction::ePrevLevel, sDummy, sDummy ); in PrevLevel_Impl()
2397 executeAsync( AsyncPickerAction::eOpenURL, _rURL, getMostCurrentFilter( _pImp ) ); in OpenURL_Impl()

Completed in 44 milliseconds