summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05rework Sort trim data area logicEike Rathke1-1/+1
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-6/+6
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-3/+3
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-31coverity#735311 Unchecked return valueEike Rathke1-1/+2
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl1-3/+2
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-1/+1
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-2/+3
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida1-0/+5
2014-08-25Translate German comments, fix some wsPhilipp Weissenbacher1-57/+58
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-2/+25
2014-07-03use assert when followed by derefCaolán McNamara1-4/+4
2014-06-25remove whitespaceMarkus Mohrhard1-24/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-20/+0
2014-03-25fdo#76402: Write unit test for this first.Kohei Yoshida1-0/+10
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-4/+4
2014-03-03Remove visual noise from scAlexander Wilms1-14/+14
2014-02-14Related: #i124065# Low performance opening attached .odsSteve Yin1-1/+3
2014-02-13Drop unnecessary #includeTakeshi Abe1-1/+0
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke1-5/+5
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin1-0/+24
2013-11-18Handle sheet-local range names too.Kohei Yoshida1-1/+1
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida1-19/+8
2013-11-11Guard access to external ref manager instance.Kohei Yoshida1-8/+19
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-1/+1
2013-07-30More on getting named range update to work.Kohei Yoshida1-2/+2
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida1-1/+1
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida1-1/+1
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-73/+91
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-1/+1
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-06Resolves: #i121448# Aligned default fill color/line style for all appsArmin Le Grand1-6/+0
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-1/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+1
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-16/+20
2013-03-16sc: translate some debug messagesThomas Arnhold1-6/+6
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-3/+3
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-39/+39
2013-02-27enable disabled test for rotated anchored shape,Noel Power1-7/+7
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-5/+5
2013-02-16coverity: prevent integer overflowMarkus Mohrhard1-1/+1