summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-28Updated coreJulien Nabet1-0/+0
2015-09-28Fix check for empty stackStephan Bergmann1-1/+1
2015-09-28duplicate commentsCaolán McNamara1-2/+0
2015-09-28valgrind: pChainingOutliner leaksCaolán McNamara1-0/+1
2015-09-28move strings out of widgetCaolán McNamara6-225/+228
2015-09-28Simply move std::vector instances around hereStephan Bergmann2-111/+86
2015-09-28do not use unlimited precision in status barEike Rathke1-2/+12
2015-09-28remove outputLength variable when calculating encryption verifierTomaž Vajngerl1-4/+2
2015-09-28opengl: use VCL_GL_INFO in salbmp so messages appear apitraceTomaž Vajngerl1-12/+12
2015-09-28don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl1-4/+6
2015-09-28tdf#94011: load&save more border typesOliver Specht5-14/+59
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann6-24/+31
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-6/+6
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann4-10/+16
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2-3/+3
2015-09-28Remove bogus unreliable testStephan Bergmann1-24/+0
2015-09-28USING_X: Compare against TRUE, not "yes"Samuel Mehrbrodt1-1/+1
2015-09-28framework: remove obsolete Linux libc5 supportMichael Stahl1-14/+5
2015-09-28loplugin:staticmethodsStephan Bergmann1-0/+4
2015-09-28Resolves: tdf#93461 captions laid out behind imagesCaolán McNamara1-4/+11
2015-09-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers3-2/+3
2015-09-28sw table styles: Kill useless SwTableBox_Impl.Jan Holesovsky2-83/+50
2015-09-28bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-directMiklos Vajna3-0/+11
2015-09-28Revert "revert back to android-21 target until tinderbox gets updated"Tor Lillqvist3-3/+3
2015-09-28Resolves: tdf#94458 wrong alpha values for 32bit dibsCaolán McNamara1-4/+12
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann15-41/+62
2015-09-28Cleanup: WANT_X11 is the same as USING_X11Samuel Mehrbrodt1-8/+6
2015-09-28tdf#94456 RTF import: fix list vs paragraph style interaction wrt para indentsMiklos Vajna3-3/+36
2015-09-28One more GUIBASE -> USING_X11Samuel Mehrbrodt2-2/+2
2015-09-28wmf spec says that these are only allowed bitcount valuesCaolán McNamara2-1/+13
2015-09-28Updated coreDennis Roczek1-0/+0
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-14/+14
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-11/+12
2015-09-28libreofficekit: fix mismatched free() / deleteMiklos Vajna3-17/+25
2015-09-28sd tiled rendering: avoid passing explicit 0 vcl::WindowMiklos Vajna1-7/+7
2015-09-28basebmp: -headless -> --headlessMiklos Vajna1-1/+1
2015-09-28tdf#90153 DOCX import: fix default sw TextFrame roundtripMiklos Vajna3-2/+12
2015-09-28sw: prefix members of SwTextFrmMiklos Vajna5-87/+87
2015-09-28by default use the system memory allocatorMarkus Mohrhard1-1/+5
2015-09-28SDK apps actually find URE libs via DYLD_LIBRARY_PATHStephan Bergmann1-1/+1
2015-09-28Return unique_ptr from AstExpression::eval_* functionsStephan Bergmann2-12/+16
2015-09-28m_exprValue cannot be non-null hereStephan Bergmann1-3/+0
2015-09-28AstExpression::coerce always returned m_exprValue, so simplify its signatureStephan Bergmann2-19/+11
2015-09-28Remove redundant AstExpression::eval_internalStephan Bergmann2-15/+8
2015-09-28AstExpression::eval_internal always returns m_exprValueStephan Bergmann2-18/+17
2015-09-28AstExpression::coerce is always called with bAssign = trueStephan Bergmann2-4/+3
2015-09-28Simplify coerce_value signatureStephan Bergmann1-161/+163
2015-09-27sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky8-43/+63
2015-09-27sw table styles: Insert column, split table, delete row/column.Jan Holesovsky5-11/+37
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky10-8/+80