summaryrefslogtreecommitdiff
path: root/tools
ModeNameSize
-rw-r--r--CppunitTest_tools_test.mk1238logplain
-rw-r--r--CustomTarget_reversemap.mk785logplain
-rw-r--r--Executable_bestreversemap.mk604logplain
-rw-r--r--Library_tl.mk3100logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_tools.mk1235logplain
-rw-r--r--README312logplain
-rw-r--r--StaticLibrary_ooopathutils.mk1060logplain
d---------inc34logplain
d---------qa / cppunit34logplain
d---------source424logplain
d---------test75logplain
cppcheck:redundantAssignmentNoel Grandin 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-22convert HIB_ constants to scoped enumNoel Grandin 2015-04-17sfx2: convert new to ::Create.Noel Grandin 2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks 2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin 2015-04-09loplugin:staticmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin 2014-11-11fdo#84582 : fixed label in the 'Insert Version Comment' dialogSzymon Kłos 2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin 2014-10-01fdo#82577: Handle TimeNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann 2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann 2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist 2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe