summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* call the right function :blush:David Tardon2012-04-021-4/+4
|
* KDE3 file picker moved from fpicker to vclCédric Bosdonnat2012-04-0225-259/+53
|
* KDE4 file picker moved from fpicker to vclCédric Bosdonnat2012-04-0211-243/+41
|
* internal fpicker: added tango iconsCédric Bosdonnat2012-04-022-0/+0
|
* Internal fpicker cleanup and reworkCédric Bosdonnat2012-04-0215-181/+167
| | | | | | | | Changes: * Use SvHeaderTabListBox for the places list to get a nicer list * Remove the "Default Directory" button: it's in the places * Remove the Up and New Folder icons: look ugly beside the edit field * Added proper icons for places
* fpicker: a list of bookmarks in the file pickerMartin Richard2012-04-0215-76/+972
| | | | | | | | under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
* show synchronized checked only if all margins are the same, related fdo#44337Markus Mohrhard2012-04-022-8/+10
|
* this hack in no longer needed, fdo#44337Markus Mohrhard2012-04-021-4/+1
| | | | | excel import now uses the stored row height and we should go back to a symetric default margin
* Translate German commentsPhilipp Weissenbacher2012-04-0215-102/+94
|
* Translate German comments, fix some English onesPhilipp Weissenbacher2012-04-021-94/+85
|
* don't use string literals with embedded \0'sLuboš Luňák2012-04-021-10/+10
| | | | Followup to 791f27683311e487947b0464a0cb132b19fd0e12.
* warn on \0 embedded in string literals, after allLuboš Luňák2012-04-023-1/+8
| | | | | | | | | Seeing 791f27683311e487947b0464a0cb132b19fd0e12 I've changed my mind, some embedded \0 can be actually well hidden: struct foo { const char txt[3]; }; const foos[] = { { "a" }, { "bb" }}; If somebody wants an embedded \0 in a string literal, they need to say it explicitly by specifying the size.
* Bump version number in AC_INIT (I wonder if that is used)Andras Timar2012-04-021-1/+1
|
* SwWW8ImplReader::Read_UL: make this a bit less hard to readMiklos Vajna2012-04-021-1/+1
|
* ww8: sprmPFContextualSpacing is a Bool8 valueMiklos Vajna2012-04-022-2/+2
|
* Resolves: fdo#48129 maLangStr can have trailing nullsCaolán McNamara2012-04-021-2/+2
|
* convert SvxNumberFormat to rtl::OUStringCaolán McNamara2012-04-025-15/+15
|
* convert Suffix/Prefix to rtl::OUStringCaolán McNamara2012-04-023-15/+15
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-0211-58/+71
|
* don't leak pDefaultTableStyleCaolán McNamara2012-04-021-2/+7
|
* only include iostream if you need toCaolán McNamara2012-04-024-9/+0
|
* refactor the Rewriter rules using enumsCaolán McNamara2012-04-0237-223/+241
|
* rtl::OUStrings already have a global empty stringCaolán McNamara2012-04-021-3/+1
|
* UniString->rtl::OUString and drop globalsCaolán McNamara2012-04-023-17/+11
|
* don't include iostream unless you really need itCaolán McNamara2012-04-021-1/+0
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-0211-97/+94
|
* reorganize trickier staticsCaolán McNamara2012-04-029-84/+76
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-0225-476/+279
|
* unused static objectCaolán McNamara2012-04-021-1/+0
|
* pointer is always non-nullCaolán McNamara2012-04-026-15/+13
|
* unused classCaolán McNamara2012-04-021-25/+0
|
* callcatcher: remove some unused codeCaolán McNamara2012-04-0213-111/+6
|
* sal: reduce allocation thrash in URI encode / decodeMichael Meeks2012-04-021-4/+4
| | | | This saves 1% of string allocation / destruction on startup.
* Fetch the right libcdrFridrich Štrba2012-04-021-1/+1
|
* Uploading new shiny libcdr 0.0.6Fridrich Štrba2012-04-023-220/+5
|
* prevent a memory leakLuboš Luňák2012-04-021-0/+3
| | | | | Based on a patch from Arnaud Versini (http://lists.freedesktop.org/archives/libreoffice/2012-April/029240.html)
* Updated workaround commentStephan Bergmann2012-04-021-2/+4
|
* PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSIONAndras Timar2012-04-021-4/+4
|
* sal: expose more stringbuffer related instrumentation pointsMichael Meeks2012-04-0210-50/+89
| | | | | | Avoid ref/unref pair in makeStringAndClear, hook into the stringbuffer-like 'String' class to expose it's conversion to immutable strings, and fixup misc. missing instrumentation.
* RtfModelTest: introduce common getPages() methodMiklos Vajna2012-04-021-10/+13
|
* fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna2012-04-024-15/+23
| | | | | | | | If we have a postponed page break and it's sent to dmapper during a new inner group, we'll still have the page break request after the parser state is popped, leading to duplicated page breaks. Instead of the earlier workaround, just send the proper token to the domain mapper, and it'll handle it properly.
* n747499: PPTX embedded media playback.Muthu Subramanian2012-04-024-5/+38
| | | | | | Currently plays the embedded audio files. The image for the audio file seems to be rendered bad, currently.
* Added Help Buttons to dialog buttons in starmathKaran Desai2012-04-023-5/+162
|
* fdo#47963 do not increase height of checkboxesDavid Tardon2012-04-021-3/+0
| | | | Especially as it is obvious the grow is unbounded .-)
* always pass --headless to cppunitsLuboš Luňák2012-04-0234-33/+1
| | | | | | They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
* Automate setting of FONTCONFIG_FILETor Lillqvist2012-04-021-0/+12
|
* Add fonts.conf to this app, tooTor Lillqvist2012-04-021-0/+3
|
* Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist2012-04-023-9/+28
|
* More libsTor Lillqvist2012-04-021-0/+15
|
* Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity appsTor Lillqvist2012-04-021-5/+25
|