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