summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn18-52/+32
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida7-10/+23
2014-12-08Move these to Impl and remove boost::optional include.Kohei Yoshida2-20/+69
2014-12-08Add Impl to SdrObject and hide ObjectUser member.Kohei Yoshida3-16/+27
2014-12-08Officially disable the copy c'tor of SdrObject.Kohei Yoshida1-0/+2
2014-12-09vcl: add new metafile viewer demo - mainly for fdo#80503Chris Sherlock5-1/+212
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn9-21/+11
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn8-18/+10
2014-12-09assert the "impossible"Eike Rathke1-10/+34
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-09prepare ScColumn::SetDirty() to handle BROADCAST_BROADCASTERSEike Rathke1-6/+43
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke6-20/+35
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida2-60/+59
2014-12-08coverity#1242459 Identical code for different branchesCaolán McNamara1-4/+3
2014-12-08Convert some test cases to using insertRangeData().Kohei Yoshida1-33/+84
2014-12-08limit scope of variableDavid Tardon1-2/+3
2014-12-08don't copy stylesheet's HelpID if this's a renameDavid Tardon1-1/+2
2014-12-08typoBjoern Michaelsen1-2/+2
2014-12-08trying to make this fit in gcc-4.6s little brainBjoern Michaelsen1-1/+2
2014-12-08bracket up this horror anywayCaolán McNamara1-0/+2
2014-12-08coverity#1257110 Big parameter passed by valueCaolán McNamara1-1/+2
2014-12-08No idea why this would need to be an archaic LibMainStephan Bergmann2-28/+1
2014-12-08writer won't allow us to enter multiple CrossRefBookmarks on the same nodeCaolán McNamara3-4/+30
2014-12-08coverity#735379 annotate to dismiss Copy-paste errorCaolán McNamara1-1/+2
2014-12-08coverity#1257114 Result is not floating-pointCaolán McNamara1-1/+1
2014-12-08coverity#1257109 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-12-08Build fix (for gcc 4.7).Kohei Yoshida1-9/+7
2014-12-08README.Android: mention ndk-gdb --startMiklos Vajna1-18/+5
2014-12-08WaE: Unreferenced function definitionTor Lillqvist1-0/+2
2014-12-08Test for Writer import / export of graphic shapesZolnai Tamás3-0/+91
2014-12-08Copying linked graphic between components is brokenZolnai Tamás1-1/+1
2014-12-08Test also Calc export / import of images with special IDZolnai Tamás2-0/+74
2014-12-08Test also Impress export / import of images with special IDZolnai Tamás2-0/+82
2014-12-08Generalize this test for other Writer filtersZolnai Tamás3-47/+84
2014-12-08fdo#87042 Add Ctrl+Shift+R as toggle for rulerMattias Põldaru1-4/+16
2014-12-08coverity#1257107: handle these consistentlyBjoern Michaelsen1-9/+12
2014-12-08deque is never usedBjoern Michaelsen1-1/+0
2014-12-08make InsertRedline() non-static againBjoern Michaelsen1-3/+3
2014-12-08rename to simple SaveMergeRedline and put in namespaceBjoern Michaelsen1-12/+15
2014-12-08remove inheritance from Ring<>Bjoern Michaelsen1-15/+8
2014-12-08use a std::list<> instead of a Ring<>Bjoern Michaelsen1-27/+18
2014-12-08use uniqueBjoern Michaelsen1-1/+1
2014-12-08make InsertRedline a static functionBjoern Michaelsen1-6/+6
2014-12-08test for document mergeBjoern Michaelsen3-0/+31
2014-12-08coverity#1257107 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-12-08coverity#1257111 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-12-08coverity#1257112 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-12-08coverity#1257113 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin11-73/+64
2014-12-08Resolves: fdo#86820 executing toolbar menu entry can destroy menuCaolán McNamara1-5/+12