summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)AuthorFilesLines
2022-01-30ScriptForge - (SF_Session, SF_Document) add arguments to RunCommand()Jean-Pierre Ledure14-24/+170
2021-12-30Fix case for "ByVal", "Variant", "UCase"Julien Nabet18-44/+44
2021-12-22Access2Base - Fix argument check in OpenDatabase()Jean-Pierre Ledure1-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann7-7/+7
2021-12-08Simplify some Optional handlingMike Kaganski1-13/+6
2021-12-08Fix wrong missing variable checkMike Kaganski1-1/+1
2021-12-08ScriptForge - (SF_Utils) language may have a length > 2 in localesJean-Pierre Ledure1-1/+1
2021-12-06Fix typosAndrea Gelmini2-6/+6
2021-12-03ScriptForge - (SFWidgets) new SF_Menu serviceJean-Pierre Ledure13-35/+1071
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