summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2013-09-21gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-1/+1
2013-09-19WaE: cast to 'void *' from smaller integer typeTor Lillqvist1-5/+5
2013-09-17drop unused hidsCaolán McNamara1-1/+0
2013-09-17move uiconfig stuff into the same toplevel source dirCaolán McNamara4-2/+2
2013-09-17Convert tab order dialog to widget UIManal Alhassoun8-176/+234
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann2-2/+2
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist2-13/+13
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-1/+1
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer2-43/+8
2013-08-30ENABLE_NPAPI_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-4/+4
2013-08-24build on higher debug levelsCaolán McNamara1-4/+4
2013-08-21valueOf() -> number()Luboš Luňák4-6/+6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák13-15/+15
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2-4/+6
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks2-2/+2
2013-08-19fdo#67109: Order of XConstantsTypeDescription.getConstants is unspecifiedStephan Bergmann1-1/+24
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2-4/+4
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist5-10/+17
2013-08-15i121946 - Use enums to identify WebDAV/HTTP methodsAriel Constenla-Haile1-1/+1
2013-08-15i121945 - WebDAV ucp: return StringPair instead of NamedValueAriel Constenla-Haile1-27/+27
2013-08-15i121944 - Implement inheritance in css::ucb::XWebDAVCommandEnvironmentAriel Constenla-Haile1-4/+2
2013-08-15convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin2-3/+3
2013-08-14make extensions XubString freeCaolán McNamara5-32/+28
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane2-6/+3
2013-08-04Mark as const/staticTakeshi Abe1-1/+1
2013-07-31fdo#67430 Keep original order of entry positions, not alphabetically sortedStephan Bergmann1-229/+232
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann1-1/+1
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara30-158/+158
2013-07-28More details in debug outputLionel Elie Mamane1-0/+9
2013-07-27Mark as const/staticTakeshi Abe2-3/+3
2013-07-26convert GetSelectEntry family to OUStringCaolán McNamara1-1/+1
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+2
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-3/+1
2013-07-05cleanup src filesThomas Arnhold3-28/+0
2013-07-03restore title on Format Number single tab dialogsCaolán McNamara1-1/+3
2013-07-02Resolves: fdo#66252 format->number for controls is bustedCaolán McNamara1-5/+5
2013-06-29remove OUString wrap for string literalsThomas Arnhold20-77/+77
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold1-1/+1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold4-4/+4
2013-06-23Data-aware ListBox: fix case ListSourceType==TableFieldsLionel Elie Mamane1-2/+1
2013-06-23ListBox: when LISTSOURCETYPE changes, need to (un)lock BOUNDCOLUMNLionel Elie Mamane1-0/+1
2013-06-23fdo#66002 correct error introduced by "AppendAscii cleanup"Lionel Elie Mamane1-12/+13
2013-06-23fix endless loop errorDavid Ostrovsky1-13/+12
2013-06-20remove last uses of config 'GUI' variableMatúš Kukan2-12/+5
2013-06-18fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa1-1/+1
2013-06-15loplugin:literalalternativeStephan Bergmann1-1/+1
2013-06-15loplugin:unusedvariablecheckStephan Bergmann1-2/+0
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-3/+2
2013-06-10mingw64: cast to pointer from integer of different size in extensionsFridrich Štrba2-10/+10
2013-06-10mingw64: Use the *LongPtr Windows apiFridrich Štrba3-21/+25