summaryrefslogtreecommitdiff
path: root/pyuno/README
blob: 1138ce7b284e47b5a47ab9c7a6de2a723ffea1b5 (plain)
1
2
3
4
5
6
7
8
UNO bindings for the Python programming language.

To have much joy debugging python extensions you need to:
  a) edit pythonloader.py in your install setting DEBUG=1 at the top
  b) touch pyuno/source/module/pyuno_runtime.cxx and 'make debug=true' in pyuno

Then you'll start to see your exceptions on the console instead of them getting
lost at the UNO interface.
9f9d0825f0c096'>fdo#82577: Handle WindowNoel Grandin 2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara 2014-08-15last two args to Init_Impl are now always NULLCaolán McNamara 2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann 2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann 2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann 2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin 2014-04-27constLuboš Luňák 2014-04-07untangle the bFmt == 2 hackCaolán McNamara 2014-04-07sfx2: sal_Bool->boolNoel Grandin 2014-04-02Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-27document that SfxTabDialog::bFmt is being used in a hacky wayNoel Grandin 2014-03-27sfx2: sal_Bool->boolNoel Grandin 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann 2014-03-19sfx2: sal_Bool->boolNoel Grandin 2014-02-12callcatcher: update unused codeCaolán McNamara 2014-02-10the return of callcatcherCaolán McNamara 2013-11-09fdo#65108 inter-module includes <> include/sfx2Norbert Thiebaud 2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold 2013-08-29convert includes/sfx2/tabdlg.hxx from String to OUStringNoel Grandin 2013-08-21make SfxTabPage::GetTabDialog always workCaolán McNamara 2013-08-18convert docinfo field page to .uiCaolán McNamara 2013-08-18callcatcher: update unused codeCaolán McNamara