All Projects → smehrbrodt → libreoffice-starter-extension

smehrbrodt / libreoffice-starter-extension

Licence: MIT license
LibreOffice Starter Extension

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to libreoffice-starter-extension

loeclipse
LibreOffice Eclipse plugin for extension development
Stars: ✭ 26 (+18.18%)
Mutual labels:  eclipse, libreoffice, libreoffice-extension
barcode
LibreOffice Barcode Extension
Stars: ✭ 25 (+13.64%)
Mutual labels:  libreoffice, libreoffice-extension
WollMux
Letterhead, template, form, autotext, mail merge,... extension for LibreOffice
Stars: ✭ 45 (+104.55%)
Mutual labels:  libreoffice, libreoffice-extension
LOC-Extension
LibreOffice Cryptocurrency extension
Stars: ✭ 33 (+50%)
Mutual labels:  libreoffice, libreoffice-extension
get-started-java
Sample and tutorial to help you get started with a Java EE app, REST API and a database.
Stars: ✭ 28 (+27.27%)
Mutual labels:  eclipse
eclipse
🧛🏻‍♂️ Dark theme for Eclipse
Stars: ✭ 34 (+54.55%)
Mutual labels:  eclipse
financial-forecast
Personal Financial Forecasting Model
Stars: ✭ 24 (+9.09%)
Mutual labels:  libreoffice
eclox
Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
Stars: ✭ 32 (+45.45%)
Mutual labels:  eclipse
ITSTools
A multi-formalism, multi-solution model-checker centered on the language GAL
Stars: ✭ 17 (-22.73%)
Mutual labels:  eclipse
fabric-loom
Gradle build system plugin used to automate the setup of a minecraft mod development environment.
Stars: ✭ 150 (+581.82%)
Mutual labels:  eclipse
eclipse-asciidoctor-editor
An eclipse editor for asciidoctor files
Stars: ✭ 45 (+104.55%)
Mutual labels:  eclipse
lxtk
Language Client/Server Toolkit
Stars: ✭ 22 (+0%)
Mutual labels:  eclipse
wapiml
An OpenAPI round-trip tool that leverages model-driven techniques to create, visualize, manage, and generate OpenAPI definitions.
Stars: ✭ 61 (+177.27%)
Mutual labels:  eclipse
opentbs
With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
Stars: ✭ 48 (+118.18%)
Mutual labels:  libreoffice
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
Stars: ✭ 94 (+327.27%)
Mutual labels:  libreoffice
Cat-Face-Detector-with-OpenCV-and-JavaFX
📹 A Small OpenCV (Open Source Computer Vision) Example, who has the ability to detect multiple cat faces at the same time 🐱
Stars: ✭ 24 (+9.09%)
Mutual labels:  eclipse
codewind-eclipse
Plugin for developing cloud-native, containerized applications from Eclipse IDE
Stars: ✭ 13 (-40.91%)
Mutual labels:  eclipse
android-support-v4
Eclipse library project based on Android support-v4 AAR releases.
Stars: ✭ 39 (+77.27%)
Mutual labels:  eclipse
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-31.82%)
Mutual labels:  libreoffice
ContextQuickie
An eclipse add-on which extens the context menu for accessing various tools.
Stars: ✭ 17 (-22.73%)
Mutual labels:  eclipse

LibreOffice Starter Extension

This repository contains some boilerplate code and config you need to get started to build your own LibreOffice Extension.

You can use this project as a starting point to write your own extension for LibreOffice.

Get started

  1. Install LibreOffice & the LibreOffice SDK (5.0 or greater)
  2. Install Eclipse IDE for Java Developers & the LOEclipse plugin
  3. Download this starter project & unzip it
  4. Import the project in Eclipse (File->Import->Existing Projects into Workspace)
  5. Let Eclipse know the paths to LibreOffice & the SDK (Project->Properties->LibreOffice Properties)
  6. Setup Run Configuration
    • Go to Run->Run Configurations
    • Create a new run configuration of the type "LibreOffice Application"
    • Select the project
    • Run!
    • Hint: Show the error log to view the output of the run configuration (Window->Show View->Error Log)
  7. The extension will be installed in LibreOffice (see Tools->Extension Manager)
  8. To launch the example dialog, click on the newly added toolbar/menu entry which have been added to Writer (named "Starter Project/Action One").

Development Hints

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].