summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-09silence some warningsgr2Caolán McNamara1-6/+6
2011-03-08Simple in-line comment.Kohei Yoshida1-0/+1
2011-03-08Added unit test for external references.Kohei Yoshida1-0/+233
2011-03-07Typo.LO-BASE-INTEGRATION-DEV300_M101Kohei Yoshida1-2/+1
2011-03-07Properly invalidate cached sheet XML streams during reference update.Kohei Yoshida7-12/+58
2011-03-07New unit test for sheet stream's validity during reference update.Kohei Yoshida1-0/+81
2011-03-07More BOOL to bool conversion.Kohei Yoshida1-10/+10
2011-03-07BOOL to bool conversion.Kohei Yoshida3-18/+18
2011-03-07First try of removing "using namespace ::com::sun::star::uno"Julien Nabet1-1/+1
2011-03-07Duh! I forgot to loop. Silly me.Kohei Yoshida1-2/+3
2011-03-06There were 2 times "using ::rtl::OUString"Julien Nabet1-1/+0
2011-03-06Fix windows build breakageFridrich Štrba1-1/+1
2011-03-05GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.Kohei Yoshida4-52/+78
2011-03-05Fixed a build breakage.Kohei Yoshida1-1/+1
2011-03-05Changed ScRangeData's index back to USHORT for now.Kohei Yoshida5-5/+5
2011-03-05Renamed FindIndex to findByIndex to be consistent with findByName.Kohei Yoshida11-23/+23
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida15-24/+17
2011-03-05Finally removed the old ScRangeName code for good!Kohei Yoshida3-198/+5
2011-03-05Adjusted ScDocument::CopyRangeNamesFromClip() for the ScRangeName change.Kohei Yoshida2-21/+13
2011-03-05Extracted duplicated code blocks into a separate method.Kohei Yoshida1-30/+25
2011-03-05Adjusted ScDocument::CopyRangeNamesToClip() for the ScRangeName change.Kohei Yoshida1-20/+18
2011-03-05Adjusted ScDocument::TransferTab() for the ScRangeName change.Kohei Yoshida1-24/+16
2011-03-05Adjusted the excel export code.Kohei Yoshida1-12/+2
2011-03-05Reverted on index handling of range name objects.Kohei Yoshida6-28/+35
2011-03-05Adjusted ScSpecialFilterDlg for the ScRangeName change.Kohei Yoshida1-29/+12
2011-03-05Adjusted ScNamedRangeObj for the ScRangeName change.Kohei Yoshida1-49/+49
2011-03-05Adjusted ScAreaNameIterator for the ScRangeName change.Kohei Yoshida2-18/+28
2011-03-05More on adjusting for ScRangeName API change.Kohei Yoshida8-128/+103
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida20-182/+182
2011-03-05Added begin(), end() and implemented FindIndex().Kohei Yoshida2-8/+22
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida21-29/+74
2011-03-05Removed SearchNameUpper() in favor of findByUpperName().Kohei Yoshida6-29/+27
2011-03-05Removed SearchName() in favor of findByName().Kohei Yoshida21-125/+107
2011-03-05More on re-working ScRangeName.Kohei Yoshida6-13/+69
2011-03-05More work on ScRangeName re-work...Kohei Yoshida2-9/+23
2011-03-05Started re-working ScRangeName to use ptr_map instead of own container.Kohei Yoshida4-6/+136
2011-03-05work around compiler problemCaolán McNamara1-1/+2
2011-03-05Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from calcChristina Rossmanith15-70/+0
2011-03-04Unit test for text and text number inputs.Kohei Yoshida3-0/+31
2011-03-04Workaround dodgy compiler problem.Caolán McNamara1-1/+2
2011-03-04Oops.Kohei Yoshida1-1/+1
2011-03-04Don't strip the first apostrophe from a text input. (fdo#34260)Kohei Yoshida3-9/+14
2011-03-04Better error output in case something goes wrong during unit test.Kohei Yoshida1-1/+7
2011-03-04Reduced indent level by early bail out.Kohei Yoshida1-188/+188
2011-03-04BOOL to bool.Kohei Yoshida1-2/+2
2011-03-03Check for the value being outside the numeric limit of 32-bit int.Kohei Yoshida1-1/+7
2011-03-03findbar: Add the findbar to the menus above the Search dialog.Jan Holesovsky1-0/+1
2011-03-03Support external references in a whole bunch of other functions.Kohei Yoshida3-29/+31
2011-03-03Handle external references in LOOKUP, HLOOKUP and VLOOKUP. (fdo#33426)Kohei Yoshida1-7/+8
2011-03-03Support external reference range for INDEX function. (fdo#34938)Kohei Yoshida2-0/+27