summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-13cppuhelper: method 2, load implementations to invoke component factoryprivate/hcvcastro/preinitHenry Castro3-93/+11
2015-09-13vcl: desktop terminate, to dispose objectsHenry Castro1-2/+9
2015-09-13vcl: assign NULL after deletingHenry Castro2-4/+8
2015-09-13vcl: add isInitVCL, to not initialize twiceHenry Castro1-1/+11
2015-09-13desktop: add InitVCL to lo_initializeHenry Castro1-21/+18
2015-09-13cppuhelper: add preInitBootstrap symbolHenry Castro3-16/+30
2015-09-13cppuhelper: method 1, load implementations to invoke component factoryHenry Castro1-5/+81
2015-09-13smoketest: add lok_preinit to libtestHenry Castro1-21/+34
2015-09-04New version of ConvertTextToNumber extension (1.5)Andras Timar2-2/+2
2015-09-01lok: rework use preInitBootstrapHenry Castro1-9/+12
2015-09-01Revert lok: use preInitBootstrapHenry Castro1-28/+12
2015-08-31lok: use preInitBootstrapHenry Castro1-131/+28
2015-08-31cppuhelper: add loadImplementationsHenry Castro4-0/+55
2015-08-31Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks3-25/+25
2015-08-31Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work.Michael Meeks1-10/+9
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks1-3/+13
2015-08-31do not parse range fragments as valid rangesEike Rathke1-2/+9
2015-08-31tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna3-6/+22
2015-08-31tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard7-9/+236
2015-08-31VclPtr: no dialog loaded from a .ui ever actually destructedCaolán McNamara1-0/+1
2015-08-31WaE: remove unused parameter.Michael Meeks1-1/+1
2015-08-31pClientData can be nullCaolán McNamara2-1/+1
2015-08-31tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
2015-08-31Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-3/+3
2015-08-31ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl5-2/+40
2015-08-31related: tdf#92379: sw: backward compatible ODF export of overridingMichael Stahl2-1/+22
2015-08-31tdf#92379: sw: ODF import: fix fo:background-color="transparent"Michael Stahl3-2/+73
2015-08-31tdf#92379: svx: don't overwrite fo:background-color on ODF importMichael Stahl6-6/+81
2015-08-31sw: Flat ODF import: set the InReading and InXMLImport flagsMichael Stahl1-0/+12
2015-08-31vcl: fix resource management issue in WinSalLayoutMichael Stahl4-2/+16
2015-08-31vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl1-1/+1
2015-08-31check stream statusCaolán McNamara2-9/+25
2015-08-31eof isn't a Error, so use good not GetErrorCaolán McNamara2-14/+14
2015-08-31guard against 0 item sizeCaolán McNamara2-2/+9
2015-08-31check seeks and readsCaolán McNamara6-36/+76
2015-08-31Avoid unintended unconditional std::cerr debug outputTor Lillqvist1-22/+21
2015-08-31Avoid accidental leftover unconditional debug printoutTor Lillqvist1-2/+3
2015-08-31tdf#93353: fix copy fluy in flyBjoern Michaelsen1-7/+10
2015-08-31tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl1-14/+18
2015-08-31check stream state after read attemptCaolán McNamara2-1/+5
2015-08-31check for stream status after a read, not after a seekCaolán McNamara2-10/+15
2015-08-31check seek for successCaolán McNamara2-1/+5
2015-08-31check status of SeekToCaolán McNamara2-2/+4
2015-08-31check SeekToEndOfRecord for successCaolán McNamara2-1/+3
2015-08-31tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks2-27/+27
2015-08-31clip strings to max available sizeCaolán McNamara2-6/+19
2015-08-31tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks3-1/+62
2015-08-31avoid loops in atom chainsCaolán McNamara3-4/+22
2015-08-31avoid hang in certain pptsCaolán McNamara2-1/+1
2015-08-31don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara5-34/+15