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