summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-25Revert "menubar: Improved Windows Vista or later look (based on Mirek M.'s ↵Jan Holesovsky
design)." This reverts commit eac708b0b188d7e6477922bb4bc03199cd92f5ca.
2012-06-25Revert "aero menubar: Improve look according to Mirek M. + Astron's notes."Jan Holesovsky
This reverts commit 663bfb42c8e2a7e3306eaa59ca77746d0aa0a197.
2012-06-25Revert "aero menubar: Make the text in menu black."Jan Holesovsky
This reverts commit 9164d135db46be9de56ef60f4b95bbd933fdb57e.
2012-06-25Revert "aero menubar: Make the glow around the entries smaller."Jan Holesovsky
This reverts commit ff367eb669686c80cd5f0931cf0adf81d02f49e0.
2012-06-25gid_File_Basic_Schedule doesn't exist nowCaolán McNamara
Change-Id: I5e081637617be8f15acf3c8a90810b2bd2ade7bb
2012-06-25re-base on ALv2 code.Michael Meeks
2012-06-25Change unnecessary pointer dereferenceMaxime de Roucy
Change-Id: I28404d9d1a18886361deae1aec583ef40c25ce85
2012-06-25ditch wizards schedule moduleCaolán McNamara
a) it doesn't work b) isn't connected up to any menus c) is arbitrarily localized to big 12 nations d) out of date wrt public holidays in those anyway Change-Id: I4a16490b3ae84c6e5dbe0774ea8eb0000ed6dc3d
2012-06-25throw an exception if a given resource file is not foundCaolán McNamara
Change-Id: I8929e9b2cdeffa4d893f795a66809475a7cdae19
2012-06-25this is the stupidest hard-coded number in the worldCaolán McNamara
Change-Id: I4da7700f5a706716d14ca25eebf416d14bd6cf63
2012-06-25n#766481 testcaseMiklos Vajna
Change-Id: I0ebcb5c35f2e255da593c62b0a98cd4e0f44ba99
2012-06-25n#766481 dmapper: don't import fake paragraph containing sectpr only, take twoMiklos Vajna
Change-Id: I4623dfd05498b5ba8de73b7e301eaf486f667738
2012-06-25n#759210: Certain smartart drawings weren't imported.Muthu Subramanian
SmartArt info was reset, when there was a chart (e.g.) in the same slide.
2012-06-25cleanup filter/.../msdffimp.hxxPhilipp Riemer
- deleted empty lines - re-indented code - added/deleted spaces in parameter lists - wrapped parameter lists if too long
2012-06-25change comments into doxygen format in filters/.../msdffimp.hxxPhilipp Riemer
- changed and re-indented documentation after members - re-wrapped and corrected some existing comments - deleted method that was commented out
2012-06-25cleanup German comments in filter/../msdffimp.hxxPhilipp Riemer
Change-Id: I5bd39caa388738725f493db05ba492d83c39584e
2012-06-25Fixed some erroneous package references.Iain Billett
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-25unused static rtl::OUStringsCaolán McNamara
Change-Id: I27e42935c91a3dffc9a8d772c9d5c4bd0984126f
2012-06-25merge 3 copy and paste efforts back together as bestFitOpenSymbolToMSFontCaolán McNamara
Change-Id: Ia830af58a1e2b80e85b2748b4acceb0bfc340afc
2012-06-25duplicate bSubstituteBullets conditionalCaolán McNamara
Change-Id: I48b6922fc412479acc10a6eeccb926e5b89aa390
2012-06-25TODO: get rid of this in another incompatible build with SW projectCaolán McNamara
Change-Id: Ic3fb0c8eb37317d55bcdc6abc7ff9843ba11fac6
2012-06-25remove some annoying XubStringsCaolán McNamara
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
2012-06-25callcatcher: update listCaolán McNamara
Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
2012-06-25replace custom readString with read_uInt16s_ToOUStringCaolán McNamara
replace custom readString with more efficient and foolproof read_uInt16s_ToOUString Change-Id: Idf5f85adad008b4bd775badd83f55b152a6ddaaf
2012-06-25drop a UniStringCaolán McNamara
Change-Id: I01c402b885733ccc1a99d4f09c792f8a44b3a3b4
2012-06-25unnecessary use of UniString::GetBufferCaolán McNamara
Change-Id: If7d31a649a058a30196e1ed4be28b5c6c42640a0
2012-06-25ScCondFrmtItem appears to be a oxbox lakeCaolán McNamara
Change-Id: I9c89d06ec8a96de04d68725c97b102edb77fec38
2012-06-25callcatcher: remove some more unused codeCaolán McNamara
Change-Id: Id60fe0dade7f47f8b2b65bf2cfa1d6ab28a94505
2012-06-25remove unnecessary ForEachCaolán McNamara
Change-Id: I53bb48c27c3b42dd73f81ed46f3c29e409d8fb47
2012-06-25callcatcher: update unused codeCaolán McNamara
Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed
2012-06-25UnlockSolarMutex is unused, but probably should be usedCaolán McNamara
If a LockSolarMutex gets called during the import of the element we presumably must ensure that an UnlockSolarMutex gets called Change-Id: Ie2b1d23bb2450c43aa414a5714ed4ca456bb12b6
2012-06-25Resolves: fdo#51166 disconnect inclusion of nss libs in install from mozillaCaolán McNamara
We need the nss libs in our final install always (unless using system-nss libs) so finally disentangle nss from mozilla because --disable-build-mozilla had the sideeffect of *not* including the nss libraries in the final install. Which means that the xml_xmlsec.dll on windows couldn't be loaded due to missing dependencies. a) Strip out the nss libs from the pre-builds if those are being used. b) Strip out the nss libs from the mozilla build itself if that's being used. c) Don't include the nss libs in the weird mozillaruntime.zip which gets unpacked into the install. d) Package the nss libs directly in scp2 like everything else Change-Id: Ia89d75cb0c0b83e84e60d0444ffc7997103fbc55
2012-06-25NSS_INCLUDE_LIST is always empty, so simplify based on thatCaolán McNamara
Change-Id: I0b3fe5a6270ecc45ec1b4710ea008a17c600484b
2012-06-25fix invalid .desktop filesDavid Tardon
desktop-file-validate issued the following error: error: file contains group "New Shortcut Group", but groups extending the format should start with "X-" Change-Id: I45c0039ab788546a37780927284c8827a19fd52c
2012-06-25Revert "n#766481 dmapper: don't import fake paragraph containing sectpr only"Miklos Vajna
This reverts commit eae88a9cb1120aecf2e296277778fb22a70a62dc. Need to find a better fix, this breaks the ooxmltok unit test.
2012-06-25Remove unused definesThomas Arnhold
Second is already commented out, first is unused, too. Change-Id: I1429cab3186189a96d0a07fa7097d87d372b372a
2012-06-25Remove various commented out definesThomas Arnhold
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25Remove OLD_TAB_STYLEThomas Arnhold
The new tab style is there until 2007. Change-Id: I267b554d609878b1f011f87ce817898c5e94a83e
2012-06-25hrc cleanup: Simplify logicThomas Arnhold
Change-Id: I6fde46f126f9dc0bff4eec6cc16577a7d24fddd4
2012-06-25hrc cleanup: Remove two outdated filesThomas Arnhold
All definitions in SchSlotIds.hxx are unused, so remove it. Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b
2012-06-25hrc cleanup: Further cleanupThomas Arnhold
Change-Id: I653cfce095ae55bc7644c02669757a17580917e3
2012-06-25explicitely check gmodule build flags for gtk3 modulePetr Mladek
g_module_open is used in gtk3gtksys.cxx gmodule dependencies were moved into private requires in rencent gio-2.0.pc. It was because GIO users are not generally expected to use gmodule API, see http://git.gnome.org/browse/glib/commit/?id=1f02ef3205e810dd937f316f5a7b58ecc2893d59 Change-Id: I90e980678eaaa825ae130f54d13f4a5772a2700a
2012-06-25Slightly more robust removal of bug title prefix.Thorsten Behrens
Change-Id: Ic37589222831d03ec48689a077b1eb16a9199385
2012-06-25Library_qstart.mk: remove -DDLL_NAMEMichael Stahl
The library is not called sfx2 but sfx, and it should really be using gb_Library_get_runtime_filename, but it turns out DLL_NAME is not actually used, so just remove it. Change-Id: I553318015c3c2a21725860b28574995a8319a44b
2012-06-25gbuild: add gb_Extension_add_executableMichael Stahl
This is not really necessary, but consistent. Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002
2012-06-25fdo#51115: fix sdext extensions on Windows:Michael Stahl
The sdext extensions contain the .lib link stub instead of DLLs; add gb_Extension_add_library to get the correct DLL filename on Windows, and use it in presenter screen, presentation minimizer and PDF import extensions. Change-Id: Ie8113a6002f9038e4df798edc255208977ba9497
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
Change-Id: Iec70985319a64cdc3630e15499ac304a7f1aabae
2012-06-25Translated German comments in filter/inc/filter/msfilter/msdffimp.hxxJesso Clarence Murugan
Change-Id: I8cdc40e0d277567b0d9c5fe2794f8f5c381bbc59
2012-06-25n#766481 dmapper: don't import fake paragraph containing sectpr onlyMiklos Vajna
Change-Id: I5eaf8b765d03b898c1c9a466802b75bbfe05a622