summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-02Fixed a crash when creating a new datapilot table from external database.Kohei Yoshida1-5/+8
2011-05-02Typo.Kohei Yoshida1-1/+1
2011-05-02Let's not friend a class just because of one private method.Kohei Yoshida1-2/+1
2011-05-02Fixed indentation and naming inconsistencies.Kohei Yoshida1-5/+5
2011-05-02Avoid branching in for loop.Kohei Yoshida1-8/+5
2011-05-02Pass const reference.Kohei Yoshida2-4/+4
2011-05-01Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,Rafael Dominguez3-12/+17
2011-04-30make strings localizable - fdo#36706Andras Timar1-2/+2
2011-04-30Ignore .gitattributesJoseph Powers1-0/+1
2011-04-29Removed unnecessary virtual-ness from the destructor.Kohei Yoshida1-1/+1
2011-04-29A bit of cleanups & annotation of data members.Kohei Yoshida2-28/+59
2011-04-29Output valid OOXML incl. msSymbol valueMarkus Mohrhard1-0/+5
2011-04-29support export of anonymous db data to OOXMLMarkus Mohrhard4-84/+26
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida4-3/+74
2011-04-29dlopen-global-symbols.diff: use global namespace for dlopened symThorsten Behrens2-2/+3
2011-04-29Output valid OOXML incl. msSymbol valueMarkus Mohrhard1-0/+5
2011-04-28support export of anonymous db data to OOXMLMarkus Mohrhard4-84/+26
2011-04-28Added unit test for datapilot refresh.Kohei Yoshida1-40/+126
2011-04-28cleanup - duplicate objects included between sc and scuiNorbert Thiebaud1-52/+0
2011-04-28Remove unnecessary include in sc buildNorbert Thiebaud4-6/+2
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida16-150/+272
2011-04-26Fixed crash on load when loading doc with pivot table.Kohei Yoshida1-2/+6
2011-04-26n#677917: Try a bit harder to determine the number format of a dimension.Kohei Yoshida1-1/+16
2011-04-26Prefer empty() over size() where it makes sense.Kohei Yoshida1-3/+4
2011-04-26Let's use the constant in unonames.hxx to be consistent.Kohei Yoshida1-3/+2
2011-04-26Put more source local functions into anonymous namespace.Kohei Yoshida1-31/+29
2011-04-26Fixed doubly nested anonymous namespaces.Kohei Yoshida1-8/+3
2011-04-26Moved ScDPOutputImpl into the source file of ScDPOutput.Kohei Yoshida4-267/+193
2011-04-26Killed more sal_Bool family & tabs.Kohei Yoshida2-31/+31
2011-04-26Ugh!Kohei Yoshida1-43/+0
2011-04-26Let's make the class name more descriptive and be consistent.Kohei Yoshida3-11/+54
2011-04-26killed sal_Bool and tabs.Kohei Yoshida2-9/+9
2011-04-26support export of sheet local anonymous db data to excel binaryMarkus Mohrhard1-18/+5
2011-04-26make excel binary import use anonymous db dataMarkus Mohrhard4-56/+27
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard3-30/+31
2011-04-26n#689442: Don't forget to create undo object for normal merging.Kohei Yoshida1-9/+6
2011-04-26n#677811 HTML Export Fixes. More might be required!!!Muthu Subramanian1-31/+66
2011-04-26n#677811: Adjust/Shrink the ranges while copying.Muthu Subramanian1-0/+19
2011-04-26Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)libreoffice-3.3.99.3Petr Mladek0-0/+0
2011-04-26fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDocMarkus Mohrhard5-85/+108
2011-04-25support export of sheet local anonymous db data to excel binaryMarkus Mohrhard1-18/+5
2011-04-25make excel binary import use anonymous db dataMarkus Mohrhard4-56/+27
2011-04-25make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard3-30/+31
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida5-6/+29
2011-04-25Remove OS/2 supportFrancois Tigeot7-42/+1
2011-04-24remove obsoleted depDavid Tardon1-2/+0
2011-04-24use the new UNO-related defs from CppunitTargetDavid Tardon4-110/+30
2011-04-22Excel only allows strings that are up to 32767 chars long (0x7FFF).Kohei Yoshida1-1/+1
2011-04-22Fixed address input box to work in R1C1 mode.Kohei Yoshida1-4/+10
2011-04-22cppcheck inefficient checking for emptinessKayo Hamid5-5/+5