summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl
... with UserDefinedAttributesSupplier Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
2012-11-29Shorten moreTor Lillqvist
Avoid mysterios error message "Already existing unique directory: LOdev_progr_pytho-core-330_lib_plat-linux" by shortening "_plat-linux" to "_plx". Change-Id: Ib1594d9164a328f1ca7332f60bb27720746ed916
2012-11-29fdo#45495 pptx Export saves rotation of pictures,shapes,textLennard
and Circular and Rectangular shapes, and Tables drawingml was Pivot corrected. There is still some work to be done concerning customshape pptx export. Tables cannot be rotated anyway, but in contrast to Lines, you don't doubly-save the rotation. Patch Version 2. Here, acquiring of the angle from the shapes is done in WriteShapeTransformation. Change-Id: I0d650e669a690164796150615416fab8bb90242b Signed-off-by: Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1030 Reviewed-by: Radek Doulík <rodo@novell.com> Tested-by: Radek Doulík <rodo@novell.com>
2012-11-29initialize index for IsNumberFormat()Eike Rathke
Change-Id: I6a97cf9e8607eb6cf70d3b5d94e75c68c8f96c95
2012-11-29use Markus's sort pageCaolán McNamara
Change-Id: I7be1c78b01258831e1a313bc57dc6e20ec4af0ed
2012-11-29add sort tab page .uiMarkus Maier
Change-Id: Ib5471b2a4cae45cf8aa32b438bac7f5cda35f71a
2012-11-29add --with-extra-buildid configure optionPetr Mladek
It can be used to show extra build indentification in the about dialog just under the version string. The plan is to show information about tinderboxes and make the life easier for QA guys. Change-Id: I4714a34cf13492c7bb92798b4b6d11385093f223
2012-11-29Really prefer visual studio 2010 and then 2012 before 2008Luboš Luňák
A followup to the incomplete previous commit.
2012-11-29Prefer visual studio 2010 and then 2012 before 2008Fridrich Štrba
Change-Id: I7de1eb056c799cfce91bdc3fba3b9c1e3ab612b0
2012-11-29sw: fix RTF export of text frames anchored to empty paragraphsMiklos Vajna
Regression from d4069372484f18b242a42a1996767f57b031fff6 Change-Id: I28e095819e0c2f1a4b110741ace366329937f863 Reported-by: Michael Stahl <mstahl@redhat.com>
2012-11-29resolved fdo#57668 additional date formats using '/' separatorEike Rathke
Change-Id: I0736670512dd54e67fc08b65b9fad56ab904c92d
2012-11-29added formatindex="..." comments for locale data files referenceEike Rathke
Change-Id: I61199efa5d12eaa5b0e8a8e1277418763043edce
2012-11-29Always use Java target version 1.5Tor Lillqvist
It has been way too common for people to accidentally have a javac from JDK 7 create class files that are of the newest version, which older JREs and Android's dex then don't understand. As many of the distro-configs files specified --with-java-target-version=1.5 anyway, let's just hardcode that for now. Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
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