summaryrefslogtreecommitdiff
path: root/extensions/source
AgeCommit message (Expand)AuthorFilesLines
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2-8/+4
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin1-8/+2
2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan4-278/+0
2012-08-23fdo#53001 disable unlink graphics in image control dialog in base report builderJoel Madero1-1/+1
2012-08-23Some clean up after previous commitStephan Bergmann1-5/+0
2012-08-23fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin1-4/+4
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2-3/+3
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-2/+0
2012-08-05Remove unused macrosThomas Arnhold1-8/+0
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl1-1/+1
2012-07-30Typo ressource -> resourceStephan Bergmann2-11/+11
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-1/+1
2012-07-20WaE: invalid conversion from 'PWCHAR' to 'const sal_Unicode*'David Tardon1-2/+4
2012-07-20WaE: deprecated conversion from string constant to 'PWCHAR'David Tardon1-2/+2
2012-07-18Pointless nitpicking to increase my commit countFridrich Štrba1-4/+4
2012-07-18Further simplification of ldap includesFridrich Štrba2-20/+1
2012-07-18Junking wrapldapinclude.hxx, since it is included only once and is smallFridrich Štrba2-47/+26
2012-07-18Remove unnecessary defineFridrich Štrba1-2/+0
2012-07-18Using WCHAR ldap api on WindowsFridrich Štrba2-14/+64
2012-07-18First step to proper handling of character encodings in windows ldap backendFridrich Štrba4-24/+22
2012-07-18simplify the header a bitFridrich Štrba1-10/+5
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba1-15/+7
2012-07-16define CONST_PCHAR_CAST for openldap case tooFridrich Štrba1-0/+1
2012-07-16Cast from const sal_Char* to const PCHAR on WindowsFridrich Štrba2-6/+8
2012-07-16Don't load ldap library dynamically, link it!Fridrich Štrba3-110/+21
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-14simplify include guardsThomas Arnhold3-3/+3
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold15-44/+0
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-1/+1
2012-07-13Remove unused #includesStephan Bergmann2-2/+0
2012-07-11fix typoMatúš Kukan1-1/+1
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
2012-07-11warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl1-9/+20
2012-07-10Load the right wldap32.dllFridrich Štrba1-3/+2
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba2-1/+15
2012-07-03ditch String::CreateFromAsciiCaolán McNamara11-19/+15
2012-07-03coverity: protect against buffer overflowDavid Tardon1-1/+1
2012-07-03coverity: protect against buffer overflowDavid Tardon1-1/+2
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-2/+0
2012-07-02Remove unused definesThomas Arnhold3-5/+0
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-3/+0
2012-07-01Remove unused definesThomas Arnhold3-8/+0
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-2/+0
2012-07-01Remove unused definesThomas Arnhold2-8/+0
2012-06-30Some cppcheck cleaningJulien Nabet1-2/+2
2012-06-29Remove UNO includes commentsThomas Arnhold89-191/+0
2012-06-27Remove unused include filesThomas Arnhold1-63/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold10-235/+0
2012-06-26removed unnecessary forward declarations of classTakeshi Abe7-13/+0