| /trunk/main/offapi/com/sun/star/ui/dialogs/ |
| H A D | XFilePickerListener.idl | 32 #include <com/sun/star/ui/dialogs/FilePickerEvent.idl> 56 of type <type>FilePickerEvent</type> that describes the event 58 @see com::sun::star::ui::dialogs::FilePickerEvent 60 void fileSelectionChanged( [in] FilePickerEvent aEvent ); 68 Of type <type>FilePickerEvent</type> that describes the event. 70 @see com::sun::star::ui::dialogs::FilePickerEvent 72 void directoryChanged( [in] FilePickerEvent aEvent ); 79 of type <type>FilePickerEvent</type> that describes the event 88 @see com::sun::star::ui::dialogs::FilePickerEvent 90 string helpRequested( [in] FilePickerEvent aEvent ); [all …]
|
| H A D | XFilePickerNotifier.idl | 51 wants to receive events of type <type>FilePickerEvent</type>. 61 wants to receive events of type <type>FilePickerEvent</type>.
|
| H A D | FilePickerEvent.idl | 40 published struct FilePickerEvent: com::sun::star::lang::EventObject
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | filedlgimpl.hxx | 166 … fileSelectionChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 167 …ALL directoryChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 168 …OUString SAL_CALL helpRequested( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 169 … controlStateChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 179 … handleFileSelectionChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 180 … handleDirectoryChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 181 …String handleHelpRequested( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 182 … handleControlStateChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent );
|
| H A D | filedlghelper.cxx | 151 void SAL_CALL FileDialogHelper_Impl::fileSelectionChanged( const FilePickerEvent& aEvent ) in fileSelectionChanged() 158 void SAL_CALL FileDialogHelper_Impl::directoryChanged( const FilePickerEvent& aEvent ) in directoryChanged() 165 OUString SAL_CALL FileDialogHelper_Impl::helpRequested( const FilePickerEvent& aEvent ) in helpRequested() 172 void SAL_CALL FileDialogHelper_Impl::controlStateChanged( const FilePickerEvent& aEvent ) in controlStateChanged() 198 void FileDialogHelper_Impl::handleFileSelectionChanged( const FilePickerEvent& ) in handleFileSelectionChanged() argument 208 void FileDialogHelper_Impl::handleDirectoryChanged( const FilePickerEvent& ) in handleDirectoryChanged() argument 215 OUString FileDialogHelper_Impl::handleHelpRequested( const FilePickerEvent& aEvent ) in handleHelpRequested() 282 void FileDialogHelper_Impl::handleControlStateChanged( const FilePickerEvent& aEvent ) in handleControlStateChanged() 2829 void SAL_CALL FileDialogHelper::FileSelectionChanged( const FilePickerEvent& aEvent ) in FileSelectionChanged() 2835 void SAL_CALL FileDialogHelper::DirectoryChanged( const FilePickerEvent& aEvent ) in DirectoryChanged() [all …]
|
| /trunk/main/fpicker/source/win32/filepicker/workbench/ |
| H A D | Test_fps.cxx | 112 …void SAL_CALL fileSelectionChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 114 …virtual void SAL_CALL directoryChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEve… 116 …virtual OUString SAL_CALL helpRequested( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEv… 118 …virtual void SAL_CALL controlStateChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& a… 127 …ickerListener::fileSelectionChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) in fileSelectionChanged() 194 …ilePickerListener::directoryChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) in directoryChanged() 199 …L FilePickerListener::helpRequested( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) in helpRequested() 204 …PickerListener::controlStateChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) in controlStateChanged()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/ |
| H A D | _XFilePickerNotifier.java | 32 import com.sun.star.ui.dialogs.FilePickerEvent; 73 public void fileSelectionChanged(FilePickerEvent e) { in fileSelectionChanged() 77 public void directoryChanged(FilePickerEvent e) { in directoryChanged() 82 public String helpRequested(FilePickerEvent e) { in helpRequested() 87 public void controlStateChanged(FilePickerEvent e) { in controlStateChanged()
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | filepickereventnotification.hxx | 57 …FilePickerListener::*EventListenerMethod_t)(const ::com::sun::star::ui::dialogs::FilePickerEvent&); 59 …thod_t EventListenerMethod, const ::com::sun::star::ui::dialogs::FilePickerEvent& FilePickerEvent); 65 com::sun::star::ui::dialogs::FilePickerEvent m_FilePickerEvent;
|
| H A D | WinFileOpenImpl.cxx | 58 using com::sun::star::ui::dialogs::FilePickerEvent; 673 FilePickerEvent evt; in onSelChanged() 796 FilePickerEvent evt; in onFolderChanged() 808 FilePickerEvent evt; in onTypeChanged() 824 FilePickerEvent evt; in onCtrlCommand() 867 FilePickerEvent evt; in onCustomControlHelpRequest()
|
| H A D | FilePicker.hxx | 202 void SAL_CALL fileSelectionChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); 203 void SAL_CALL directoryChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); 204 …rtl::OUString SAL_CALL helpRequested( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ) cons… 205 void SAL_CALL controlStateChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent );
|
| H A D | filepickereventnotification.cxx | 65 …ntNotification(EventListenerMethod_t EventListenerMethod, const FilePickerEvent& FilePickerEvent) : in CFilePickerParamEventNotification() argument 67 m_FilePickerEvent(FilePickerEvent) in CFilePickerParamEventNotification()
|
| H A D | FilePicker.cxx | 159 void SAL_CALL CFilePicker::fileSelectionChanged(FilePickerEvent aEvent) in fileSelectionChanged() 170 void SAL_CALL CFilePicker::directoryChanged(FilePickerEvent aEvent) in directoryChanged() 181 void SAL_CALL CFilePicker::controlStateChanged(FilePickerEvent aEvent) in controlStateChanged() 202 rtl::OUString SAL_CALL CFilePicker::helpRequested(FilePickerEvent aEvent) const in helpRequested()
|
| H A D | VistaFilePickerEventHandler.cxx | 393 css::ui::dialogs::FilePickerEvent aEvent; in doRequest()
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | filedlghelper.hxx | 58 struct FilePickerEvent; 259 …id SAL_CALL FileSelectionChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 260 …virtual void SAL_CALL DirectoryChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aE… 261 …oid SAL_CALL ControlStateChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ); 263 …OUString SAL_CALL HelpRequested( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent );
|
| /trunk/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.hxx | 210 void SAL_CALL fileSelectionChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); 211 void SAL_CALL directoryChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); 212 …rtl::OUString SAL_CALL helpRequested( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ) cons… 213 void SAL_CALL controlStateChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent );
|
| H A D | SalGtkFilePicker.cxx | 380 void SAL_CALL SalGtkFilePicker::fileSelectionChanged( FilePickerEvent aEvent ) in fileSelectionChanged() 386 void SAL_CALL SalGtkFilePicker::directoryChanged( FilePickerEvent aEvent ) in directoryChanged() 392 void SAL_CALL SalGtkFilePicker::controlStateChanged( FilePickerEvent aEvent ) in controlStateChanged() 402 rtl::OUString SAL_CALL SalGtkFilePicker::helpRequested( FilePickerEvent aEvent ) const in helpRequested() 1073 FilePickerEvent evt; in execute() 1494 FilePickerEvent evt; in implChangeType() 1520 FilePickerEvent evt; in filter_changed_cb() 1528 FilePickerEvent evt; in folder_changed_cb() 1535 FilePickerEvent evt; in selection_changed_cb()
|
| /trunk/main/fpicker/source/aqua/ |
| H A D | SalAquaFilePicker.hxx | 177 void SAL_CALL fileSelectionChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); 178 void SAL_CALL directoryChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); 180 void SAL_CALL controlStateChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent );
|
| H A D | SalAquaFilePicker.cxx | 653 void SAL_CALL SalAquaFilePicker::fileSelectionChanged( FilePickerEvent aEvent ) in fileSelectionChanged() 660 void SAL_CALL SalAquaFilePicker::directoryChanged( FilePickerEvent aEvent ) in directoryChanged() 667 void SAL_CALL SalAquaFilePicker::controlStateChanged( FilePickerEvent aEvent ) in controlStateChanged() 786 FilePickerEvent evt; in filterControlChanged()
|
| H A D | AquaFilePickerDelegate.cxx | 67 ::com::sun::star::ui::dialogs::FilePickerEvent evt; 75 ::com::sun::star::ui::dialogs::FilePickerEvent evt;
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | filedlg.cxx | 92 …virtual void SAL_CALL ControlStateChanged( const css::ui::dialogs::FilePickerEvent& aEvent ); 96 void SAL_CALL SdFileDialog_Imp::ControlStateChanged( const css::ui::dialogs::FilePickerEvent& aEven… in ControlStateChanged()
|
| /trunk/main/fpicker/source/office/ |
| H A D | OfficeFilePicker.cxx | 347 FilePickerEvent aEvent( *this, _nControlId ); in notify()
|
| /trunk/main/offapi/ |
| H A D | UnoApi_offapi.mk | 3487 offapi/com/sun/star/ui/dialogs/FilePickerEvent \
|