summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)AuthorFilesLines
2021-11-27ScriptForge - (SF_Calc) fix ShiftXXX() methods with negative offsetJean-Pierre Ledure1-4/+4
2021-11-25ScriptForge - (SF_Platform) fix Locale should return the OS localeJean-Pierre Ledure5-23/+23
2021-11-18Fix typosAndrea Gelmini1-1/+1
2021-11-15ScriptForge - (SF_Calc) new OpenRangeSelector() methodJean-Pierre Ledure5-0/+201
2021-11-11ScriptForge - (SF_Calc) new Printf() methodJean-Pierre Ledure2-9/+135
2021-11-11ScriptForge - (SFWidgets) fix New PopupMenu without eventJean-Pierre Ledure1-0/+1
2021-11-09ScriptForge - (SF_Calc) First/Last * Row/Column/Cell accept sheets and rangesJean-Pierre Ledure3-101/+95
2021-11-04ScriptForge - (SF_Calc) _ParseAddress() reuse last parsed addressJean-Pierre Ledure2-4/+22
2021-11-04ScriptForge - (SF_PopupMenu) Fix com.sun.star.awt.MenuItemStyle.AUTOCHECKJean-Pierre Ledure1-2/+2
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi1-1/+1
2021-11-01Fix typoAndrea Gelmini1-2/+2
2021-11-01ScriptForge - (SF_Calc) new GetRangeAddress() methodJean-Pierre Ledure3-0/+73
2021-10-31ScriptForge - (SF_Calc) new ShiftDown, ShiftLeft, ShiftRight, ShiftUp methodsJean-Pierre Ledure2-12/+343
2021-10-28ScriptForge - (SF_Chart) fix Resize() method must return a BooleanJean-Pierre Ledure2-3/+3
2021-10-28ScriptForge - (SF_Calc) new XSheetCellCursor propertyJean-Pierre Ledure2-0/+20
2021-10-27ScriptForge - (SF_Calc) new Region() propertyJean-Pierre Ledure2-11/+37
2021-10-25ScriptForge - (SF_Calc) new A1Style() methodJean-Pierre Ledure2-1/+83
2021-10-16Fix typoAndrea Gelmini1-2/+2
2021-10-16Fix typoAndrea Gelmini1-1/+1
2021-10-15ScriptForge - new SFWidgets library, new PopupMenu serviceJean-Pierre Ledure11-0/+1000
2021-10-02ScriptForge - (SF_Platform) increase speed of Fonts propertyJean-Pierre Ledure1-1/+1
2021-10-02tdf#141724 package qtz properties file as well, if presentAndras Timar1-1/+1
2021-09-28ScriptForge - (SF_Platform) new Fonts propertyJean-Pierre Ledure5-2/+37
2021-09-12Typo: bIsSuccessfull->bIsSuccessfulJulien Nabet1-5/+5
2021-09-08Fix typosAndrea Gelmini1-2/+2
2021-09-03ScriptForge - add AddTextsFromDialog and GetTextsFromL10N methodsJean-Pierre Ledure7-17/+232
2021-08-28Fix typosAndrea Gelmini1-3/+3
2021-08-27ScriptForge - (SF_DialogControl) add management of table controls in dialogsJean-Pierre Ledure3-8/+298
2021-08-19ScriptForge - (PDF Export) get/set options, export as PDF fileJean-Pierre Ledure6-5/+240
2021-08-03Fix typo in codeAndrea Gelmini1-2/+2
2021-08-03Fix typosAndrea Gelmini1-2/+2
2021-08-02ScriptForge - (SF_Chart) new service to manage Calc chartsJean-Pierre Ledure13-6/+1145
2021-07-23ScriptForge - Change copyright dates and namesJean-Pierre Ledure6-6/+6
2021-07-22ScriptForge - (scriptforge.py/CreateScriptService) allow keyword argumentsJean-Pierre Ledure2-12/+29
2021-07-14ScriptForge - (SF_Base) new CloseFormDocument() methodJean-Pierre Ledure2-0/+46
2021-07-13ScriptForge - (SF_L10N) FIX return value of AddText()Jean-Pierre Ledure1-0/+1
2021-07-13ScriptForge - (SFDocuments) new PrintOut() methodJean-Pierre Ledure5-0/+267
2021-07-09ScriptForge - (SF_Document) new SetPrinter() methodJean-Pierre Ledure7-23/+203
2021-07-07ScriptForge - (SF_Writer) move Forms() method from SF_DocumentJean-Pierre Ledure3-83/+83
2021-07-07ScriptForge - (SFDocuments) New SF_Writer serviceJean-Pierre Ledure7-7/+487
2021-07-02ScriptForge - (SF_Exception) new PythonPrint() methodJean-Pierre Ledure2-0/+57
2021-07-01ScriptForge - Backdoor to alternate Python helper scriptJean-Pierre Ledure4-0/+15
2021-06-30Add Portuguese support to ScriptForge library (l10n)Rafael Lima2-0/+1142
2021-06-25ScriptForge - (SF_Platform) new Printers propertyJean-Pierre Ledure4-7/+69
2021-06-22ScriptForge - (SF_UI) CreateBaseDocument() new CalcFileName argumentJean-Pierre Ledure2-9/+32
2021-06-20Fix typosAndrea Gelmini1-2/+2
2021-06-19ScriptForge - (SF_Exception) Fix signature in error messagesJean-Pierre Ledure5-17/+111
2021-06-19ScriptForge - (SF_PythonHelper.xba) fix signature of PyInputBox()Jean-Pierre Ledure1-9/+9
2021-06-19ScriptForge - (SF_UI) GetDocument() accepts component objectJean-Pierre Ledure1-2/+7
2021-06-18ScriptForge - (scriptforge.py/CreateScriptService) allow keyword argsJean-Pierre Ledure1-17/+36