summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida22-334/+282
2011-05-11some cleanup in vbaMarkus Mohrhard3-14/+0
2011-05-10More cleanups of ScDBData.Kohei Yoshida10-35/+36
2011-05-10Cleaned up ScImportParam.Kohei Yoshida4-18/+18
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida32-400/+1533
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard7-52/+52
2011-05-09check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard7-52/+52
2011-05-06Remove range names with external references regardless of cells.Kohei Yoshida1-13/+12
2011-05-06Wrong approach. You can't use remove_if with set.Kohei Yoshida1-22/+43
2011-05-06fdo#34930: Remove range names with external references when breaking link.Kohei Yoshida1-1/+47
2011-05-05check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-04fdo#36848: Typing a named range in the position window should jump.Kohei Yoshida1-6/+9
2011-05-04Properly close the document shell when erased from the manager.Kohei Yoshida1-0/+8
2011-05-04fdo#36849: Assume that the range list member may be NULL.Kohei Yoshida1-3/+6
2011-05-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida3-57/+6
2011-05-03fdo#36721: Fixed a crash on datapilot while editing the source range.Kohei Yoshida1-0/+13
2011-05-03DataPilot -> pivot table in en-US stringsAndras Timar2-2/+2
2011-05-01Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,Rafael Dominguez1-7/+8
2011-04-30make strings localizable - fdo#36706Andras Timar1-2/+2
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida1-3/+21
2011-04-29dlopen-global-symbols.diff: use global namespace for dlopened symThorsten Behrens2-2/+3
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida3-4/+23
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard2-28/+29
2011-04-26n#689442: Don't forget to create undo object for normal merging.Kohei Yoshida1-9/+6
2011-04-26n#677811: Adjust/Shrink the ranges while copying.Muthu Subramanian1-0/+19
2011-04-26fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDocMarkus Mohrhard5-85/+108
2011-04-25make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard2-28/+29
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida5-6/+29
2011-04-25Remove OS/2 supportFrancois Tigeot4-28/+1
2011-04-22Fixed address input box to work in R1C1 mode.Kohei Yoshida1-4/+10
2011-04-22cppcheck inefficient checking for emptinessKayo Hamid1-1/+1
2011-04-20fdo#36365: Watch out for NULL pointer de-referencing.Kohei Yoshida1-2/+8
2011-04-19Fixed indentation mis-match.Kohei Yoshida1-30/+30
2011-04-18Resolves: fdo#36128 fix up paths for gbuildCaolán McNamara1-5/+8
2011-04-16fdo#36124: Fix relative/absolute toggling in R1C1 mode.Kohei Yoshida2-4/+5
2011-04-15fix for fdo#34763 add method Copy to ScVbaWorksheetsMarkus Mohrhard4-49/+110
2011-04-14catch by const referenceCaolán McNamara2-26/+26
2011-04-14createFromAscii->RTL_CONSTASCII_USTRINGPARAMCaolán McNamara1-1/+1
2011-04-13catch by const referenceCaolán McNamara1-15/+15
2011-04-12Resolves: fdo#36128 fix up paths for gbuildCaolán McNamara1-5/+8
2011-04-12fix a mixup with calling conventionsFridrich Štrba2-2/+2
2011-04-07fix cast to implementation objects failure from some vba objectsMarkus Mohrhard7-20/+89
2011-04-06Renamed methods for consistency.Kohei Yoshida2-10/+10
2011-04-06Fixed horizontal alignment issues for vertical text with text wrap on.Kohei Yoshida2-49/+45
2011-04-06Branching in the main function to call appropriate sub-methods.Kohei Yoshida1-4/+14
2011-04-06Do the same for top-bottom text direction.Kohei Yoshida1-1/+394
2011-04-06Extracted a method that adjust hyperlinks in PDF output.Kohei Yoshida2-41/+30