summaryrefslogtreecommitdiff
path: root/distro-configs/CPAndroidX86_64.conf
blob: 9c56e3afe3a0aad3196cb200a1a9c9e510f48db6 (plain)
1
2
3
4
# Use LibreOfficeAndroidX86_64.conf as the base
INCLUDE:LibreOfficeAndroidX86_64
# Add the CP stuff
INCLUDE:CPAndroidBranding
2023-02-24word vba: Add activeWindow to XDocumentJustin Luth 2023-02-14tdf#149786 sc: add VBA function: ExportAsFixedFormatBalazs Varga 2022-12-16tdf#151548 vba FormFields: implement RangeJustin Luth 2022-11-25tdf#151548 vba ContentControls: Add word::XContentControlListEntryJustin Luth 2022-11-24tdf#151548 vba ContentControls: Add basic word::XContentControlJustin Luth 2022-11-15tdf#151548 vba FormFields: Add basic word::XDropDown supportJustin Luth 2022-11-14Fix typoAndrea Gelmini 2022-11-14tdf#151548 vba FormFields: Add basic word::XTextInput supportJustin Luth 2022-11-11tdf#151548 vba FormFields: Add basic word::XCheckBox supportJustin Luth 2022-11-10Fix typosAndrea Gelmini 2022-11-10tdf#151548 vba FormFields: Add basic word::XFormField supportJustin Luth 2022-10-17sw vba: add WordBasic.MsgBoxJustin Luth 2022-10-14sw vba: add WordBasic.ScreenUpdatingJustin Luth 2022-10-13sw vba: tie WordBasic to VBAGlobalsJustin Luth 2022-08-06VBA Add conversion methods to globalHannah Meeks 2022-08-05VBA Add conversion methods to ApplicationHannah Meeks 2022-08-05VBA Add Padding properties to XTableHannah Meeks 2022-07-20VBA: Add Select Method to ActiveDocumentHannah Meeks 2022-07-14The DefaultPropertyName for range is texHannah Meeks 2022-07-14tdf#149963 - XFind not a property/attribute of XRangeHannah Meeks 2022-06-30tdf#99514 - implement Value2 for compatibilityHannah Meeks 2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann 2022-01-27vba: add support for Application.WindowState + testTomaž Vajngerl 2022-01-22tdf#118246 add support for Application.GetOpenFilename func.Tomaž Vajngerl 2021-04-09[API-CHANGE] tdf#141543 VBA Range.Formula Range.FormulaR1C1 non-localizedEike Rathke 2020-09-01Fix typo in codeAndrea Gelmini 2019-11-26Fix typoAndrea Gelmini 2019-11-26Add ooo.vba.word.XDocument.Close() method and implementTor Lillqvist 2019-11-26Add note that SwVbaDocuments::Close() does nothingTor Lillqvist 2019-05-23Add ooo.vba.word.XDocument.SavePreviewPngAs() and implementTor Lillqvist 2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist 2019-04-19Change XWordBasic methods to return anyTor Lillqvist 2019-04-01Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist 2019-03-26Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist 2019-02-07The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist 2019-02-07The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist 2019-02-06Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist 2019-02-06Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist 2019-02-06Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist 2019-02-06Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist 2019-01-24Add WordBasic.FileClose()Tor Lillqvist 2019-01-22Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist 2019-01-21Add a couple of known parameters to WordBasic.ToolsOptionsViewTor Lillqvist 2019-01-21Add a (dummy) WordBasic.FileSave()Tor Lillqvist 2019-01-21Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist 2019-01-21Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist 2018-09-17oovbaapi: hack Excel / OptionButton compatibility into Button for now.Michael Meeks