Age | Commit message (Expand) | Author |
2011-12-12 | remove lazy init of edit view to fix strange core ( open insert|formula ) | Noel Power |
2011-12-12 | Fix filtering by inequality operators e.g. >5, <=3, etc. | Kohei Yoshida |
2011-12-12 | double check pEditView ( appears some re-entrency foo can zap it ) | Noel Power |
2011-12-11 | fix autocorrection sync problem with input/formulabar | Noel Power |
2011-12-11 | Remove ByteString | Julien Nabet |
2011-12-10 | fixed fdo#43700 ROWS(), COLUMNS() and SHEETS() don't work with external refer... | Eike Rathke |
2011-12-10 | fdo#43467: Infer number format from formula result if appropriate. | Kohei Yoshida |
2011-12-09 | fdo#38545: Show/hide anchor when the anchoring status changes. | Kohei Yoshida |
2011-12-09 | fixed Calc unit-test crashes | Fridrich Štrba |
2011-12-08 | bnc#656073: Allow filtering by error value. | Kohei Yoshida |
2011-12-08 | bnc#727504: Correctly convert chart data ranges. | Kohei Yoshida |
2011-12-09 | fixed fdo#43614 Crash when closing document and several Spreadsheet documents... | Eike Rathke |
2011-12-08 | childs -> children | Michael T. Whiteley |
2011-12-08 | Fix for bug fdo43586, need more room for localized string | Olivier Hallot |
2011-12-07 | We need to set the current cell range object regardless of style name. | Kohei Yoshida |
2011-12-07 | fdo#43534: Fully support external references in CELL function. | Kohei Yoshida |
2011-12-08 | add test for ScDataPilotFieldObj::XDataPilotFieldGrouping | Markus Mohrhard |
2011-12-07 | fdo#43534: Reset tab index for SingleRefToVars() call. | Kohei Yoshida |
2011-12-07 | i#106210 store proper ODFF names, accept aliases | Eike Rathke |
2011-12-07 | fdo#42259: Fixed RTF import crash etc. | Kohei Yoshida |
2011-12-07 | extend DataPilotField tests to the whole property set | Markus Mohrhard |
2011-12-07 | add test for failing DataPilotField test, related fdo#43308 | Markus Mohrhard |
2011-12-07 | add some more functions test to sc's filters-test | Wolfgang Pechlaner |
2011-12-07 | fdo#43534: Partially support external refs in CELL function. | Kohei Yoshida |
2011-12-07 | old class Stack pop'ed 0 from empty stack, which std::stack doesn't | Eike Rathke |
2011-12-07 | remove unused variable | Noel Power |
2011-12-07 | better sizing of inputbar ( removed weird calculations I didn't understand ) | Noel Power |
2011-12-07 | fdo#43308: Set the logic straight for "center across selection" setting. | Kohei Yoshida |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen |
2011-12-06 | bnc#733864: Make sure to adjust the sheet index of drawing objects. | Kohei Yoshida |
2011-12-06 | normalize Red Hat, Inc. | Caolán McNamara |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara |
2011-12-06 | Use configmgr directly in SvxAsianConfig. | Stephan Bergmann |
2011-12-06 | Moved modifications.xcu to test, used from multiple modules. | Stephan Bergmann |
2011-12-06 | Removed unnessecary tools/table.hxx includes | Marcel Metz |
2011-12-06 | impress210: #i117133# put new drawing layer fill and stroke styles in pool on... | Christian Lippka ORACLE |
2011-12-06 | calcGlueState(): move State enum to file-global anonymous namespace | Lionel Elie Mamane |
2011-12-06 | refactor media embedding completely: | Michael Stahl |
2011-12-05 | fdo#39847: Shrink chart's source ranges to data area. | Kohei Yoshida |
2011-12-05 | A little more annotation. | Kohei Yoshida |
2011-12-05 | Added comment describing what we are doing here... | Kohei Yoshida |
2011-12-05 | Use enum over integer constant for type safety. | Kohei Yoshida |
2011-12-05 | Separate method for code that determins glue state from referenced cells. | Kohei Yoshida |
2011-12-05 | Annotated code and a little cleanup to improve readability. | Kohei Yoshida |
2011-12-05 | Empty data sequence backend no longer used. Let's purge it. | Kohei Yoshida |
2011-12-05 | Use boost::scoped_ptr in lieu of std::auto_ptr (where we can). | Kohei Yoshida |
2011-12-05 | Make the class officially non-copyable. | Kohei Yoshida |
2011-12-05 | std::auto_ptr is deprecated. Let's use boost::scoped_ptr. | Kohei Yoshida |
2011-12-05 | Let's not create unnecessary duplidate. | Kohei Yoshida |
2011-12-06 | WaE: uninitialized value | Markus Mohrhard |