summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida
This is to avoid repeated calls to set_empty() on the broadcaster array which causes array reallocation on each call. Instead, we can store the segments of broadcasters to be deleted later, and call set_empty() on those segments to reduce the number of calls to set_empty(). The meat of this is not implemented yet, as EndListeningContext is still empty. Change-Id: I914bc2881acee3902c4fec0f6c21aaf4d2489df8
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida
Change-Id: I4c34cd4b352dfafe7f423ab8e85f0d93c0368349
2013-05-20First (?) performance regression unit test against clearing of a sheet.Kohei Yoshida
I screwed this up earlier which made this operation take almost 50 seconds to complete. It should finish in 0.00001 seconds or less. The test checks against 1 second, which should be enough of a buffer for slower machines. Change-Id: I9923033045111c75a0740b6bb30a518fe93e01d2
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida
Since they are always in sync... Change-Id: Ic07f57e1804d76ae801c7947d18df5fd0d729632
2013-05-20Block definition for CellTextAttr.Kohei Yoshida
This block will be used to merge the text width and script type vectors that are currently separate. Text widths and script types should really be stored together. Change-Id: I6783769cc03180b513319e0a98a0773bd20ba941
2013-05-20Rename header: mtvelement -> multi_type_vector (mtv) elements.Kohei Yoshida
This header hosts custom element types and blocks used in multi_type_vector. Change-Id: I32481a2354d8c66eb877b4005a260a79183cd714
2013-05-21fix mdds check: remove extraneous "test"Rene Engelhard
Change-Id: I2c20a52e7f7688359172c9ccbd46b4b012bd4c02
2013-05-21This is most probably the way to get the mdds check rightFridrich Štrba
Change-Id: I65a6018c442769f89f17ee0023510c45373407e7
2013-05-20#i121134#, more fix for i119657, fallback to old logic to use current ↵Jian Fang Zhang
AbstractNum when the desired one can not find Found by: Li Lin Yi Patch by: Jinlong Wu,wujinlong@gmail.com Review by: zhangjf (cherry picked from commit aa53b457faaf0fc50a8b38d17bf219de427a1044)
2013-05-20Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang
that an AbstracNum references to a style, which references to another Num Found by: xiao ting xiao Patch by: Jinlong Wu,wujinlong@gmail.com Review by: zhangjf (cherry picked from commit d6870e145cc7373a422b414c31380cc1399e64cc) Conflicts: writerfilter/source/dmapper/DomainMapper.cxx writerfilter/source/dmapper/NumberingManager.cxx Change-Id: I9be0b82d601bf43da31842edb02c4b0d4e50e84f
2013-05-20Updated coreAndras Timar
Project: translations 6148d0296697632af52c5e39787cd09c2a748fd7
2013-05-20Fix fdo#64751 – Header & footer blue tags emptyKhaled Hosny
No idea FontMetric::GetHeight() is supposed to mean, probably the code here meant GetLineHeight(). What it actually need is GetAscent(), so use it instead (which is the same as GetLineHeight() - GetDescent()). Change-Id: Ic467e56ed6b8d245ac7800f94e6d40030833328b Reviewed-on: https://gerrit.libreoffice.org/3980 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet
69c52bc5b7973a2e414209470f5bf9b66dcc4f30 had some typos, and got reverted in 78123a504b5215d061935d7b2771ba51e68cae0e, this does the same, except those typos corrected, so vertical layout is still OK. Change-Id: I79fe610e4cc8bbbddbd8415198d6309a93f4ba18 Reviewed-on: https://gerrit.libreoffice.org/3929 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
- replaced RTL_CONTEXT_ with SAL_INFO - replace OSL_* with SAL_* Change-Id: I0054bc90fdcaa2fef7e1d98a0528277be4fc341e Reviewed-on: https://gerrit.libreoffice.org/3917 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20resolve fdo#64446 Repeat shortcut isn't showed correctly in menu entryJoren De Cuyper
Change-Id: I991185f6b4efd305dc55c9ad85f92222f706f8a0 Reviewed-on: https://gerrit.libreoffice.org/3850 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20fdo#30715 Several commands are under the wrong categoryJoren De Cuyper
Placing "insert" commands under category "insert" is more logical Change-Id: Ib322aaace39cd160cc81ef4945abd2047e6c4c12 Reviewed-on: https://gerrit.libreoffice.org/3854 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20valgrind support is useful independent from DBGUTIL support.Mark Wielaard
Especially when valgrinding an optimized libreoffice build. Change-Id: I7d2ac5476ba8561ce6afbf8c9472550fbe959c76 Reviewed-on: https://gerrit.libreoffice.org/3966 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20Fix memory leak in mapToFontConfigLangTag.Mark Wielaard
FcGetLangs() will return a new FCStrSet that needs to be freed after usage. Change-Id: Ie7fe0dd160fa59077d6a90878e70d0e034680812 Reviewed-on: https://gerrit.libreoffice.org/3967 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20fdo#46553 Update embedded manifest on win32 builds to declare dpiAwareAndras Timar
Change-Id: I71a3960b21f2c996b97e1a5707f20b30819fd6bd Reviewed-on: https://gerrit.libreoffice.org/3981 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20Make some uses of OUStrings a little more readableRodolfo Ribeiro Gomes
Change-Id: I2e85fa39abbff86918464aae67b4b9eacd3bf7a4 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/3949 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-20fdo#63878 fix the zoom bug on RTL sheetFaisal M. Al-Otaibi
fix the X position after check if the sheet are RTL Change-Id: Icbb9ce44508698e0f03898b202e033c07ae2de70 Reviewed-on: https://gerrit.libreoffice.org/3954 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-05-20put common vars into standalone makefileDavid Tardon
Change-Id: Iab78a95bc8588b89fb10dc96b6c2c25e864fc1f4
2013-05-20WaE: use of unary operator that may be intended as compound assignmentTor Lillqvist
Change-Id: Ib1718e5d3a0f7f1e4d1941674743900be12d4e1f
2013-05-20go back to 8 colorvalueset columnsCaolán McNamara
Change-Id: I9e345b3dea1d4a13ac2307bcebda19d753ecd7d0
2013-05-20Resolves: #i120554# Shape Gradient MS2003 import/export EnhancementJianyuan Li
Reported by: Jianyuan Li Patch by: Jianyuan Li Review by: SunYing (cherry picked from commit 09c33de80a0e5fa321979e53bf88c4d17271eba8) Conflicts: filter/inc/filter/msfilter/escherex.hxx filter/inc/filter/msfilter/msdffimp.hxx filter/source/msfilter/escherex.cxx filter/source/msfilter/msdffimp.cxx Change-Id: I80a60af4862eb99523ea59e4f788b685d6de1fbd WaE fixes: reorder initialization, handle all cases in switch, ... (cherry picked from commit 350f294badf378806348e77e6a8ed0b5f1d5b77d) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I4f1bde463921d48d1e014d0521427eaa9294663e Add default to switch statements to avoid compiler warnings. Patch by: Jianyuan Li (cherry picked from commit f1302af0d803ca969022e69bcf7deeb62459f789) Change-Id: I4e78e3b565d5922d452d2cfd1bf473af1587d29b
2013-05-20fdo#38838 Replacement of the String with OUStringMarcos Paulo
Change-Id: Ib6fda987be15525d939cfe5c3e65f881aff83131 Reviewed-on: https://gerrit.libreoffice.org/3968 Reviewed-by: Ricardo Montania <ricardo@linuxafundo.com.br> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-20WaE: variable ´res´ set but not usedTor Lillqvist
Change-Id: I5f252f75d22f041c76c7d3cfcdd36f69becf086f
2013-05-20sal osl_getGlobalTimer: Don't confuse start and current time.Mark Wielaard
Change-Id: I575dd70d6b80d4f3279476037e509550cfa23fde Reviewed-on: https://gerrit.libreoffice.org/3979 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-05-20Resolves: #i122329# Disable undocking of stylist in the sidebarAndre Fischer
(cherry picked from commit 8dc875f17c0cdd41e7ba6ad2f4c1ea3bda1a8be2) Change-Id: I1a19135d3496463c8759e341449fa51d389fa264 (cherry picked from commit 048eca411083bc8a2ef95e5701bf7eba5d232a2d)
2013-05-20Resolves: #i122321# Fix processing of scroll wheel...Andre Fischer
to not block other events (cherry picked from commit 0a5d252c19fdd4e1e705668a604fb319dc6ceccb) Change-Id: Ib1a3fa50e071688df41983ce8e2cb6b1c93e18c9 (cherry picked from commit 58da1dc5061fcd9abc7dd296d0d7d04d651dc10f)
2013-05-20Resolves: #i122320# Show closer after docking sidebar.Andre Fischer
Prevent sidebar from being docked above or below edit view. (cherry picked from commit ca7264d7ab7e8b70693362d60227c7dd7626df8b) Change-Id: I634e0b68c27039613054160b7add5d2d07b666cd (cherry picked from commit 3c451f893663c118201ccdd4688fe97f1524d21e)
2013-05-20Resolves: #i122271# Provide accessible for panels that...Andre Fischer
includes the panel title. (cherry picked from commit e785c5125994bbfdb4e69108b5a73a184b3ced49) Change-Id: I97cf9f5f78382dfbd69dcff33b7066380d47313d (cherry picked from commit 35c18dc890a8883b974ff73c585033fc3ee3b73e)
2013-05-20Resolves: i122145 Multiselection with mix of DrawObjects and OLE...Armin Le Grand
will allow LineStyle and FillStyle panel, single selection of OLE offers these, too, but in default closed state (cherry picked from commit 8a2531d3d98ad3afb2b233be2d5dd7b67febeba6) Change-Id: Iba8f99afb4324d33be0469e3b0835f08fe142b0a (cherry picked from commit 3c33a28233dfbb0db44553f13511107976f18363)
2013-05-20restore white next to black in the color palette drop-downCaolán McNamara
i.e. restore e206f8b7a2882d7eea163e29d76dfb336113e3f7 Change-Id: I9c9647ae9e42bcb09a6acd8755bcb170006818f0
2013-05-20Related: #i121520# changed a 2nd 'Blue 9' entry to 'Blue nine'Armin Le Grand
to solve the conflict (cherry picked from commit 81c3404d82cb72b9d183e2b38034334e9b65fd22) Change-Id: Ic368478dac25d9dce8e7c80bd3a7a33fdc68f3b0
2013-05-20Resolves: #i121520# changed basic color palette as described...Armin Le Grand
in the task and discussed on the list under '[proposal] Adopt palette to Symphony palette partially', also corrected typos on gradient definitions (cherry picked from commit 57811cc1cd5e49c1e87fb2a9d79f8a3941a025e3) Conflicts: extras/source/palettes/standard.soc Change-Id: I54fa27963f7c9732211b7bded5a343b9c05449ab
2013-05-20Related: #i121511# Reordered for more user convenienceArmin Le Grand
(cherry picked from commit 687205925cf94cff2daeb6e399ea7b05fd8213dd) Change-Id: I6a24d55471fe56175ce1bd8358e6a433f3940e78
2013-05-20Resolves: #i121511# Add gradients from Symphony to AOOArmin Le Grand
(cherry picked from commit 753df696b003b6046a0444abc48a87e14de1ff33) Change-Id: I1887c2cdb5d4c0b179952fe1f302b80506366757
2013-05-20Fix warnings: unused variables [loplugin]Tor Lillqvist
Change-Id: I50ff4a5bda413537d93002ef5dc6f90f139ae9de
2013-05-20WaE: unreachable codeTor Lillqvist
Change-Id: I34414abe0375e003249ba271b24530f13016fa40
2013-05-20Also iOS has tm_gmtoffTor Lillqvist
Change-Id: Ic0f883672b4bde3142ac257a57464bdbb90df96b
2013-05-20iOS is based on Mach, tooTor Lillqvist
Change-Id: I9b6bdc374c9e92af754094f31e1ff212fb386f9e
2013-05-20WaE: 'e' : unreferenced local variableTor Lillqvist
Change-Id: I4e67dece0ead3097eb945d8f67795d93b8595eb1
2013-05-20Fix warning C4273: 'ToolbarValue::~ToolbarValue' : inconsistent dll linkageTor Lillqvist
That destructor is defined in vcl/source/gdi/outdevnative.cxx anyway. (As empty there, too.) What is going on here? Change-Id: Id27f07d47d819a4eaf272819a2e058f5f930b7be
2013-05-20fdo#48775 - presumed fix for missing bibliography database exception crash.Michael Meeks
2013-05-20WaE: macro is not usedTor Lillqvist
Change-Id: I1f88819c85f0c0539bfa3b48ffc215e279c007d0
2013-05-20Fix warnings: unused variables [loplugin]Tor Lillqvist
Change-Id: Id5c62c21f65165085616390d24605efe35ca9924
2013-05-20WaE: unused parameter 'pBindings'Tor Lillqvist
Change-Id: I4569c83fad5974d95f667e6ddd40648e4951e10f
2013-05-20WaE: private field 'mpBindings' is not usedTor Lillqvist
Change-Id: I58cb45ac54b54f9c0f65640dfad05185b2c01b16
2013-05-20WaE: unused function 'GetItemId_Impl_line'Tor Lillqvist
Change-Id: Icc8ff462995491d153532eeb0218c2cac480511e