Lines Matching refs:CMtaFolderPicker

103 ATOM CMtaFolderPicker::s_ClassAtom = 0;
104 osl::Mutex CMtaFolderPicker::s_Mutex;
105 sal_Int32 CMtaFolderPicker::s_StaRequestWndRegisterCount = 0;
111 CMtaFolderPicker::CMtaFolderPicker( sal_uInt32 Flags ) : in CMtaFolderPicker() function in CMtaFolderPicker
146 m_bi.lpfn = CMtaFolderPicker::FolderPickerCallback; in CMtaFolderPicker()
171 CMtaFolderPicker::StaThreadProc, in CMtaFolderPicker()
186 CMtaFolderPicker::~CMtaFolderPicker( ) in ~CMtaFolderPicker()
239 sal_Bool CMtaFolderPicker::browseForFolder( ) in browseForFolder()
323 void SAL_CALL CMtaFolderPicker::setDisplayDirectory( const OUString& aDirectory ) in setDisplayDirectory()
332 OUString SAL_CALL CMtaFolderPicker::getDisplayDirectory( ) in getDisplayDirectory()
341 OUString SAL_CALL CMtaFolderPicker::getDirectory( ) in getDirectory()
350 void SAL_CALL CMtaFolderPicker::setDescription( const rtl::OUString& aDescription ) in setDescription()
359 void SAL_CALL CMtaFolderPicker::setTitle( const OUString& aTitle ) in setTitle()
368 OUString SAL_CALL CMtaFolderPicker::getTitle( ) in getTitle()
377 void SAL_CALL CMtaFolderPicker::cancel( ) in cancel()
395 sal_Bool SAL_CALL CMtaFolderPicker::onBrowseForFolder( ) in onBrowseForFolder()
423 void SAL_CALL CMtaFolderPicker::releaseItemIdList( LPITEMIDLIST lpItemIdList ) in releaseItemIdList()
438 LPITEMIDLIST SAL_CALL CMtaFolderPicker::getItemIdListFromPath( const rtl::OUString& aDirectory ) in getItemIdListFromPath()
467 OUString SAL_CALL CMtaFolderPicker::getPathFromItemIdList( LPCITEMIDLIST lpItemIdList ) in getPathFromItemIdList()
485 void SAL_CALL CMtaFolderPicker::enableOk( sal_Bool bEnable ) in enableOk()
500 void SAL_CALL CMtaFolderPicker::setSelection( const rtl::OUString& aDirectory ) in setSelection()
521 void SAL_CALL CMtaFolderPicker::setStatusText( const rtl::OUString& aStatusText ) in setStatusText()
536 void SAL_CALL CMtaFolderPicker::onInitialized( ) in onInitialized()
556 sal_uInt32 CMtaFolderPicker::onValidateFailed() in onValidateFailed()
566 int CALLBACK CMtaFolderPicker::FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lp… in FolderPickerCallback()
568 CMtaFolderPicker* pImpl = reinterpret_cast< CMtaFolderPicker* >( lpData ); in FolderPickerCallback()
603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in StaWndProc()
606 CMtaFolderPicker* pImpl = NULL; in StaWndProc()
631 pImpl = reinterpret_cast< CMtaFolderPicker* >( in StaWndProc()
634 OSL_ASSERT( pImpl && !IsBadReadPtr( pImpl, sizeof( CMtaFolderPicker ) ) ); in StaWndProc()
642 pImpl = reinterpret_cast< CMtaFolderPicker* >( in StaWndProc()
645 OSL_ASSERT( pImpl && !IsBadReadPtr( pImpl, sizeof( CMtaFolderPicker ) ) ); in StaWndProc()
653 pImpl = reinterpret_cast< CMtaFolderPicker* >( in StaWndProc()
656 OSL_ASSERT( pImpl && !IsBadReadPtr( pImpl, sizeof( CMtaFolderPicker ) ) ); in StaWndProc()
677 sal_Bool SAL_CALL CMtaFolderPicker::createStaRequestWindow( ) in createStaRequestWindow()
708 unsigned int CMtaFolderPicker::run( ) in run()
752 unsigned int WINAPI CMtaFolderPicker::StaThreadProc( LPVOID pParam ) in StaThreadProc()
754 CMtaFolderPicker* pInst = in StaThreadProc()
755 reinterpret_cast<CMtaFolderPicker*>( pParam ); in StaThreadProc()
773 ATOM SAL_CALL CMtaFolderPicker::RegisterStaRequestWindowClass( ) in RegisterStaRequestWindowClass()
785 wcex.lpfnWndProc = static_cast< WNDPROC >( CMtaFolderPicker::StaWndProc ); in RegisterStaRequestWindowClass()
813 void SAL_CALL CMtaFolderPicker::UnregisterStaRequestWindowClass( ) in UnregisterStaRequestWindowClass()