set pagination off catch throw commands bt cont end catch catch commands bt cont end echo log will be saved as gdbtrace.log, this will take some time, patience...\n set logging redirect on set logging file gdbtrace.log set logging on set logging overwrite on run bt quit set logging off echo log is saved as gdbtrace.log\n body>
summaryrefslogtreecommitdiff
path: root/svtools/source/filter/exportdialog.cxx
AgeCommit message (Expand)Author
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-04-14tdf#115464 Added "prevent input" in export dialogAditya Pratap Singh
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-08-29Directly use OUStringBuffer::indexOfStephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: svtoolsStephan Bergmann
2020-01-27Make sure MaxFilesizeForRealtimePreview read from configuration is non-negativeStephan Bergmann
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann