summaryrefslogtreecommitdiff
path: root/source/text/schart/02
AgeCommit message (Expand)Author
2021-07-19tdf#132643 Translate German section IDsJohnny_M
2019-12-11Add dimensions to svg iconsOlivier Hallot
2017-05-30Mass remove excess spaces from inside tagsGabor Kelemen
2017-05-09remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier
2015-11-12Killed the last remnants of the 'lastedited' element.Jan Holesovsky
2015-11-12The 'lastedited' element is useless, we have git.Jan Holesovsky
2013-03-11Use localize attribute for efficiencyZolnai Tamás
2013-02-26gbuildize helpcontent2David Tardon
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
2012-10-16move help structure one directory upNorbert Thiebaud
ture/svg-export'>feature/svg-export LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/embeddedobj
enCL code a bit
AgeCommit message (Collapse)Author
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-23.c files don't need executable bitsMichael Stahl
2012-03-23.java files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2011-12-22Fix for fdo43460 Part XV getLength() to isEmpty()Olivier Hallot
Part XV Module embeddeobj
2011-12-09catch exception by constant referenceTakeshi Abe
2011-12-07Change "menues" to "menus"Michael T. Whiteley
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-23Yet another empty pch file; in embeddedobj this time.Joseph Powers
Tor Lillqvist
2014-11-27Need -lrt for clock_gettime() with older glibc versionsTor Lillqvist
2014-11-27Use correct SAL_INFO log areaTor Lillqvist
2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist
2014-11-27Add a README fileTor Lillqvist
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist