- 29 Kas, 2012 40 kayıt (commit)
-
-
Thorsten Behrens yazdı
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
-
Michael Stahl yazdı
Change-Id: I02c946c22daf68c664be6c3b07a8dfc6e486493a
-
Michael Stahl yazdı
Change-Id: I3dc55f05502af56bd30825d297a6964295e6efa3
-
Caolán McNamara yazdı
Change-Id: I0f0b5ee875062123e9da4c740e82350f0250cd79
-
Caolán McNamara yazdı
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
-
Stephan Bergmann yazdı
Change-Id: I364155ffc76f6917e4d06c6231401609f75f3ed5
-
Stephan Bergmann yazdı
Change-Id: Iec348a367cedce8022f9be4be80adeaefab7b0a6
-
Michael Stahl yazdı
Change-Id: I42a0a94eddb58ec13d019d29fe8b88ae63d3c138
-
Eike Rathke yazdı
Change-Id: I5d8f0626448da30bad2dcef745868498000c619d
-
Michael Stahl yazdı
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
-
Michael Stahl yazdı
Change-Id: I52f92b8293a6a09d494f1ce2e067d5cfcc217c31
-
Caolán McNamara yazdı
it will now allocate the fixed reserved size for its tab pages to layout-enabled tabpages Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
-
Bjoern Michaelsen yazdı
-
Michael Stahl yazdı
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
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Caolán McNamara yazdı
Change-Id: Ib732594a6b27fb0b42d055abb2f7382f021d63c9
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Michael Stahl yazdı
Change-Id: I01dc14900a20fd2bfa33d44b6b445d0490ab7545
-
Michael Stahl yazdı
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
-
Miklos Vajna yazdı
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
-
Miklos Vajna yazdı
The options menu had 3 items, only one required a connection, so show the rest when selecting servers. Change-Id: I70797be5fc8f0550380286e0cff2abbf4664591b
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Stephan Bergmann yazdı
...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
-
Stephan Bergmann yazdı
...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
-
Caolán McNamara yazdı
since 89589056 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
-
Caolán McNamara yazdı
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
-
Caolán McNamara yazdı
Change-Id: Ib2c68091f14d04818ae5e7db0ad7b8a1ec151f4f
-
Caolán McNamara yazdı
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
-
Miklos Vajna yazdı
Change-Id: I35f465a085081563214d4e5c9e7fb8a7ac0ef6f7
-
Petr Mladek yazdı
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
-
José Guilherme Vanz yazdı
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/1194Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Tor Lillqvist yazdı
Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d
-
Fridrich Štrba yazdı
Change-Id: I86da676cd38c8e237cf63c167f877f1e6cb25bf6
-
Stephan Bergmann yazdı
Change-Id: Ibaee8bd83e9f34e0258b48d87151ec03c8301a3a
-
Matúš Kukan yazdı
..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
-
Miklos Vajna yazdı
The current latest Android SDK doesn't cope with Java7 otherwise. Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6
-