summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Collapse)AuthorAgeFilesLines
* fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky2012-05-241-4/+4
| | | | Change-Id: I241be2704a069ec1f6be5861084039569673cc12
* Some cppcheck cleaningJulien Nabet2012-05-201-1/+1
| | | | Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
* removed unused const rtl::OUStringTakeshi Abe2012-05-171-1/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara2012-05-173-5/+7
| | | | Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-165-8/+0
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-162-35/+18
| | | | Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
* Do not call getOrigName everTomas Chvatal2012-05-151-4/+0
| | | | | | | | | | | | | | | When one take look on what the code did: name = nameA; origName = nameA; GooString *getOrigName() { return origName; } GooString *getName() { return name; } This code is used even with poppler 10 which was branched 4 years ago. So simply do not bother with this code at all. Change-Id: Iba877e765fb763878f5ccd3e1fa62c29cadc9085
* better fix for poppler 0.20Petr Mladek2012-05-141-3/+1
| | | | | | | | | Do not call gfxFont->getName() twice; Thanks David Tardon for catching this. Heh, I wonder if gfxFont->getOrigName() ever given any different value than getName() ;-) Change-Id: Idaf95a6a024076c6d450519923b6129166a5f8bd
* poppler 0.20 changed its apiIonut Biru2012-05-141-0/+4
| | | | | | | Modification introduced in http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5 Signed-off-by: Ionut Biru <ibiru@archlinux.org>
* fdo#46223: Fix Presenter Console help screen layoutGábor Stefanik2012-05-121-15/+51
| | | | Change-Id: I18d2fda46d3a6427b1691c1ff7838097bb25d0ec
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-10/+8
| | | | Variables should have module name as prefix to prevent collisions.
* fdo#49136 use localized .xcu filesDavid Tardon2012-05-042-3/+3
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Bump extension versions after changing to passive registrationStephan Bergmann2012-04-243-3/+3
| | | | | ...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies.
* remove leftover component_writeInfoDavid Tardon2012-04-241-6/+0
|
* Fix fdo#45848Korrawit Pruegsanusak2012-04-211-1/+1
| | | | | | | | regression from 5dd4f9ecb2f50cf76b44472e4438297b6c65184c The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back.
* convert presenter console to passive registrationDavid Tardon2012-04-197-38/+51
|
* convert pdfimport to passive registrationDavid Tardon2012-04-197-32/+60
|
* convert presentation minimizer to passive registrationDavid Tardon2012-04-196-2/+51
|
* fix presentation minimizer registrationDavid Tardon2012-04-181-1/+1
|
* mpAccessibleConsole is not a child of itself .-)David Tardon2012-04-181-1/+1
|
* callcatcher: update listCaolán McNamara2012-04-162-13/+0
|
* unusedcode: PresenterAnimation and PresenterAnimatorMatúš Kukan2012-04-148-402/+0
|
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-133-0/+13
|
* gbuildize internal zlibCaolán McNamara2012-04-133-13/+0
| | | | | and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
* Remove VERBOSE part 3Rob Snelders2012-04-101-13/+3
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-092-2/+2
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* add function for converting path to URLDavid Tardon2012-04-081-1/+1
|
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* gbuild: "use" vs. "add":Michael Stahl2012-04-087-20/+20
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-14/+14
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-17/+17
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* fdo#33914 do not play sound in presenter consoleDavid Tardon2012-04-042-13/+20
|
* set alpha tooDavid Tardon2012-04-041-1/+1
|
* sdext: use CustomTarget makefilesMatúš Kukan2012-04-049-105/+22
|
* always pass --headless to cppunitsLuboš Luňák2012-04-021-1/+0
| | | | | | 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
* removed duplicate includes in filter / i18npool / sdextTakeshi Abe2012-03-302-2/+0
|
* .pdf files don't need executable bitsMichael Stahl2012-03-232-0/+0
|
* maTransform had to go ( was always = identity)Christina Rossmanith2012-03-222-3/+0
|
* callcatcher: update listCaolán McNamara2012-03-203-38/+0
|
* Remove unused code (sdext)Christina Rossmanith2012-03-208-58/+0
|
* Remove unused code (sdext)Christina Rossmanith2012-03-204-65/+2
|
* Remove unused codeChristina Rossmanith2012-03-202-13/+0
|