summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-29cppcheck: invalidPrintfArgType_uintCaolán McNamara1-1/+1
2015-04-29cppcheck: throwInNoexceptFunctionCaolán McNamara1-1/+1
2015-04-29Make MSVC happy?Stephan Bergmann1-22/+46
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin20-145/+132
2015-04-29convert INITOUTDEV constants to scoped enumNoel Grandin2-28/+35
2015-04-29convert ZOOMBTN constants to scoped enumNoel Grandin7-22/+30
2015-04-29convert CT_ constants to scoped enumNoel Grandin18-128/+123
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin20-54/+58
2015-04-29convert SDRSNAP_ constants to scoped enumNoel Grandin4-20/+29
2015-04-29convert SDRGRAPHOBJ constants to scoped enumNoel Grandin3-12/+21
2015-04-29convert CUSTOMSHAPE_HANDLE_ constants to scoped enumNoel Grandin2-27/+36
2015-04-29convert IMPSDR_ constants to scoped enumNoel Grandin4-12/+16
2015-04-29simplify SDRSEARCHPASS_ constantsNoel Grandin3-17/+11
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin25-117/+125
2015-04-29convert SDR_SWAPGRAPHICS constants to scoped enumNoel Grandin8-31/+35
2015-04-29convert SDR*ALIGN constants to scoped enumNoel Grandin9-121/+129
2015-04-29convert SDRESC_ constants to scoped enumNoel Grandin13-128/+129
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin27-68/+77
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin8-46/+53
2015-04-29convert DRAG_ constants to scoped enumNoel Grandin2-55/+58
2015-04-29convert _EDIT constants to scoped enumNoel Grandin3-63/+67
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin18-68/+76
2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin6-38/+40
2015-04-29convert SGX_IMPORT constants to scoped enumNoel Grandin4-13/+14
2015-04-29convert SVX_ flags to scoped enumNoel Grandin7-20/+28
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin13-28/+39
2015-04-29convert CS_ constants to scoped enumNoel Grandin4-23/+31
2015-04-29convert PREVIEW_OBJECTTYPE constants to scoped enumNoel Grandin2-18/+17
2015-04-29convert CTF_ constants to scoped enumNoel Grandin10-40/+47
2015-04-29convert FLT_DATE_ constants to scoped enumNoel Grandin2-29/+27
2015-04-29convert MSDFF_HANDLE_FLAGS_ constants to scoped enumNoel Grandin5-217/+228
2015-04-29convert HANDLE_FLAGS constants to scoped enumNoel Grandin2-43/+52
2015-04-29remove unused codeNoel Grandin2-16/+0
2015-04-29convert WZB_ constants to scoped enumNoel Grandin22-164/+171
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-29tdf#89783: avoid endless loop with >65k style namesKatarina Behrens1-1/+1
2015-04-29tdf#89783: fix another potential endless loopKatarina Behrens1-1/+1
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-29WaE: C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-29tdf#63054: pdf_string_parser incorrectly handles escapesMike1-2/+2
2015-04-29RtfAttributeOutput::m_pTableWrt: use std::unique_ptr<>Miklos Vajna2-11/+8
2015-04-29avoid ambiguityStephan Bergmann1-1/+1
2015-04-29Better make the bool conversion operator explicitStephan Bergmann1-1/+1
2015-04-29Remove unnecessary SAL_CALL annotationsStephan Bergmann1-16/+16
2015-04-29Also add RenderContext parameter to updatecheckuiTomaž Vajngerl1-2/+2
2015-04-29Move paint method rewriter to storeTomaž Vajngerl1-0/+0
2015-04-29delegate RenderContext, invalidate - prgsbar, scrbarTomaž Vajngerl3-9/+13
2015-04-29delegate RenderContext, invalidate - ilstboxTomaž Vajngerl2-8/+7
2015-04-29delegate RenderContext - fixed, group, imgctrlTomaž Vajngerl4-15/+15
2015-04-29vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl2-7/+7