summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08implement a:overrideClrMapping (fixes n#783202)Radek Doulik1-1/+2
Change-Id: Ib6c0fd6d9b64f2bff446f919c58027fea76a00cb
2012-10-08support importing label wrappingCaolán McNamara1-0/+8
Change-Id: I4f95a7c6424b0897a399e9be9913fce266c1f4df
2012-10-08SwXTextDocument::getFlatParagraphIterator: fix crash:Michael Stahl1-0/+6
Check if the document is still valid. Crash in idle handler grammar checker observed on libreoffice-3-5 branch. Change-Id: I3cae1c6726bb9ad5be11f59bc33f8550bbbe1883
2012-10-08Don't repeat my mistake in the futureTor Lillqvist1-0/+6
Change-Id: I5b5e4464c9a7345aa9ca230100aae0d7fcee91ee
2012-10-08we're stuck with "double-decker" tab dialogs for now after allCaolán McNamara1-13/+13
I had hoped to move to single-decker tab dialogs, but e.g. writer's paragraph style dialog has *14* tabs, which is ludicrously wide, so just take optimal size of contents as let the tab dialog double-decker or not based on that width. Change-Id: I8d87ea6221164ba5c082249b498663c77d2f5340
2012-10-08mark layout as clean before setting allocationCaolán McNamara2-3/+3
so that if setting the allocation makes the control change its mind the dirty flag won't be unset in this iteration, and will trigger a second one Change-Id: Ia4bb37848495bc6115eb8b16ec7a390cd58bd84f
2012-10-08Implement GetOptimalSize for scrollbarsCaolán McNamara2-0/+21
Change-Id: I4f0f8fd1e103a2433c38b6c0d9148d34d3df2083
2012-10-08Fix build with a Cygwin path for TARFILE_LOCATIONTor Lillqvist1-1/+1
Change-Id: Ic5ff8eeaa7fb30ac3f880f0cff69119deccb2bca
2012-10-08DocxAttributeOutput: drop unused includesMiklos Vajna1-35/+0
Change-Id: If6546c920064f0c7ddebec79afee079ab1e417fc
2012-10-08make svtools filter test not loop endlesslyCaolán McNamara1-0/+2
i.e. this partially reverts f26d188ffa00ee6184490fc5c179da16e17301bb which doesn't take into account raw reads of sizeof(ObjAreaType) Change-Id: I80f94f610647128262ebb16c7e888a7cc7ecb9d8
2012-10-08import GtkScrollbar as scrollbars and connect GtkAdjustmentsCaolán McNamara2-11/+73
Change-Id: Idef8a338f09b52cf0758a6a35e3b5bbcc96a7383
2012-10-08Tweak hyphen as a togglable option after allCaolán McNamara3-11/+2
In a65f48f375d218b592ba7c17752f9ca86e14bd65 I wondered why hyphenation was set to be a toggle able feature when it opens a non-modal dialog. Looking closer, it *is* a toggable feature on/off for draw/impress, but this isn't the case for writer. Reverted it for calc too, although apparently not toggable there. Change-Id: If02568d58253c380e6d668a728f9c3ae6acf1128
2012-10-08Managed C++ to C++/CLI conversion also for the debug codeTor Lillqvist4-12/+12
Change-Id: Ibb4f5e386644a67905421d2f9c33336a119fca88
2012-10-08scp2: rename misleading WITHOUT_EXTENSION_SCRIPTING_BEANSHELL/JAVSCRIPTMichael Stahl4-8/+8
Change-Id: Id8524bcfa3d593584afbad0b5dcc1cc48aa377d7
2012-10-08configure: adjust beanshell/javascript options toMichael Stahl1-8/+22
the changes in a72a7dc500ffd57662e8b9be61e4676266861c33. Change-Id: I79fba4dbe8a72b65625a9ed11fa0b3cebdf80426
2012-10-08WaE: variable 'numusr' is uninitialized when used hereTor Lillqvist1-2/+1
Change-Id: I6476df0460f0f1cebb4879f1c732af6a4c48b5f7
2012-10-08WaE: unused function 'unoCapeFromCap'Tor Lillqvist1-0/+2
Change-Id: I21dc33e39da8f46379fad672a83e8fb8449a0ec4
2012-10-08re-base on ALv2 code. Includes:Michael Meeks180-4067/+2642
linecap: Reintegrating finished LineCap feature Patch contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 disable extended linecap API for now. gnumake4 work primarily from Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1394326 misc. dead code cleanups Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1204995 http://svn.apache.org/viewvc?view=revision&revision=1207270
2012-10-08De-duplicate harderTor Lillqvist4-46/+46
Change-Id: Ie319c98cc6c7551f6e1e5ba41d8bc2090d23e671
2012-10-08add Croatian [hr-HR] genitive case month namesNeven Ćosić1-0/+62
Change-Id: Ic6c178153a64daf975af2495779b04b798a6381f
2012-10-08fix liborcus with Visual studio 2008Fridrich Štrba1-1/+1
Change-Id: Ia19669878e1a6c4d4b079355dcb7ce3e2836d24f
2012-10-08TypoTor Lillqvist1-1/+1
Change-Id: I6ec48d3156f11c4ecb5f24a70a5c83603a86f834
2012-10-08There is no ExportCGMTor Lillqvist1-14/+6
Change-Id: I1251c25e14636fea96aba08f90dfe3d16978a270
2012-10-08Deduplicate lcl_mediumColorTor Lillqvist1-1/+1
Change-Id: I11556fc7dc2013ce66627e8ab41c91d0742d6866
2012-10-08Deduplication of AbstractTabDialog_Impl and VclAbstractDialog_ImplTor Lillqvist2-27/+27
Change-Id: Ifda222d842312d084496bc17d3ae6eaf83c13d25
2012-10-08Deduplicate InputDialog (for disable-dynloading)Tor Lillqvist2-8/+8
Change-Id: Id1522e1874ed2b65f7bd8d379b93c35941a7d0b5
2012-10-08Fix for !SOLAR_JAVATor Lillqvist1-6/+44
Change-Id: I43d8680304ef11f2b5f5e3edafcc6af6eca8d601
2012-10-08Fix fdo#47669: also check if we started the tag before ending itKorrawit Pruegsanusak3-1/+21
The problem is we created imbalance end tag </w:hyperlink> which shouldn't be there. So, place a check before inserting end tag should help. Inspired by (read: copied from) c1c2688912e769dfd7654e11e87dae380a8ce1eb ;) Change-Id: Ic933f6da44c788cba48bb2fe6fa29658985310b6
2012-10-08cppcheck: clarifyCalculationjailletc362-3/+3
Use () to clarify the order of the operator + minor formatting Change-Id: I3dfa6566758d30bd76bed478089a0937ade24f89
2012-10-08cppcheck: unreadVariablejailletc361-5/+4
Defined the aStr within the #ifdef block where it is used. Change-Id: I2878d2db002411783e814b0ecf02e2a030d2d6d4
2012-10-08beanshell clean content of d.lstDavid Ostrovsky1-1/+0
Change-Id: I2aac9018efa36f24f15088b7702903a422b4a910 Reviewed-on: https://gerrit.libreoffice.org/838 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-08Revert "prefer newer versions of Visual Studio"Norbert Thiebaud1-2/+2
This reverts commit 4967505ad54de0639fbd7bfa553c57ead9ada6ec. This was creating problem with tinderbox.. changing the default base version on the fly is not a good idea anyway
2012-10-08fdo#30944 Add popup menu function to charts to export them as a graphicTomaž Vajngerl6-15/+98
Add popup menu function "Export as Graphic" to charts to export the chart as a graphic. Currently it works only with raster formats like PNG and JPG but not with vector formats like SVG. Change-Id: Ieeda21ff971f2ad31bab2248e8b509883b5cbcd0
2012-10-08Fix svtools with Visual Studio 2010Fridrich Štrba1-1/+1
Change-Id: I445173e8f469c409801d803ef22cb499935ba19b
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist5-136/+136
Change-Id: I0e9895ca59fa75958107df2cbf4348214df52664
2012-10-07untabify configure.inNorbert Thiebaud1-113/+113
over time, unscrupulous committers allow intenpestive tab and trailling spaces to creep in. This cleans them up. Change-Id: Ia9134599cdf58462bb4231e88362d4ff00ab45ab
2012-10-07clean-up after configureNorbert Thiebaud1-1/+1
On MacOSX libconftest[12].dylib.dSYM directories where left over after a test to determine visibility support use a wider net to clean-up work files Change-Id: Ie3695c08a5a22dbb1e5a194f8dc1bc6120c8e8c2
2012-10-07Fix libwpd with VS2010Fridrich Štrba1-1/+1
Change-Id: I058d673552280616adaaf1b71036ee89ba34bb13
2012-10-07fdo#55567: add findbar.xml back to makefileIvan Timofeev1-0/+1
regression from e125d95ba4a4905fa36ba8f4bed0c2dafd37ce13 Change-Id: I0deeb042c60d3f7d556286a0956bb4866e1c203b
2012-10-07most of this is not necessary anymoreDavid Tardon4-17/+1
This reverts commit 3fc40953c635185f8bcd1b58a1d68d28526558d4. Change-Id: I6d11212cc260e03e5c83a0e7be93ed66e1ab452f
2012-10-07fix gbuildized cli_urePeter Foley5-2/+18
Change-Id: I3e02afbd1b75641bdc90443e7c07018c113a971a
2012-10-07Remove unused mork methodsJulien Nabet5-64/+0
Change-Id: I2d9c02145bf332ecfc0e2493bc697d61259c9d16
2012-10-07Some cppcheck cleaningJulien Nabet2-2/+2
Change-Id: I9ce4af18d1cdbf694093309a026fd6c738590b82
2012-10-07DISABLE_DYNLOADING fixes and minor cleanupTor Lillqvist2-10/+30
Change-Id: I08ce3523f259b1ace7c2a1a58b091b43a44a7d92
2012-10-07fix build.pl depsPeter Foley2-1/+6
Change-Id: Ia532558eb25c3745f9d43303358b785994f389fe
2012-10-07fix libcdr with VS2012Peter Foley1-0/+20
Change-Id: I9943dce422bd43b826baeaccaeb494d870aaaa77
2012-10-07download rebase if needed for all sdk versionsPeter Foley1-1/+1
Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642
2012-10-07fix libwpd for vs90Peter Foley1-2/+2
Change-Id: Ia8a21cd512ac425207eb31a194db9f4c9b10fee4
2012-10-07add cppuhelper to sw testsPeter Foley2-0/+2
Change-Id: Ie50c7adf5bd4ba1b18a8deb3e708bcf83a2777af
2012-10-07fix libwpd with VS2012Peter Foley1-1/+12
Change-Id: I2df9ab344bb2a934f6408a394280c01563d0c9b8