summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann7-14/+14
2014-01-28Converted Calc paste special dialog to .uiKatarina Behrens1-134/+115
2014-01-23Resolves: #i123626# change default for paste special dialog of Calc...Tsutomu Uchino1-4/+2
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-18Window::PreNotify should return boolStephan Bergmann2-2/+2
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann1-2/+2
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann1-2/+2
2014-01-16Resolves: rhbz#1047871 convert conditional formattting dialog to widget layoutCaolán McNamara1-5/+11
2014-01-14nFlags parameter to Window::Hide appears effectively unusedStephan Bergmann1-2/+2
2014-01-06convert col or row dialog to .uiCaolán McNamara1-40/+16
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara1-20/+15
2014-01-04convert calc character dialog to .uiCaolán McNamara1-25/+19
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis1-1/+1
2013-12-30Display 3D address & honor current reference address convension.Kohei Yoshida1-2/+3
2013-12-30free resource missing hereCaolán McNamara1-0/+1
2013-12-30convert retype password input dialog to .uiCaolán McNamara2-144/+39
2013-12-30convert simple reference dialog to .uiCaolán McNamara1-37/+31
2013-12-30convert solver options dialog to .uiCaolán McNamara1-40/+33
2013-12-30convert solver progress dialog to .uiCaolán McNamara1-19/+8
2013-12-29convert solver success dialog to .uiCaolán McNamara1-11/+14
2013-12-29convert tab background color to .uiCaolán McNamara1-89/+52
2013-12-29convert multiple operations dialog to .uiCaolán McNamara1-77/+81
2013-12-27cppcheck: fix 2 consecutive breaksJulien Nabet1-1/+0
2013-12-20convert solver no solution dialog to .uiCaolán McNamara1-11/+3
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara1-87/+31
2013-12-19convert show sheets dialog to .uiCaolán McNamara1-25/+16
2013-12-19Properly import data stream data from ods.Kohei Yoshida1-0/+2
2013-12-19Unlimited when the end row is MAXROW.Kohei Yoshida1-1/+1
2013-12-19Initialize data stream dialog properly.Kohei Yoshida1-20/+20
2013-12-19Actually hide these two radio buttons (since there is no choice now).Kohei Yoshida1-0/+3
2013-12-19Disable script source option.Kohei Yoshida1-0/+1
2013-12-19Hide the "Overwrite existing data" option.Kohei Yoshida1-5/+3
2013-12-18Handle "refresh on empty line" setting from the UI.Kohei Yoshida1-0/+3
2013-12-18Disable this mode for now.Kohei Yoshida1-0/+1
2013-12-18Pass enum values around rather than OUString ones.Kohei Yoshida1-20/+25
2013-12-18Ensure that the initial data range has only one row.Kohei Yoshida1-5/+42
2013-12-18Put these new classes in sc namespace.Kohei Yoshida1-0/+4
2013-12-13datastreams: Improve usability of the dialog.Jan Holesovsky1-8/+6
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+2
2013-11-29static, not mysteriousStephan Bergmann1-1/+1
2013-11-29Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-28Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan1-1/+1
2013-11-28Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan1-3/+33
2013-11-28export data streams; pretend to be an area linkMatúš Kukan1-0/+1
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-3/+8
2013-11-28Rework data streams to be more like file links (ScAreaLink).Matúš Kukan3-474/+98
2013-11-20fix: overriding virtual function differs from 'osl::Thread::terminate'Matúš Kukan1-3/+3
2013-11-20datastreams: read data in another threadMatúš Kukan2-19/+117
2013-11-19datastreams: implement address mode for inputMatúš Kukan2-27/+86
2013-11-18datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan1-1/+26