summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-16Simplify TransactionManagerStephan Bergmann2-110/+25
2015-12-16No need to pass eReason out of TransactionManager::registerTransactionStephan Bergmann3-8/+4
2015-12-16TransactionGuard is always called with null eReasonStephan Bergmann1-11/+3
2015-12-16Remove dead ctorStephan Bergmann1-14/+0
2015-12-16Clean upStephan Bergmann2-44/+33
2015-12-16sw layout xml dump: show if the frame has fix sizeMiklos Vajna1-0/+1
2015-12-16unusedcode removed in this commitsJuergen Funk1-7/+0
2015-12-16Fix indentationSamuel Mehrbrodt1-30/+29
2015-12-16but only for dialogCaolán McNamara1-1/+1
2015-12-16Related: rhbz#1281906 set a min size on un-resizeable non-layout dialogsCaolán McNamara1-0/+4
2015-12-16SvpSalFrame ctor parameter list has changedTor Lillqvist1-1/+1
2015-12-16Look for iOS SDK 9.2, tooTor Lillqvist1-2/+2
2015-12-16Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt1-5/+5
2015-12-16NotebookBar: Initial "Home" tab for WriterSamuel Mehrbrodt1-228/+494
2015-12-16vcl: Initial NotebookBar implementation.Jan Holesovsky10-12/+520
2015-12-16Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic1-1/+1
2015-12-16gtk3: stop the ever shrinking size of toplevel on every restoreCaolán McNamara1-13/+28
2015-12-16tdf#96515 sw Hide Whitespace: avoid creating unneeded page framesMiklos Vajna2-1/+49
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna6-11/+5
2015-12-16tdf#96257: Silly work-around to produce same result on OpenGL and non-OpenGLTor Lillqvist1-0/+9
2015-12-15sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl3-5/+7
2015-12-15sw: fix build, remove deleted CheckFlies.java from makefileMichael Stahl1-2/+0
2015-12-15update emoji autocorrect files from po-filesChristian Lohmaier1-4/+4
2015-12-15sd: remove cargo-culted dependencies from CppunitTest_sd_misc_testsMichael Stahl1-19/+0
2015-12-15boost: suppress auto_ptr deprecation warnings in boost::spiritMichael Stahl1-0/+46
2015-12-15sw: fix MSVC build, stupid thing can't initialize const membersMichael Stahl1-5/+5
2015-12-15update creditsChristian Lohmaier1-815/+841
2015-12-15Java unit tests were converted to Python unit testskadertarlan3-208/+128
2015-12-15Updated coreChristian Lohmaier1-0/+0
2015-12-15No need for <config_features.h> hereTor Lillqvist1-2/+0
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist3-18/+19
2015-12-15Initialise bArbMultisampleSupported as falseTor Lillqvist1-1/+1
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke4-0/+40
2015-12-15chart2: add DocumentBaseURL in ChartFrameLoader::load()Michael Stahl1-0/+5
2015-12-15sw: set a BaseURL when copying embedded objectsMichael Stahl2-3/+4
2015-12-15writerfilter: set a BaseURL on embedded math objectsMichael Stahl5-9/+20
2015-12-15svx: set BaseURL from SvxOle2Shape::createObject()Michael Stahl1-1/+6
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl7-14/+21
2015-12-15chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import()Michael Stahl1-1/+2
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl9-15/+66
2015-12-15svtools: print some exception messages with SAL_WARNMichael Stahl1-6/+6
2015-12-15sw: extend various OOXML export test to check embedded objectsMichael Stahl4-1/+114
2015-12-15sw: DOCX export: convert ODF embedded objects to OOXMLMichael Stahl3-7/+131
2015-12-15sw: replace OUStringBufferMichael Stahl1-5/+2
2015-12-15sw: move ProgId parsing to DocxExport::WriteOLEObjectMichael Stahl3-95/+105
2015-12-15sfx2: fix valgrind warningMichael Stahl1-0/+3
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-7/+6
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl3-12/+22
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl4-27/+35
2015-12-15tdf#95903: Fix return value handling in msvc_win32_x86-64 bridgeStephan Bergmann1-14/+30