summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-16Fix ODR violations when compiling with LTOPeter Foley
/home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:84:8: warning: type ‘struct snewfoil_value_info’ violates one definition rule [-Wodr] struct snewfoil_value_info ^ /home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:71:8: note: a different type is defined in another translation unit struct snewfoil_value_info ^ /home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:86:16: note: the first difference of corresponding definitions is field ‘mnBmpResId’ sal_uInt16 mnBmpResId; ^ /home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:73:17: note: a field with different name is defined in another translation unit sal_uInt16 mnId; ^ Change-Id: Ic5f5354424188a0889e842e80cb70dd90ecaeff3 Reviewed-on: https://gerrit.libreoffice.org/21504 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-01-16use a map for dispatchBjoern Michaelsen
Change-Id: I29c88c834a01f8d04a2998ea3edfa95cd0cadb85
2016-01-16remove bDone band-aidBjoern Michaelsen
Change-Id: I7c4783ab70e7456d30ee86bb1c415e6d54df3285
2016-01-16refactor out to limit scope: RES_PARATR_NUMRULEBjoern Michaelsen
Change-Id: Iecea747a436de1afe529e024974006a256aa5f5a
2016-01-16refactor out to limit scope: RES_PARATR_DROPBjoern Michaelsen
Change-Id: I8813b5676504e6de2af70d181fa9e905538fb05c
2016-01-16refactor out to limit scope: RES_TXTATR_CJK_RUBYBjoern Michaelsen
Change-Id: I02b37ead4f930a91f9e8c6d472ffe0d2991bb78f
2016-01-16refactor to limit scope: SID_SWREGISTER_COLLECTIONBjoern Michaelsen
Change-Id: I67c259f4da968b9decc4ac95195864a28283d1b5
2016-01-16refactor to limit scope: FN_UNO_CATEGORYBjoern Michaelsen
Change-Id: I15ccdcf7c56a9677fb01646cad96e7c7d9ba7cd4
2016-01-16reafctor out to limit scope: FN_UNO_PARA_STYLE_CONDITIONSBjoern Michaelsen
Change-Id: Id1d5afee85d54c48e2cd14d9604cbbae4b0b8fc2
2016-01-16refactor out to limit scope: FN_UNO_IS_AUTO_UPDATEBjoern Michaelsen
... also check type of args and throw if it doesnt match Change-Id: Ic7a45aeab58b79abf3baee4bd3bf6f78fe3fa116
2016-01-16refactor out to limit scope: RES_TEXT_VERT_ADJUSTBjoern Michaelsen
Change-Id: I030c6854e925c2a51b8c40de38e889a96c5ae32d
2016-01-16refactor out to limit scope: RES_PAGEDESCBjoern Michaelsen
Change-Id: Id5c83f8dcc19dc5e94a895f1e15bc5dc8e800d9f
2016-01-16refactor out to limit scope: FN_UNO_FOLLOW_STYLEBjoern Michaelsen
Change-Id: I2f5f36fe9b9c7d1ee4289f2af268c25ebf8963d9
2016-01-16refactor out to limit scope: RES_PARATR_OUTLINELEVELBjoern Michaelsen
Change-Id: Ia06a716f4ddcfd6884f5b9578d7c0b361d3f66f4
2016-01-16refactor out to limit scope: FN_UNO_NUM_RULESBjoern Michaelsen
Change-Id: I171fe6370d554ace330df254f07b3b2d45693edd
2016-01-16refactor out to limit scope: RES_PAPER_BINBjoern Michaelsen
- also use decltype(..) to prevent integer overflow Change-Id: Id3fd76d79702e01642758db08d74b7a8e0f7f62b
2016-01-16refactor out to limit scope: OWN_ATTR_FILLBMP_MODEBjoern Michaelsen
Change-Id: Ic515b7868c747d5ce5ff0856890aa0af9e567339
2016-01-16make PutItemToSet and SetStyleProperty members to save half the paramsBjoern Michaelsen
Change-Id: I77a1c71f1a801e83f861b43e05e456a75fc511da
2016-01-16use Any::has<> instead of Any::isExtractableTo<>()Bjoern Michaelsen
Change-Id: I4927986485feb665339e6708bb66286a54926ab8
2016-01-16refactor out to limit scope: RES_BACKGROUNDBjoern Michaelsen
Change-Id: Ic50f66a4a08dab6fd55a14475d1e9a4947e16048
2016-01-16refactor out to limit scope: XATTR_FILLGRADIENTBjoern Michaelsen
Change-Id: Ie9dd59319a6cba1181388708efc40c2bea76de32
2016-01-16refactor out to limit scope: FN_UNO_STYLE_INTEROP_GRAB_BAGBjoern Michaelsen
Change-Id: I0d85021ded0b33d9c2c8d2454ad737842323a099
2016-01-16refactor out to limit scope: FN_UNO_HIDDENBjoern Michaelsen
Change-Id: I3fd30be5e84c4a88d2c334f573fc4fc56a03646b
2016-01-16Readd accidentally deleted fileChris Sherlock
Change-Id: I8451bc5a754332a4cbfaa721324e8256271de05e
2016-01-16vcl: remove commented out lines from commit 0174562fa9eChris Sherlock
Change-Id: I48af7bbb78f33035e6b8369eb460a6fdf5fc96b4
2016-01-16vcl: created accessors and mutators for font classesChris Sherlock
Font accessors: - GetFamily() - GetPitch() - GetWidthType() - GetWeight() - GetItalic() - GetName() <--- shouldn't that be GetFamilyName()?!? - GetStyleName() Font mutators did not need to be added. Font unit tests are testing: - Setting and getting FontFamily private member - Setting and getting FontPitch private member - Setting and getting FontWidth private member - Setting and getting FontWeight private member - Setting and getting FontItalic private member - Setting and getting the family name and style ImplFont accessors: - GetFamilyNoAsk() - GetPitchNoAsk() - GetWidthTypeNoAsk() - GetWeightNoAsk() - GetItalicNoAsk() - GetFamilyName() - GetStyleName() (These "NoAsk" functions are necessary because the default getters call on a function that checks the configuration for default values, something that is not wanted in all cases). Change-Id: Icfbc8b4e5253d55a80892df050b0803dfc7d7c9f Reviewed-on: https://gerrit.libreoffice.org/21501 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-01-16sal: (rtl) test OUString::isEmpty()Chris Sherlock
Change-Id: If7a6eb598a1e121c1c74e520f7e2238016a3e6e0 Reviewed-on: https://gerrit.libreoffice.org/21506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-01-16android x86 doesn't define ffs in libc, use compiler builtin insteadChristian Lohmaier
Change-Id: Ifde1184e469fc9a74de007a0caf27750b2ffbcbb
2016-01-16vcl: ImplFontMetric and FontAttributes is *very* familiarChris Sherlock
So much so that I think we only need one or the other. As such, I'm implementing the functionality that is in one of the classes so that (and vice versa) might eventually be able to use the same class! Change-Id: I1b32a5a5213ea406a96386ac4a4553cd81d3728d
2016-01-15coverity#1326294 Dereference after null checkCaolán McNamara
Change-Id: I057b9ef27bd84ac9875fa6ce8321ff03e0f879e6
2016-01-15coverity#1326291 Dereference after null checkCaolán McNamara
Change-Id: Ie5e3d749284514649edbb7e8dfd753a112feeb31
2016-01-15coverity#1326290 Dereference after null checkCaolán McNamara
Change-Id: I4a028603cbc413ecb670a39da49538819cd15242
2016-01-15coverity#1326302 Explicit null dereferencedCaolán McNamara
Change-Id: I4d7e7791bc9e7338b7db495da4b5c57a2566b280
2016-01-15coverity#1326423 Dereference null return valueCaolán McNamara
Change-Id: Ic9f10dbae01e432bd1029c091b20187b8cf939ec
2016-01-15coverity#1326416 Dereference null return valueCaolán McNamara
Change-Id: I8c215da294d6c48d37849c25c40d8632f1949fba
2016-01-15coverity#1326413 Dereference null return valueCaolán McNamara
Change-Id: Icd3728ca151ede50ab41ad7fbb150a3054df6739
2016-01-15coverity#3148472 Unused valueCaolán McNamara
Change-Id: I9acdfe0edf8468c6efb708ca13109abe2be0b826
2016-01-15coverity#1348471 related Unitialized scalar fieldCaolán McNamara
add mnParentFontSize to same places that use mnFontSize Change-Id: I4cf1e7439361b65de0f12028b819a4d7c8124ca2
2016-01-15also link liblangtag to the liblo-native bundle (fix Android build)Christian Lohmaier
Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165
2016-01-15tdf#48593: disable increase/decrease indent in read-only documentsOliver Specht
Change-Id: If181fa36d1be6ccbff51f482fdaf92034ee5d876 Reviewed-on: https://gerrit.libreoffice.org/21492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-15ugh, forgot to git add the test documentMichael Stahl
Change-Id: Ia10730e07de3bd86f54c7fc0ba5ae55f350ce149
2016-01-15oox: getEntryName() could throw a WrongStateExceptionMichael Stahl
let's guard against that. Change-Id: I970fb801a642592d9c23390572867f0e21f03132
2016-01-15oox: export Math objects to PPTX filesMichael Stahl
These hit the assert in lcl_StoreOwnAsOOXML now so better implement some export. Change-Id: I10c005a547e8a85f2a82198a49f9a03fc46a61d7
2016-01-15tdf#73025: set absolute database index fixedOliver Specht
DB field 'Any record' should not move the ResultSet directly but needs to work on the selection if there is any Change-Id: Ie66cc66afa1118bfbc44fc29889e2b36ecd074ee Reviewed-on: https://gerrit.libreoffice.org/21491 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2016-01-15svg export: fall back to crossfade for not supported transitionsMarco Cecchetti
If we do not support the requested transition type we fall back to crossfade transition. If we do not provide an alternative transition and we set the state of the animation node to 'invalid' the animation engine stops itself. Change-Id: Ie476dd579248e9d776e27797dca2ea867f3e5e54 Reviewed-on: https://gerrit.libreoffice.org/21490 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-01-15tdf#64907: remember format selection in Insert/Reference dialog pageOliver Specht
Change-Id: If71a96d6d20a66114025c96fd83fb81e333d14b9 Reviewed-on: https://gerrit.libreoffice.org/21487 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-15framework: loplugin:defaultparamsMiklos Vajna
Change-Id: Ie1a5c11c7ae8c2288bba7e2ef228d85479d7808e
2016-01-15libreofficekit: log document paste argumentsMiklos Vajna
Change-Id: I0e7783cf73d2d4bfcd4f0c75ca3ad82336048b27
2016-01-15svg export: simultaneous move and zoom issue - fixedMarco Cecchetti
Simultaneaous move and zoom of shapes did not work properly. Fixed. Change-Id: I445733c5ad3734966f6f5c08a5e5c798852cf74e Reviewed-on: https://gerrit.libreoffice.org/21448 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-01-15svg export: added support for anim:formula attributeMarco Cecchetti
Added support for formula attribute used from some effect such as spiral in. Better support for parsing value list. Change-Id: Ibf25482eba359acb279d9b212d7a829b3dc668b6 Reviewed-on: https://gerrit.libreoffice.org/21447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>