summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-2/+2
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida1-0/+1
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida4-0/+4
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-1/+1
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida1-22/+1
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida1-3/+2
2011-11-04catch exception by const referenceTakeshi Abe3-9/+9
2011-10-28Add vba support for assigning names to cell rangesAugust Sodora2-0/+24
2011-10-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-18WaE: illegal copy-initializationTor Lillqvist1-1/+1
2011-10-18WaE: unreferenced local variableTor Lillqvist1-2/+2
2011-10-18WaE: unreachable codeTor Lillqvist1-3/+0
2011-10-18WaE: 'ScVbaFormatConditions' : default constructor could not be generatedTor Lillqvist1-0/+17
2011-10-10WaE: inconsistent dll linkageTor Lillqvist1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara3-0/+6
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-12/+12
2011-09-10Revert partly cppcheck cleaningJulien Nabet1-1/+1
2011-09-10Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-26String to rtl::OUString.Kohei Yoshida3-3/+3
2011-08-26catch by const refCaolán McNamara1-1/+3
2011-07-29tweak fix for bnc#707486 ( ensure multi-area processed for simple copy only )Noel Power1-0/+3
2011-07-28add prefixes for component_getFactoryMatúš Kukan1-2/+2
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power3-10/+31
2011-07-25use XFilePicker2 regardless of service, if possible, it is far more saneMichael Meeks2-24/+2
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-7/+0
2011-07-05yet more iterator->const_iteratorCaolán McNamara1-1/+1
2011-07-05change remaining manual loops to ScMarkData::iteratorMarkus Mohrhard1-8/+6
2011-06-21catch by const referenceCaolán McNamara2-8/+8
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2-2/+2
2011-06-07The sheet index is a 16-bit integer. Use the same type to receive the value.Kohei Yoshida1-1/+1
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-3/+3
2011-06-03use standard template for this throughoutCaolán McNamara2-24/+14
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard1-3/+3
2011-05-30cppcheck cleanliness Remove: (performance) Possible inefficient checking for ...Korrawit Pruegsanusak3-3/+3
2011-05-30Code CleanupKorrawit Pruegsanusak1-1/+1
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky1-2/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-2/+2
2011-05-24Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky7-354/+541
2011-05-23Got it to build. Mostly VBA stuff but no idea what kind of shape it is in.Kohei Yoshida7-354/+541
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-2/+2
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida1-1/+1
2011-05-11some cleanup in vbaMarkus Mohrhard3-14/+0
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida10-148/+301
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard3-45/+31
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard3-45/+31
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard2-28/+29
2011-04-26fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDocMarkus Mohrhard5-85/+108
2011-04-25make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard2-28/+29
2011-04-25Remove OS/2 supportFrancois Tigeot1-1/+1