Age | Commit message (Expand) | Author |
2013-05-23 | Revert "fdo#46808, Convert chart2::Title service to new style" | Stephan Bergmann |
2013-05-22 | AppendAscii cleanup | Ricardo Montania |
2013-05-22 | Resolves: #ii122335# Disabling the old task pane | Andre Fischer |
2013-05-22 | Use the block position of the destination, not of the source. | Kohei Yoshida |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin |
2013-05-22 | fix for bnc#819865 itemstate in parent style incorrectly reported as set | Noel Power |
2013-05-21 | Resolves: #i122261# Calc Navigator - assure non-overlapping layout | Oliver-Rainer Wittmann |
2013-05-21 | WaE: unused variables | Tor Lillqvist |
2013-05-21 | fdo#46808, Convert oox.ExcelFilterExport service to new style | Noel Grandin |
2013-05-21 | fdo#46808, Remove unnecessary XMultiServiceFactory member | Noel Grandin |
2013-05-21 | fdo#46808, Convert chart2::*RegressionCurve services to new style | Noel Grandin |
2013-05-21 | fdo#46808, Convert some XMultiServiceFactory to XComponentContext | Noel Grandin |
2013-05-21 | fdo#64011 fix the position and the drawing from left to right in RTL sheet | Faisal M. Al-Otaibi |
2013-05-21 | fdo#46808, Convert chart2::Title service to new style | Noel Grandin |
2013-05-21 | fdo#46808, Convert various chart2:*Scaling services to new style | Noel Grandin |
2013-05-21 | Bypass for now an OSL_ENSURE that doesn't compile | Tor Lillqvist |
2013-05-20 | Add performance test for repeat-pasting cell to a large cell range. | Kohei Yoshida |
2013-05-20 | Ditto when purging broadcasters. | Kohei Yoshida |
2013-05-20 | A bit of cleanup. | Kohei Yoshida |
2013-05-20 | Do the same trick when getting broadcasters during mass formula cell deletion. | Kohei Yoshida |
2013-05-20 | Keep track of column block positions when mass-pasting formula cells. | Kohei Yoshida |
2013-05-20 | A bit of cleanup before refactoring. | Kohei Yoshida |
2013-05-20 | Prefer early bail-out. | Kohei Yoshida |
2013-05-20 | Compiler warning. | Kohei Yoshida |
2013-05-20 | Optimize ScColumn::MixData() to remove several bottlenecks. | Kohei Yoshida |
2013-05-20 | A bit of a cleanup. | Kohei Yoshida |
2013-05-20 | Keep track of column block positions in ScDocumentImport too. | Kohei Yoshida |
2013-05-20 | Same with MixDocument(). But this one has additional bottleneck... | Kohei Yoshida |
2013-05-20 | Make it exception safe. | Kohei Yoshida |
2013-05-20 | Reuse CopyToDocContext for UndoTo*. | Kohei Yoshida |
2013-05-20 | Do the same thing for CopyToDocument. | Kohei Yoshida |
2013-05-20 | Move the boolean flags to the context bucket. | Kohei Yoshida |
2013-05-20 | Do the same optimization for CopyToClip. | Kohei Yoshida |
2013-05-20 | Get the script type in an efficient manner. | Kohei Yoshida |
2013-05-20 | Optimize ScViewFunc::GetSelectionScriptType(). | Kohei Yoshida |
2013-05-20 | Cleaned up a bit to remove the need to initialize the block positions. | Kohei Yoshida |
2013-05-20 | Speed up ScColumn::HasEditCells() by keeping track of block position. | Kohei Yoshida |
2013-05-20 | Keep track of current block position when pasting a range of cells. | Kohei Yoshida |
2013-05-20 | Move the column element block definitions out of ScColumn. | Kohei Yoshida |
2013-05-20 | Slightly shorter way of getting the element value. | Kohei Yoshida |
2013-05-20 | Avoid expensive element position lookup twice. | Kohei Yoshida |
2013-05-20 | Remove unused function argument. | Kohei Yoshida |
2013-05-20 | Move all clip params into the new context class. We don't need two buckets. | Kohei Yoshida |
2013-05-20 | Introduce copy-from-clip context for copy handling code. | Kohei Yoshida |
2013-05-20 | Reduce indentation level by early bail-out. | Kohei Yoshida |
2013-05-20 | Fix memory leak. | Kohei Yoshida |
2013-05-20 | Remove duplicate code blocks. | Kohei Yoshida |
2013-05-20 | Keep track of empty broadcaster segments, and delete them all in one go. | Kohei Yoshida |
2013-05-20 | Collect all empty broadcasters and remove them in one go later. | Kohei Yoshida |
2013-05-20 | Move this code into ScDocument, for later refactoring. | Kohei Yoshida |