summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida
2013-05-20Make it exception safe.Kohei Yoshida
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida
2013-05-20Get the script type in an efficient manner.Kohei Yoshida
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida
2013-05-20Slightly shorter way of getting the element value.Kohei Yoshida
2013-05-20Avoid expensive element position lookup twice.Kohei Yoshida
2013-05-20Remove unused function argument.Kohei Yoshida
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida
2013-05-20Reduce indentation level by early bail-out.Kohei Yoshida
2013-05-20Add perf test for removal of large array of formula cells.Kohei Yoshida
2013-05-20Fix memory leak.Kohei Yoshida
2013-05-20Remove duplicate code blocks.Kohei Yoshida
2013-05-20Unit test for range deletion of broadcasters.Kohei Yoshida
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida
2013-05-20First (?) performance regression unit test against clearing of a sheet.Kohei Yoshida
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida
2013-05-20Block definition for CellTextAttr.Kohei Yoshida
2013-05-20Rename header: mtvelement -> multi_type_vector (mtv) elements.Kohei Yoshida
2013-05-20fdo#30715 Several commands are under the wrong categoryJoren De Cuyper
2013-05-20fdo#63878 fix the zoom bug on RTL sheetFaisal M. Al-Otaibi
2013-05-20Fix warnings: unused variables [loplugin]Tor Lillqvist
2013-05-20Only register and use the Sidebar if it is globally enabled.Michael Meeks
2013-05-20Resolves: #i122047# Adding virtual destructors to interfaces...Andre Fischer
2013-05-20Resolves: #i122079# activate missing slot invalidation...Oliver-Rainer Wittmann
2013-05-20Resolves: #i122105# text property panel, underline style controlOliver-Rainer Wittmann
2013-05-20Related: #i122156# #i122087# correct context notification...Oliver-Rainer Wittmann
2013-05-20Related: #i122144# Use standard icons for sidebar number formatsAndre Fischer
2013-05-20Resolves: #i122141# introduce missing Char Font dialog SlotOliver-Rainer Wittmann
2013-05-20Related: #ii122121# Adapted ScDrawShell::GetDrawAttrStateArmin Le Grand
2013-05-20Resolves: #i121960# Extend the sidebar::ControllerItem to check Disabled stateAndre Fischer
2013-05-20Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END...Armin Le Grand
2013-05-20Resolves: #i122025# UNO commands introduced with sidebarOliver-Rainer Wittmann
2013-05-20Resolves: #i122041# Unified and centralized control for Color ValueSetsArmin Le Grand
2013-05-20Resolves: #i122027# Fixed crash when processing .uno:NumberType commandAndre Fischer
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-17fix missing xlsx import formula dependecy startlisten on formula array cellsNoel Power
2013-05-17resolved fdo#63805 max day of month of the intended monthEike Rathke
2013-05-17Revert "fdo#63878 fix the zoom problem when the sheet are RTL"Noel Power