mlipok / Au3LibreOffice

AutoIt UDF for Libre Office API/SDK
https://www.autoitscript.com/forum/topic/210514-libreoffice-writer-udf-version-0003
MIT License
2 stars 1 forks source link

LibreOfficeWriter Includes #63

Closed donnyh13 closed 1 year ago

donnyh13 commented 1 year ago

There are several files missing from being included in LibreOfficeWriter file, should they be added?

Also, can they alphabetically ordered?

mlipok commented 1 year ago

sure.

#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7

#include-once
; common include for Writer
#include "LibreOfficeWriter_Constants.au3"
#include "LibreOfficeWriter_Internal.au3"
#include "LibreOfficeWriter_Helper.au3"

; other include for writer
#include "LibreOfficeWriter_DirectFormating.au3"
#include "LibreOfficeWriter_Doc.au3"
#include "LibreOfficeWriter_Cell.au3"
#include "LibreOfficeWriter_Char.au3"
#include "LibreOfficeWriter_Cursor.au3"
#include "LibreOfficeWriter_Field.au3"
#include "LibreOfficeWriter_Font.au3"
#include "LibreOfficeWriter_FootEndNotes.au3"
#include "LibreOfficeWriter_Frame.au3"
#include "LibreOfficeWriter_Images.au3"
#include "LibreOfficeWriter_Num.au3"
#include "LibreOfficeWriter_Page.au3"
#include "LibreOfficeWriter_Par.au3"
#include "LibreOfficeWriter_Shapes.au3"
#include "LibreOfficeWriter_Table.au3"
mlipok commented 1 year ago

btw. All this "SubInclude" can also be reordered.

mlipok commented 1 year ago

If you wana make PR please follow the form for submiting PR.

donnyh13 commented 1 year ago

Okay. Sounds good. Wanted to check if there was a reason you left it out.

donnyh13 commented 1 year ago

Done #64