summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/frameloaderfactory.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-01-28fdo#46808, Adapt document::FilterConfigRefresh UNO service to new styleNoel Grandin1-4/+6
The service already existed, it just did not have an IDL file Change-Id: I6894a3435159d9f529f2036354e70ee6358fc778
2013-01-21Remove more STRINGPARAM macros from filterMarcos Paulo de Souza1-5/+5
Also, remove some chained appends, and sanitize some functions call. Change-Id: I5bfed073bd84e4dee4bc7e7b4715e413859beb50 Reviewed-on: https://gerrit.libreoffice.org/1772 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-5/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-4/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2011-11-27remove include of pch header from filterNorbert Thiebaud1-2/+0
2011-02-13Remove bogus commentsGuillaume Poussel1-24/+16
2010-11-20EasyHack: RTL conversion from createFromAsciiKevin Hunter1-2/+2
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.4.252); FILE MERGEDRüdiger Timm1-29/+18
2008/04/01 15:15:53 thb 1.4.252.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.4.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:02 rt 1.4.252.1: #i87441# Change license header to LPGL v3.
2006-09-17INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:27:08 kaib 1.3.194.1: #i68856# Added header markers and pch files
2005-09-08INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 14:30:22 rt 1.2.346.1: #i54170# Change license header: remove SISSL
2004-01-28INTEGRATION: CWS filtercfg (1.1.2); FILE ADDEDKurt Zenker1-0/+235
2003/12/18 05:18:02 as 1.1.2.3: #102620# seq. helper uses vector instead of deque 2003/11/04 10:45:47 as 1.1.2.2: #102620# split sequenceadapter into different files/classes 2003/08/01 07:21:42 as 1.1.2.1: first revison of moved filtercache and related services