summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2014-09-18Blind fix for WindowsStephan Bergmann1-2/+2
2014-09-18Blind fix for WindowsStephan Bergmann1-4/+2
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-17/+0
2014-09-18fdo#82577: Handle FontNoel Grandin3-7/+7
2014-09-15cppcheck: unpreciseMathCallJulien Nabet1-1/+2
2014-09-12extensions: sal_Bool -> boolStephan Bergmann13-30/+30
2014-09-12Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-11/+11
2014-09-11create a master document template typeCaolán McNamara1-0/+1
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler1-8/+8
2014-09-09semibold->boldCaolán McNamara2-2/+2
2014-09-09fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-oversStephan Bergmann4-211/+0
2014-09-09fdo#45071 Remove Libreoffice browser pluginBryan Quigley16-3276/+0
2014-09-07create clang plugin to warn about C-style castsNoel Grandin1-8/+8
2014-08-31Add help button to dialogOlivier Hallot1-0/+14
2014-08-31FDO#83283 (part) help btn for Label Field select'nOlivier Hallot1-0/+14
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann1-2/+2
2014-08-25QueryBox RID_QRY_* -> MessageDialog + stringCaolán McNamara3-26/+9
2014-08-25set names on a bunch more threads...Michael Stahl2-0/+8
2014-08-25set names on some UNIX-only threadsMichael Stahl2-0/+4
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist5-7/+5
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-2/+0
2014-08-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza8-18/+0
2014-08-20rename define tooThomas Arnhold1-1/+1
2014-08-20stray ErrorBox from ResIdThomas Arnhold1-1/+2
2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara2-11/+2
2014-08-20Resolves: fdo#79227 labels are truncatedCaolán McNamara1-4/+2
2014-08-20drop unused helpidCaolán McNamara1-1/+0
2014-08-20rework RID_TP_GENERAL conversion to make widgets visible, etc.Caolán McNamara6-511/+865
2014-08-20Convert RID_TP_GENERAL tabpage to .uiPalenik Mihály10-592/+346
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-15/+0
2014-08-19java: no need to instantiate String objects directlyNoel Grandin2-2/+2
2014-08-18these strings should be translatableCaolán McNamara5-4/+98
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-8/+5
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara5-38/+8
2014-08-16callcatcher: update unused codeCaolán McNamara2-16/+0
2014-08-15ErrorBox RID_ERR_NEEDTYPESELECTION to StringThomas Arnhold3-19/+6
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara2-9/+0
2014-08-14Convert RID_PAGE_OPTION_DBFIELD tabpage to .uiPalenik Mihály6-95/+130
2014-08-14convert RID_DLG_SELECTION to .ui formatCaolán McNamara7-123/+142
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-13java: remove dead methodsNoel Grandin1-4/+1
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+0
2014-08-13warning C4628: digraphs not supported with -Ze...Thomas Arnhold1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin3-0/+5
2014-08-11these are global strings nowCaolán McNamara2-4/+0
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin4-8/+6
2014-08-08java: remove redundant null checksNoel Grandin2-10/+7
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1