Task #3706
closedImport useful tutorials/articles from AOO wiki
0%
Description
Please import these useful pages (from https://wiki.openoffice.org/wiki/Framework#Articles_.26_Tutorials ) into our wiki:
Somewhere near the DevGuide (relevant for extension developers):- https://wiki.openoffice.org/wiki/Framework/Tutorial/Context_Menu_Interception
- https://wiki.openoffice.org/wiki/Framework/Tutorial/Popup_Menu_Controller
- https://wiki.openoffice.org/wiki/Framework/Tutorial/Statusbar_Controller
- https://wiki.openoffice.org/wiki/Framework/Article/Accelerators_Configuration
- https://wiki.openoffice.org/wiki/Framework/Article/Addon_Menu_Toolbar_Merging
- https://wiki.openoffice.org/wiki/Framework/Article/Asynchronous_Callback_Service
- https://wiki.openoffice.org/wiki/Framework/Article/Easy_To_Use_Message_Boxes
- https://wiki.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_3_0
- Use https://wiki.openoffice.org/w/images/c/c8/GenHtmlFilterView.zip to generate an up to date version of this list
- https://wiki.openoffice.org/wiki/Framework/Article/Generic_UNO_Interfaces_for_complex_toolbar_controls
- https://wiki.openoffice.org/wiki/Framework/Article/Command_Line_Arguments - it's in the help these days https://help.libreoffice.org/latest/he/text/shared/guide/start_parameters.html
- https://wiki.openoffice.org/wiki/Framework/Article/Gap_Analysis_Tookit_API - project report
- https://wiki.openoffice.org/wiki/Framework/Article/Language_Selection_Statusbar_Control - project report
- https://wiki.openoffice.org/wiki/Framework/Article/OpenOffice.org_2.0_User_Interface_Controller_Internals - internal documentation, not sure we need this
- https://wiki.openoffice.org/wiki/Framework/Article/OpenOffice.org_2.x_Commands & https://wiki.openoffice.org/wiki/Framework/Article/OpenOffice.org_3.x_Commands - we have a similiar page: https://wiki.documentfoundation.org/Development/DispatchCommands
- https://wiki.openoffice.org/wiki/Framework/Article/Options_Dialog_Configuration - no value
- https://wiki.openoffice.org/wiki/Framework/Article/Tool_Panels & https://wiki.openoffice.org/wiki/Framework/Article/Tool_Panels_Internals - ToolPanels were superseded by Sidebar
- https://wiki.openoffice.org/wiki/Framework/Article/VCLTestTool - not sure this is relevant
- https://wiki.openoffice.org/wiki/Framework/WorkInProgress/Tabbed_Windows_Extension - some WIP Extension
Updated by Beluga Beluga about 1 year ago
- Assignee changed from Dennis Roczek to Beluga Beluga
Updated by Beluga Beluga about 1 year ago
Samuel Mehrbrodt wrote:
- https://wiki.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_3_0
- Use https://wiki.openoffice.org/w/images/c/c8/GenHtmlFilterView.zip to generate an up to date version of this list
Can be skipped as we have https://help.libreoffice.org/latest/en-US/text/shared/guide/convertfilters.html generated by https://git.libreoffice.org/help/+/refs/heads/master/helpers/convertfilters.py
Updated by Beluga Beluga almost 1 year ago
- Status changed from New to Closed
Dispatch API implementation is now linked from https://wiki.documentfoundation.org/Development/Code_Overview
Others linked from https://wiki.documentfoundation.org/Documentation/DevGuide#Related_documentation
There are many instances of idl and idlm elements in the articles. These could be replaced by idl and idlm templates, but they require to pass 'service' or 'interface' in order to construct a working link to api.libreoffice.org, so would require lots of manual work.