summaryrefslogtreecommitdiffstats
path: root/vbahelper
Commit message (Collapse)AuthorAgeFilesLines
* Set DefaultContext property of service manager/component context comboStephan Bergmann2012-04-121-3/+26
| | | | ...to avoid mismatch warnings from OServiceManager::createInstanceWithContext.
* Kill vbaFontBase::get/setUnderlineGábor Stefanik2012-04-101-62/+0
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-27/+14
|
* Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet2012-04-082-21/+0
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-6/+6
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-3/+3
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* removed duplicate #includesTakeshi Abe2012-04-043-3/+0
| | | | in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-023-20/+21
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-4/+4
|
* unused global OUStringCaolán McNamara2012-03-281-1/+0
|
* reduce over use of static OUStringsCaolán McNamara2012-03-2666-157/+121
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* chmod -xTor Lillqvist2012-03-213-0/+0
|
* correct exception specification on a functionLuboš Luňák2012-03-201-1/+1
| | | | | | | | It's obvious that the function above is called by this one, and the exception it throws cannot really propagate. The solution to this mystery is the fact that msvc doesn't give a damn, and gcc does not either since OOo has used -fno-enforce-sh-specs since 2001. But clang does, so fix this for now, although it should possibly be just dumped.
* Fix WaE : Add call to ScVbaControl::getForeColor()Julien Nabet2012-03-201-0/+1
|
* More missing SAL_CALLStephan Bergmann2012-03-204-4/+4
|
* Missing SAL_CALLStephan Bergmann2012-03-201-1/+1
|
* add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power2012-03-2016-9/+229
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+3
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* SAL_DLLPUBLIC_TEMPLATELuboš Luňák2012-03-121-4/+4
| | | | | | | | | On Linux, public templates should not be hidden at the linker level. But on Windows, dllimport causes trouble. So create a new macro to be used specifically with templates that does the right thing on both platforms. (http://lists.freedesktop.org/archives/libreoffice/2012-March/028041.html and followups)
* exported templates need to be marked as suchLuboš Luňák2012-03-101-4/+4
| | | | | Otherwise their instances created in other modules may end up as non-exported even when used by something exported.
* Removed unused code.Santiago Martinez2012-03-082-42/+0
|
* support import of key shortcut for macro ( Excel only )Noel Power2012-03-051-27/+1
|
* vba implementation for Application.OnKeyNoel Power2012-03-052-0/+50
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
|
* Fix "never read" reported by clangJulien Nabet2012-02-171-5/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Remove unused codeElton Chung2012-02-054-14/+0
|
* Remove unused code.Elton Chung2012-02-056-42/+0
|
* Fix for fdo43460 Part LVI getLength() to isEmpty()Olivier Hallot2012-01-2812-30/+30
| | | | | | Part LVI Modules vbahelper
* Do deliver headers also for iOS even if we don't build the libsTor Lillqvist2012-01-271-1/+4
|
* Bypass building BASIC and scripting related modules for iOSTor Lillqvist2012-01-271-0/+4
| | | | | | | | | | Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-4/+4
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* SfxObjectShell may not have a mediumCaolán McNamara2011-12-211-1/+2
|
* Removed extra semicolonsJesse2011-12-151-4/+4
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-2/+2
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* typos fixingKorrawit Pruegsanusak2011-11-281-1/+1
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-272-8/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* replaced String in SfxPickList with rtl::OUStringTakeshi Abe2011-11-161-1/+1
| | | | this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-071-0/+1
|