summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2-3/+3
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-2/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-8/+0
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-05Remove unused macrosThomas Arnhold1-8/+0
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl1-1/+1
Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-30Typo ressource -> resourceStephan Bergmann2-11/+11
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-1/+1
2012-07-20fix probable cut-and-paste build errorCaolán McNamara1-1/+1
Change-Id: I71a3ea0fd548bb6dcaf2df823fa3d63026b1b3dc
2012-07-20android: x86 porting work.Michael Meeks1-1/+6
2012-07-20WaE: invalid conversion from 'PWCHAR' to 'const sal_Unicode*'David Tardon1-2/+4
Change-Id: I55038545ad740891777075c6fadde9959bd7fa1b
2012-07-20WaE: deprecated conversion from string constant to 'PWCHAR'David Tardon1-2/+2
Change-Id: I3500eb6a7ab1c98856a8da13e76135d1073dd6fd
2012-07-18Pointless nitpicking to increase my commit countFridrich Štrba1-4/+4
Change-Id: Id887eeec911e32b8c43e9e561ffc74763f6da05d
2012-07-18Further simplification of ldap includesFridrich Štrba2-20/+1
Change-Id: I5608cc330104f1e50501c5e63ab05545fcd67fb9
2012-07-18Junking wrapldapinclude.hxx, since it is included only once and is smallFridrich Štrba2-47/+26
Change-Id: I16ec56f8fefd3224b82e074371d9a8a944c75032
2012-07-18Remove unnecessary defineFridrich Štrba1-2/+0
Change-Id: Idff408bcf0e4f49a97478cdbba3eec9ac197d128
2012-07-18Using WCHAR ldap api on WindowsFridrich Štrba2-14/+64
Change-Id: Ie81c33a5c51ae588ae8242d8790c3c748b442d31
2012-07-18First step to proper handling of character encodings in windows ldap backendFridrich Štrba4-24/+22
Change-Id: Id28174af5c28346fc363e3f62a8004ce0cf98c6a
2012-07-18simplify the header a bitFridrich Štrba1-10/+5
Change-Id: If04e415b043c822d082e8e0889f162db3ed1849e
2012-07-16RepositoryExternal.mk: add openldapMichael Stahl1-2/+2
Change-Id: I5f673db405449d28951eff4d6d30ad0b9ec5d77f
2012-07-16Fixing build with internal openldapFridrich Štrba1-0/+7
Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba4-51/+12
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-16define CONST_PCHAR_CAST for openldap case tooFridrich Štrba1-0/+1
Change-Id: Iecf6c142a52007eb5dff731a0f7b1ab3460f2b30
2012-07-16Cast from const sal_Char* to const PCHAR on WindowsFridrich Štrba2-6/+8
Change-Id: If77916c59c3752f166482e0b8929fda859fac2f4
2012-07-16Don't load ldap library dynamically, link it!Fridrich Štrba4-110/+39
Change-Id: I5e9aeb3ebda0c30da364df0d7a1c0f245a33431c
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-14Remove unused HIDsThomas Arnhold1-2/+0
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14simplify include guardsThomas Arnhold3-3/+3
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold15-44/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-1/+1
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-13Remove unused #includesStephan Bergmann2-2/+0
Change-Id: I041feabb7ee94b33caebb67a380b8f3694d09e82
2012-07-11fix typoMatúš Kukan1-1/+1
Change-Id: I004a3981728b0f00f1536b6e7975bb45b2451eda
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-11warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl1-9/+20
Change-Id: I343a819a11d3121030d294d78808a2ec1da2adeb
2012-07-10Load the right wldap32.dllFridrich Štrba1-3/+2
Change-Id: I73c0a5b8265fa92d7aeeadc803d337ef85651781
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba2-1/+15
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-03ditch String::CreateFromAsciiCaolán McNamara11-19/+15
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03coverity: protect against buffer overflowDavid Tardon1-1/+1
Change-Id: I467e328ddb4786996ea81cdce2b76498fe8f1c61
2012-07-03coverity: protect against buffer overflowDavid Tardon1-1/+2
Change-Id: Ibf56341b2e52d341ba06708c232947db5191a486
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-2/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks2-8/+2
2012-07-02Remove unused definesThomas Arnhold3-5/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-3/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks16-64/+16
2012-07-01Remove unused definesThomas Arnhold3-8/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-2/+0
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Remove unused definesThomas Arnhold2-8/+0
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-06-30Some cppcheck cleaningJulien Nabet1-2/+2
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-29Remove UNO includes commentsThomas Arnhold89-191/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a