Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-28 | replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster | Michael Stahl | 992 | -349398/+0 | |
2011-08-04 | some clean-up | Markus Mohrhard | 4 | -8/+8 | |
you need boost::nullable if you want to insert a null pointer in a boost::ptr_vector and it seems that ptr_vector::c_array isn't supported then | |||||
2011-08-03 | change from sal_Bool to bool | Markus Mohrhard | 2 | -3/+3 | |
2011-08-03 | change from c-array to boost::ptr_vector | Markus Mohrhard | 2 | -37/+30 | |
2011-08-03 | use delete[] for arrays allocated with new[] | Markus Mohrhard | 1 | -2/+2 | |
2011-08-03 | fix for fdo#39773: crash with hidden column in Data->Form | Markus Mohrhard | 1 | -1/+2 | |
2011-07-29 | bnc#707486 fix fit of extreme carelessness with defaulted params | Noel Power | 1 | -2/+2 | |
2011-07-29 | Fix the "By" property in GoDownSel and GoDownBlockSel | Olivier Hallot | 1 | -9/+24 | |
The "By" property for cell commands Go[Down,Up,Left,Right]Sel and Go[Down,Up,Left,Right]BlockSel was hardcoded to 1 in cellsh4.cxx. This patch allows repetition of the commands by the value of the By property. | |||||
2011-07-29 | tweak fix for bnc#707486 ( ensure multi-area processed for simple copy only ) | Noel Power | 1 | -0/+3 | |
2011-07-28 | add prefixes for component_getFactory | Matúš Kukan | 3 | -4/+4 | |
2011-07-27 | Resolves: fdo#38955 set selection request as done for macro recorder | Caolán McNamara | 1 | -0/+1 | |
2011-07-26 | fix for bnc#707486 allow copy for suitable multi-area Ranges | Noel Power | 5 | -127/+99 | |
also remove the extra CopyToClip ( and CopyToClip4VBA ), merged the functionality to remove the existing copy and paste. | |||||
2011-07-25 | use XFilePicker2 regardless of service, if possible, it is far more sane | Michael Meeks | 2 | -24/+2 | |
2011-07-22 | remove duplicated en-US string definition | Andras Timar | 1 | -1/+0 | |
2011-07-20 | Get rid of SvULongs in calc | Maciej Rumianowski | 2 | -12/+10 | |
Instead of SvULongs use ::std::vector < sal_Int32 > | |||||
2011-07-14 | fdo#37767: Fix broken refresh() from UNO API (and Basic). | Kohei Yoshida | 2 | -33/+5 | |
We now need to clear the cache before running DataPilotUpdate() in order to re-populate the cache from the source data. | |||||
2011-07-14 | fdo#36688: Make sure the drawing layer is initialized before use. | Kohei Yoshida | 1 | -0/+1 | |
From how it's used, it appears to be the convention to call InitDrawLayer() before getting the drawing layer pointer, to ensure that the drawing layer is present when needed. | |||||
2011-07-14 | Reverted 70af08e849a93d56915b7abe14537facf1022a6a. | Kohei Yoshida | 1 | -10/+4 | |
2011-07-14 | Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent | Caolán McNamara | 4 | -32/+9 | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | 3 | -20/+0 | |
2011-07-06 | Enable FT and listbox in both applicable cases | Katarina Machalkova | 1 | -3/+3 | |
... that is: "show" and "show on colored cells" ones | |||||
2011-07-06 | fix for fdo#30800: Option to display calc gridlines on colored cells | André Schnabel | 5 | -24/+57 | |
* change UI option for grid line display to tri-state drop down * view option VOPT_GRID will take the information wheter to "Show" or "Hide" grid lines. New view option VOPT_GRID_ONTOP will take the information wheter to display grid lines on top of colored cells or not * depending on VOPT_GRID_ONTOP grid lines will be drawn before or after drawing cell background in ScGridWindow::Draw * store option as boolean property "GridOnColoredCells" (path: "/org.openoffice.Office.Calc/Layout/Line") in user config * see http://wiki.documentfoundation.org/User:Andreschnabel/Spec_Calc_grid_lines_on_colored_background#UI_definitions for spec | |||||
2011-07-05 | WaE: consistently call it struct or class | Caolán McNamara | 1 | -1/+1 | |
2011-07-05 | yet more iterator->const_iterator | Caolán McNamara | 7 | -12/+12 | |
2011-07-05 | basic multiline input implementation | Anurag Jain | 3 | -30/+346 | |
2011-07-05 | some warning clean-up | Markus Mohrhard | 1 | -5/+4 | |
2011-07-05 | change remaining manual loops to ScMarkData::iterator | Markus Mohrhard | 9 | -444/+433 | |
2011-07-05 | change from manual loop to ScMarkData::iterator | Markus Mohrhard | 9 | -560/+524 | |
in most situations it's much faster to use the iterator instead of the manual loop + ScMarkData::GetTableSelect | |||||
2011-07-01 | XLSX formula import improvement. Recommit. | Muthu Subramanian | 3 | -5/+37 | |
2011-06-29 | fix for fdo#36963: name box always selects cell in the first sheet | Markus Mohrhard | 1 | -1/+1 | |
add the current table number as fallback to the address parser for the case that no table is specified | |||||
2011-06-29 | Revert patch to change .idl | Muthu Subramanian | 3 | -34/+4 | |
2011-06-29 | Improved xlsx formula import. | Muthu Subramanian | 3 | -4/+34 | |
Now uses the values present in the import document rather than calculating the formula. This speeds up document loading. TODO: Extend this to string results as well. | |||||
2011-06-23 | fix for fdo#38544 enable Object/Edit menu item for ole/embedded objects | Noel Power | 1 | -1/+1 | |
2011-06-23 | fix for fdo#37880 | Markus Mohrhard | 1 | -1/+7 | |
we need to save the information if we have a local range name or a global range name in the uno api too | |||||
2011-06-21 | catch by const reference | Caolán McNamara | 2 | -8/+8 | |
2011-06-21 | remove first fix for fdo#38455 | Markus Mohrhard | 1 | -1/+1 | |
better fix already pushed | |||||
2011-06-20 | better fix for fdo#38455 | Markus Mohrhard | 1 | -2/+3 | |
2011-06-20 | fix for fdo38455: prevent crash in Data->DefineRange | Markus Mohrhard | 1 | -1/+1 | |
2011-06-17 | Related: rhbz#711087 band-aid | Caolán McNamara | 1 | -0/+3 | |
2011-06-17 | Let's make 'Add' button clickable at any time ... | Katarina Machalkova | 1 | -2/+1 | |
... not only when last condition in the list is checked | |||||
2011-06-15 | add local range names to ScNamePasteDlg | Markus Mohrhard | 7 | -13/+36 | |
2011-06-15 | Resolves: fdo#33636 spell-checker dialog itself can munge the selection | Caolán McNamara | 2 | -4/+14 | |
It can create/activate an editview, and GetSheetSelection will take an active editview as the current selection. So from GetSheetSelection's POV activating the spellchecker changes the selection, and the SpellChecker dialog detects a selection change as indicating that the spell-checking needs to be restarted on the new selection. | |||||
2011-06-15 | Refactor PaintRangeFinder to only iterate needed entries. | Rafael Dominguez | 2 | -64/+85 | |
Added a helper function PaintRangeFinderEntry. | |||||
2011-06-15 | Remove rebundant check since we already know its in boundaries. | Rafael Dominguez | 1 | -3/+1 | |
2011-06-15 | Remove rebundant check since we already know its in boundaries. | Rafael Dominguez | 1 | -10/+8 | |
2011-06-14 | Unlimited number of conditions for conditional formatting, part 2 | Robert Dargaud | 4 | -249/+148 | |
2011-06-14 | Unlimited number of conditions for conditional formatting | Robert Dargaud | 4 | -187/+520 | |
(Calc part) | |||||
2011-06-13 | Make some room for the localized strings. | Kohei Yoshida | 1 | -1/+1 | |
In some languages, the translated text may be longer. | |||||
2011-06-13 | Moved up the control to keep same top spacing as the other pages. | Kohei Yoshida | 1 | -2/+2 | |
2011-06-13 | A little code style inconsistencies. | Kohei Yoshida | 1 | -8/+8 | |