summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-20Add a few SAL_INFOsTor Lillqvist
2019-09-20Warn when getFileURLFromSystemPath() fails, not when it succeedsTor Lillqvist
2019-09-20Change XWordBasic methods to return anyTor Lillqvist
2019-09-20Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist
2019-09-20Avoid "Text Import" dialog if invoking Paste() from OLE AutomationTor Lillqvist
2019-09-20Avoid dialog headings showing up as some serif font in the iOS appTor Lillqvist
2019-09-20Use the colibre icon theme in Online and appsTor Lillqvist
2019-09-20Use SAL_FALLTHROUGHTor Lillqvist
2019-09-20Fix compilation error without precompiled headersTor Lillqvist
2019-09-20Stopgap measure to fix compilation error on WindowsTor Lillqvist
2019-09-20Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist
2019-09-20tdf#124168: The libctllo.a is needed in the iOS app for ToCTor Lillqvist
2019-09-20tdf#124168: We do need the BasicDLL thing also in the iOS appTor Lillqvist
2019-09-20tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futileTor Lillqvist
2019-09-20Further tweaks that affect the "tunnelled" dialogs in the iOS appTor Lillqvist
2019-09-20Use smaller default font on iOS (in practice used for dialogs in the iOS app)Tor Lillqvist
2019-09-20tdf#127163: Add AutoRedactDoc command to the Tools menuMuhammet Kara
2019-09-20tdf#124042: There are no progress bars that vcl would handle on iOS or AndroidTor Lillqvist
2019-09-20Add FIXMETor Lillqvist
2019-09-20Generate more specific names for unknown members than just "Unknown"Tor Lillqvist
2019-09-20tdf#123821: Correct accidental overlap with IIDs used in CalcTor Lillqvist
2019-09-20Use sal_Int32 for the index as it comes in as a LONG at least from VBScriptTor Lillqvist
2019-09-20tdf#122537: Use "best speed" instead of default compression level on iOSTor Lillqvist
2019-09-20Fix build when !HAVE_FEATURE_AVMEDIATor Lillqvist
2019-09-20Build the sdui library for non-DESKTOP, tooTor Lillqvist
2019-09-20Make SdAbstractDialogFactory::Create() do its job also on non-DESKTOPTor Lillqvist
2019-09-20We want the function pointer here, but not call it yetTor Lillqvist
2019-09-20tdf#122582: Add touch gestures to iOS app slideshow, also for exiting itTor Lillqvist
2019-09-20tdf#122582: Add ways to exit the slideshow in the iOS appTor Lillqvist
2019-09-20Handle arrow keys (from a hardware keyboard) on iOSTor Lillqvist
2019-09-20Add a FIXME noteTor Lillqvist
2019-09-20Interpret the parameter of WordBasic.FileClose() more correctlyTor Lillqvist
2019-09-20The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist
2019-09-20The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist
2019-09-20Ignore RuntimeException in Application.WindowState setterTor Lillqvist
2019-09-20Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist
2019-09-20Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist
2019-09-20Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist
2019-09-20Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist
2019-09-20Use bool and not sal_Bool, says a pluginTor Lillqvist
2019-09-20Add WordBasic.FileClose()Tor Lillqvist
2019-09-20Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist
2019-09-20Add a couple know parameters to WordBasic.ToolsOptionsViewTor Lillqvist
2019-09-20Implement WordBasic.FileSave()Tor Lillqvist
2019-09-19SAL_INFO also for parameter names that are not foundTor Lillqvist
2019-09-19Add a (dummy) WordBasic.FileSave()Tor Lillqvist
2019-09-19Add TODO FIXMETor Lillqvist
2019-09-19Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist
2019-09-19Try ignoring RuntimeException in ComḿandBars(), VB6 clients don't like them?Tor Lillqvist
2019-09-19Don't throw an exception, just ignore trying to set an unhandled WindowStateTor Lillqvist