summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* attempted blind fix for pystring size.Michael Meeks2012-11-251-1/+2
| | | | Change-Id: I637292be9791484a58b60e8889962176a37e2c07
* German comment translationsMarkus Maier2012-11-2532-229/+205
| | | | Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a
* Add newlineTor Lillqvist2012-11-251-1/+1
| | | | Change-Id: Iadb52498dc3906df7488fb534fd04336b3e468e5
* Make the android_version_setup work betterTor Lillqvist2012-11-251-6/+5
| | | | Change-Id: Ibc8f9df533c1fef3c1e428e62622ac2c56552498
* scripting: Capitalise.py example: fix Python 3 syntax errorsMichael Stahl2012-11-251-4/+4
| | | | Change-Id: I000e32ed1701c657046ae3b7f836012a7fd56fe4
* scripting: pythonscript.py: adapt to Python 3Michael Stahl2012-11-251-27/+48
| | | | | | | | | - "unicode" compatiblity - convert "exec", "print" statements - exception syntax - use "ast" module instead of deprecated "compiler" Change-Id: I2995b79d8854433824fdfafe8314ee5c7a3eacf6
* pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl2012-11-257-61/+104
| | | | | | | | | | | Replace currrent wrappers of Python 2 only PyString_* functions with better abstractions that handle default "str" (PyStr_*) or byte strings ("str"/"bytes" depending on version, PyStrBytes_*) and adjust all invocations to work on appropriate string types. Fixes obvious "attributes typeName and/or value of uno.Enum are not strings" exceptions with Python 3. Change-Id: I255dcb1bc198fd7f6a62b83b957901521071a480
* pyuno: adjust uno.ByteSequence to work with "bytes"Michael Stahl2012-11-252-5/+11
| | | | | | | This is necessary for Python3; "str" type is still accepted so it runs on Python 2 as well. Change-Id: I51098feca00e4cd8ce3ceebf663d4ce79252cbcd
* fdo#57499: VclContainer: enable child transparent modeIvan Timofeev2012-11-251-0/+1
| | | | Change-Id: I42aa0c578a927777725e5be4f8534f68bc709cd6
* findbar: disable up/down buttons by default, there is no text to searchIvan Timofeev2012-11-251-0/+6
| | | | Change-Id: I67550f0b40e1c0d294bf8837a2e6ad3bb30dac8a
* Work around make 3.81 pattern rule problemsRob Snelders2012-11-251-8/+8
| | | | Change-Id: Ife5cccd8c7011199e370cd68a76a077451675a55
* Apply Style: Support styles with background.Jan Holesovsky2012-11-251-0/+14
| | | | Change-Id: Iff3e3c4f3bd2ea09c39db80ed5400efadeafee30
* Some cosmetics in l10ntoolsZolnai Tamás2012-11-254-59/+61
| | | | | | | | | Add comment to new classes Delete unneeded getLanguage() method Make inline GenPoEntry's setter methods Fix some typo Change-Id: I8f337b8c57e1eab7696415dc7297c64e2436f35d
* sal_Bool to boolTakeshi Abe2012-11-2510-120/+120
| | | | Change-Id: Ieb7ddea4c5934717a22e2fdc78883a5d13cfc448
* cppCheck: remove dead assignment and dead variablesjailletc362012-11-254-4/+0
| | | | | | | | Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1153 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* cppCheck: Possible NULL pointer dereferencejailletc362012-11-251-6/+8
| | | | | | | | Change-Id: I1d740eea5c26e0515835c4dc6199a387b6fa8f6b Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1154 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Make XRestartmanager.requestRestart work from inside Desktop::ExecuteStephan Bergmann2012-11-251-0/+3
| | | | Change-Id: I285f4ea088c08139593d0daad9a36a755985dec6
* OfficeRestartManager clean-upStephan Bergmann2012-11-251-19/+8
| | | | Change-Id: I21c6d9d2b23512e76cf46ebdbc765da780f8ec5c
* Fix the Ignore system input language label truncatedFaisal M. Al-Otaibi2012-11-251-2/+2
| | | | | | | | | | This fix label Ignore system input language truncated on Options-Language Setting-Languages dialog Change-Id: Iaa9606160d7cfc96fcbb02116020cd8d46ffb4e7 Reviewed-on: https://gerrit.libreoffice.org/1155 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Update to be able to at least start the MinGW build again.Jan Holesovsky2012-11-253-14/+16
| | | | Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
* Work around Windows' missing symlinksStephan Bergmann2012-11-254-12/+23
| | | | | | | | | | | Instead of creating a single solver/*/installation/program -> ../../bin symlink used by all gb_CppunitTest_use_executable together, individually copy each gb_CppunitTest_use_executable into a true solver/*/install/program/ diretory. (Renamed solver/*/installation/ to solver/*/install/ so that old existing solver/*/installation/program symlinks on non-Windows platforms would not interfere with the new cp rule.) Change-Id: I4ce82b41856056669ad074ff2ef8004fdc6533c1
* SwFEShell: fix doxygen commentsMiklos Vajna2012-11-251-2/+2
| | | | Change-Id: I49c0e34cf7e73e04be9020ef27b3d7e7e78028f0
* added i18nisolang1Eike Rathke2012-11-251-0/+1
| | | | Change-Id: Ib36d8c32c874cbdddc6ed3fe9ea6c7465ac334db
* disable this for now, fdo#57500Markus Mohrhard2012-11-251-0/+2
| | | | Change-Id: Ie69893e3012b8e358402b325f1254ee905d88cc3
* Update MinGW build reqs.Jan Holesovsky2012-11-253-5/+3
| | | | Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
* Fix typoJulien Nabet2012-11-251-4/+4
| | | | Change-Id: I8f5aba83864aa46bd6bd0535f340af06e475671d
* style list should be sorted, fdo#51588Markus Mohrhard2012-11-252-25/+45
| | | | Change-Id: I771a17f2cc20602f2e6f8b18142eb990c473f2d4
* approxFloor is better than just tuncatingMarkus Mohrhard2012-11-251-1/+1
| | | | Change-Id: I5c204de2dbf7448b8a8ab16e7178a5e1de900d28
* "Felder" -> "fields" not "errors"Stephan Bergmann2012-11-251-1/+1
| | | | Change-Id: I260ebf94f041fc690ed76ac9e55c75a3b038a412
* Make the font combo box in the toolbar a bit smaller.Jan Holesovsky2012-11-251-1/+1
| | | | Change-Id: I4ea350f7557b53e8edc44679f83d67e4f5326ae1
* Allow the version number to be on 2 lines in the About dialogJean-Baptiste FAURE2012-11-251-1/+3
| | | | Change-Id: I641c668b0ced2564039ed1e3f2469cf4d220de5f
* Adapt to OUString-oriented SearchForwardStephan Bergmann2012-11-251-3/+3
| | | | Change-Id: I0aec0bf6d2d3010292f5dee314074457c24ee408
* Implement MQueryOp::RegExp functionalityStephan Bergmann2012-11-252-3/+10
| | | | Change-Id: I9daf60f42dcba4e4c6444ccd8ad94258424621fe
* Make ~SearchParam non-inlineStephan Bergmann2012-11-252-0/+4
| | | | | | ...so clients do not need to link against tl merely because of ~String. Change-Id: I1cf1dd17c6bed96f6bea765747adbbe962a93fb1
* Removing some redundancyStephan Bergmann2012-11-251-2/+2
| | | | Change-Id: I473e1d09f783b5265f07ff4a7c340c7f52088ab8
* Comment TranslationsPeter Baumgarten2012-11-251-41/+41
| | | | Change-Id: I67e4d5603210fe9cf0ee2f26ab23c2eeb5b13854
* remove this overoptimizationMarkus Mohrhard2012-11-251-3/+0
| | | | Change-Id: Ic87237bdf3f98fe90a882946d1d281d4dbd84e5f
* fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna2012-11-258-6/+65
| | | | Change-Id: Ie82f18381a95adbfedf7ea02d6844685e44b151d
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-2449-527/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
* One DBG_ASSERT -> SAL_WARN_IFStephan Bergmann2012-11-241-3/+3
| | | | Change-Id: I480be6ca8d84fae30a598a6b3a012606630343e5
* Updated coreAndras Timar2012-11-241-0/+0
| | | | | Project: help 14a35bc7c9a2a012e7d994588a2fcdf52158ebac fdo#53902 add help text for Help - Send Feedback...
* Updated coreAndras Timar2012-11-241-0/+0
| | | | | Project: help bbbef57fbadf577d3b799d14288dd958550e68f0 fdo#55909 add help for date acceptance patterns
* pywizards: fix textfieldsXisco Fauli2012-11-242-22/+23
| | | | Change-Id: I6609c554ef161a0abafbdfa65f8076a42eec93b2
* pywizards: sort lists againXisco Fauli2012-11-245-18/+25
| | | | Change-Id: I9b3f1faba3eb3ffc59294b6bfe6816a19fc05185
* pywizards: better us os.pathXisco Fauli2012-11-244-220/+18
| | | | Change-Id: Iae2bfba899ba23e743f72f5c675177771be66c7a
* pyletter: Fix letterheadXisco Fauli2012-11-242-8/+10
| | | | Change-Id: I73977b203778dca42ef548b4c24412b794701e5a
* Updated coreAndras Timar2012-11-241-0/+0
| | | | | Project: help 80899ee8568c141e25dbb9a04bd13507c89a0870 fdo#56103 wrong tooltip help corrected
* Updated coreAndras Timar2012-11-241-0/+0
| | | | | Project: help a5e037cf6062e6b21e8c674a45f8b9ae80da40e9 missing spaces
* some more LocaleToLanguage() replacementEike Rathke2012-11-242-4/+4
| | | | Change-Id: Idde3595e92744a8bfc81a0c4714fde67e2220ea5
* Updated coreAndras Timar2012-11-241-0/+0
| | | | | Project: help f3c69d4462504bf8f54ab3de7eec7120d04ebe0a fdo#57421 hoint to enable macro recording