summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-29Prettify cppumaker output.Thorsten Behrens
Don't use extra-verbose RTL_CONSTASCII_USTRINGPARAM anymore. Write nicer nullary method prototypes. Change-Id: I1efdd6edd624c32852f47e5d2b266e90536b917b
2012-11-29Remove some commented-out or otherwise unused code.Thorsten Behrens
2012-11-29Remove exception spec from idl-generated c++ headers.Thorsten Behrens
The general agreement in the project is that c++ exception specs are pointless and add bloat in production code. See also this rant for more background: http://drdobbs.com/cpp/184401544 This removes the code that generates the exception specs on the generated c++ headers, and fixes up the few places that broke subsequently because of widening exception specs, which in turn was due to the rather unfortunate decision to not have a virtual dtor in XInterface. Change-Id: I60db26e1cc4d4fe6eeef5975e39497841e92588a
2012-11-29RepositoryModule: add python3Michael Stahl
Change-Id: I02c946c22daf68c664be6c3b07a8dfc6e486493a
2012-11-29python: replaced by python3, so remove itMichael Stahl
Change-Id: I3dc55f05502af56bd30825d297a6964295e6efa3
2012-11-29button placement consistencyCaolán McNamara
Change-Id: I0f0b5ee875062123e9da4c740e82350f0250cd79
2012-11-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara
a) In the print dialog you can temporarily override the default print job format for a single print job b) In the printer options dialog you can override the default print job format for a single printer c) Under tools->options->print you can override the default print job format for all printers. Tidy up the restart dialog in passing Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45
2012-11-29fdo#57655: Improve wordingStephan Bergmann
Change-Id: I364155ffc76f6917e4d06c6231401609f75f3ed5
2012-11-29Fix ScCondDateFormatEntry::mpCacheStephan Bergmann
Change-Id: Iec348a367cedce8022f9be4be80adeaefab7b0a6
2012-11-29uui: oops, overlooked css.sync2 using code in uuiMichael Stahl
Change-Id: I42a0a94eddb58ec13d019d29fe8b88ae63d3c138
2012-11-29i18n is not a deprecated draftEike Rathke
Change-Id: I5d8f0626448da30bad2dcef745868498000c619d
2012-11-29API CHANGE: remove com.sun.star.sync/sync2 modulesMichael Stahl
The modules were entirely deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync" with published children exists only in registry 1 WARNING: could not open key "/UCR/com/sun/star/sync2/BadPartnershipException" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync2" with published children exists only in registry 1 Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf
2012-11-29offapi: remove empty modules "test" and "pgp"Michael Stahl
Change-Id: I52f92b8293a6a09d494f1ce2e067d5cfcc217c31
2012-11-29make the options dialog layout incrementally convertable to .uiCaolán McNamara
it will now allocate the fixed reserved size for its tab pages to layout-enabled tabpages Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
2012-11-29simplifyBjoern Michaelsen
2012-11-29API CHANGE: remove com.sun.star.installation moduleMichael Stahl
The entire module was deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/installation" with published children exists only in registry 1 Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548
2012-11-29mkdir for happy tinderboxesBjoern Michaelsen
2012-11-29sigh, demote to a warn again, as otherwise we might run into caching issuesBjoern Michaelsen
2012-11-29rebuild modules.mk when rerunning autogenBjoern Michaelsen
2012-11-29drop need for libtool but keep buildable on RHEL-5Caolán McNamara
Change-Id: Ib732594a6b27fb0b42d055abb2f7382f021d63c9
2012-11-29rebuild modules.mk when modules changeBjoern Michaelsen
2012-11-29a module is either dmake or gbuild, so error out nowBjoern Michaelsen
2012-11-29offapi/UnoApiMerge_types.mk: remove duplicate license headerMichael Stahl
Change-Id: I01dc14900a20fd2bfa33d44b6b445d0490ab7545
2012-11-29API CHANGE: remove com.sun.star.text.textfield.docinfo.Info[0-3]Michael Stahl
The implementation of the 4 textfield.docinfo.Info services has been removed in OpenOffice.org 3.0. com.sun.star.text.textfield.docinfo.Info0 com.sun.star.text.textfield.docinfo.Info1 com.sun.star.text.textfield.docinfo.Info2 com.sun.star.text.textfield.docinfo.Info3 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info3" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info2" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info0" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info1" exists only in registry 1 Change-Id: I2528f90de688a5b7d1e41f8741fe5a3bd1afc913
2012-11-29sdremote: disable wifi by default in the clientMiklos Vajna
It can be still enabled, but it makes little sense to have it on by default when the server is off by default. Change-Id: I625f90fd67781244cc4fffa90127fd1c8707c580
2012-11-29sdremote: allow accessing options menu from the selector activity as wellMiklos Vajna
The options menu had 3 items, only one required a connection, so show the rest when selecting servers. Change-Id: I70797be5fc8f0550380286e0cff2abbf4664591b
2012-11-29reportbuilder does not look like dmake anymoreBjoern Michaelsen
2012-11-29generate module list on the flyBjoern Michaelsen
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-29Support optional dependencies among .xcd filesStephan Bergmann
...that are effectively ignored if the depended-on file does not exist. This will be needed by a subsequent commit to make PDF Import optionally installable. Change-Id: I2283be3ce75f52811a371f41aa8784f507425ee3
2012-11-29update sd regression test to match new default shape colorsCaolán McNamara
since 895890563cb0cc5fa872bdfd06918a46cdda172d the default shape colors changed I just updated the test to match. I'm going to assume that this is the right solution rather than reverting the default colors or munging the pptx filter. Change-Id: Ie654d1b1e7cd8c904381e6fe835cca9787d45315
2012-11-29.dot files sometimes rejected by writerCaolán McNamara
because CWW8 appears twice, once for normal .doc and once for .dot. So a .dot files is tested twice if it's supported by the WW8 filter. Depending on the (effectively arbitrary) order they appear in the list .dots may fail the "is a normal non template .doc" test after the "is a template .dot" test and get rejected as a CWW8 candidate. Change-Id: I88aec29fdd5f9ec4dd4ad2813ff3c6b8fa5c5461
2012-11-29optional ppFlt argument never usedCaolán McNamara
Change-Id: Ib2c68091f14d04818ae5e7db0ad7b8a1ec151f4f
2012-11-29Simplify SwIoSystem::IsFileFilterCaolán McNamara
bRet = bRet && (pFltr->GetUserData().equals(rFmtName)); is already inside an if bRet = bRet && (pFltr->GetUserData().equals(rFmtName)); condition bRet = xStg.Is() && IsValidStgFilter( *xStg, *pFltr ); is already inside an if ( xStg.Is() ) condition Change-Id: I2115041d99b6fcbae7a829557c37627d03b5ee24
2012-11-29android: WaE: variable never readMiklos Vajna
Change-Id: I35f465a085081563214d4e5c9e7fb8a7ac0ef6f7
2012-11-29lo-commit-stat: allow to filer cherry-picked commitsPetr Mladek
Add --cherry option that filters commits using the "git cherry" command. Note that you need to pass git arguments for "git cherry". It means "old-branch-or-tag" "new-branch-or-tag". Change-Id: Iea67d0ead205c66112791cb0444fa183c7fa6e9b
2012-11-29Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in IO. Change-Id: I823fcdfe46d4d4093118f6eaab89c1ce42883a6c Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1194 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-29Unify options and their order in the Android distro-configsTor Lillqvist
Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d
2012-11-29Uploading libvisio 0.0.22 releaseFridrich Štrba
Change-Id: I86da676cd38c8e237cf63c167f877f1e6cb25bf6
2012-11-29Improve error messageStephan Bergmann
Change-Id: Ibaee8bd83e9f34e0258b48d87151ec03c8301a3a
2012-11-29create its own target for download..Matúš Kukan
..which is created (touched) *after* successful download of all tarballs. fetch.log is not a good target because we touch it along the way. Note: This is necessary only because we write pointless? date into fetch.log. Otherwise 'download' could be phony target, thanks to the rule being empty if we don't need to download anything. Change-Id: I2380ab189833e03758ddd9f9bf54be38c8fa1dbe
2012-11-29distro-configs: add --with-java-target-version=1.5 to LibreOfficeAndroid.confMiklos Vajna
The current latest Android SDK doesn't cope with Java7 otherwise. Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6
2012-11-29Make ODMA file picker UNO component passiveStephan Bergmann
Change-Id: I0f036781914b8aeec15dbfc8c99acefae935d1b7
2012-11-29Remove useless ODMAFolderPickerStephan Bergmann
...that effectively is just a wrapper around a SystemFolderPicker service implementation, as its m_bUseDMS is always false. Change-Id: I95eb4a36fde0b98020b5fbe57e242cd2ae47ab8b
2012-11-29use $PIPESTATUS instead of pipefail optionChristian Lohmaier
as pipefail is not supported in bash 2.x (used on Mac/PPC) Change-Id: Iaeaed7d759be700719fb941b13942e4933c5ee71 Reviewed-on: https://gerrit.libreoffice.org/1190 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2012-11-29Fix indentationTor Lillqvist
Change-Id: I7efac64042fdd0b985114b06314cd7b81a6ecf6d
2012-11-29For now, we need a system Python to run build-time Python scripts on OS XTor Lillqvist
Change-Id: Ia46126f9f56668a14a66679b697ce54cec6ea0b8
2012-11-29add dep on .po fileDavid Tardon
Change-Id: I1f752dd5a912f4ecd4db6de72e0a8eccada3091a
2012-11-29add missing dep on propexDavid Tardon
Change-Id: Ic2312b6f97cd773f2c271ba6f76d69d896a959b7
2012-11-29Change default shape colorAlexander Wilms
Change-Id: I922fe667d6bf892916681988cd8599c7db9dc106