summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-13sax: convert some legacy assertionsMichael Stahl
Change-Id: I3b4f1caa2c2d7a0fd88ea53bf05d01b2c7cc115a
2013-02-13Revert "fdo#34558 don't crash on undoing text frame removal"Michael Stahl
This reverts commit e462a30d03c16aa4202f8d28ad52b15feb3d9255.
2013-02-13sdremote: hide TCP/IP server selection dialog menu itemMichael Meeks
Now shown only in experimental mode (ie. when TCP/IP is enabled) to reduce user-confusion. Said dialog is not needed for bluetooth.
2013-02-13cleanup generated config includes to make them more readable.Michael Meeks
2013-02-13Revert "resolve fdo#60379 Impress Remote: Options look disabled"Michael Meeks
This reverts commit 23e6ac150b217be70a80d42deb5b253059030783.
2013-02-13Revert "Just use default colours until proven they don't work;)"Michael Meeks
Colors should be orange by design. This reverts commit ab0bbe53ae02361d521c133dd5c0b6db3423b0cb.
2013-02-13Some cppcheck cleaningJulien Nabet
Change-Id: I099171d85a51095f0ff6d592c1260d931f9769b2
2013-02-13sdremote: avoid crash when fiddling with elapsed time.Michael Meeks
2013-02-13fix ambiguity in pch buildLuboš Luňák
Change-Id: I1a1638d9a5ad6bea002336d20c93c450d4bc1650
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet
Change-Id: I57e4ca031553bfeb2abfbf48a7cb024b6d8b0b5b
2013-02-13libxml2: do not use --with-mem-debugMichael Stahl
it prints millions of lines of output. Change-Id: I99039f9039a7928f47d4a1d3f9bc36634240888c
2013-02-13Updated coreCaolán McNamara
Project: help 7a051b06eee9561a19aa1248ec5dfde655c624e7
2013-02-13asynchronous word-count.Michael Meeks
2013-02-13add headers to new filesCaolán McNamara
Change-Id: Iaa390e50ed3cfe2ba9770c446869158b758bc48d
2013-02-13move print options .ui to sfx2 and adapt codeCaolán McNamara
Change-Id: I8a7b1d15a002cbe74ac0fb97fcd8ce60a47a4e61
2013-02-13make building help not crashCaolán McNamara
a) subStr is not ours to delete, belongs to the OString b) and anyway subStr points to the buffer of the out-of-scope temporary OString Change-Id: I1689c6626c52ae9d94e0cfa5de4235be3c1f3262
2013-02-13WaE: struct/class mixupTor Lillqvist
Change-Id: Ia400ca7fdd2728e4fa12b96ace75ba1d5b7231f2
2013-02-13fix exported DLL function names for all CustomActionsAndras Timar
Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
2013-02-13remove thesaurus indexer CustomActionAndras Timar
It was never integrated and used. If we made the effort to integrate it, Windows installer would be a few megabytes smaller, because indexes of thesauri would be generated in install time (instead of packaging pre-generated indexes). However, the cons are: * untested * presumably slows down instal process which is slow already * adds complexity to installer which is too complex already * indexes will not be there in case of administrative install (QA) * bad experiences with CustomActions that manipulate the installed application (various, weird permission problems) Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e
2013-02-13SvxBackgroundTabPage::FillItemSet: handle XFILL_BITMAP -> XFILL_GRADIENTMiklos Vajna
This makes it possible to turn the bitmap background of a Writer frame into a gradient one. Change-Id: Iae88793d40593a2adbcc7f83e82e28265cdd9be7
2013-02-13SvxBackgroundTabPage::FillItemSet: handle XFILL_GRADIENT -> XFILL_SOLIDMiklos Vajna
This makes it possible to turn off the gradient background of a Writer frame. Change-Id: Ic7bdfec252847f463da47c838c7de0fdb7625869
2013-02-13simplify makefileDavid Tardon
Change-Id: Id40bdd821308b18a49630c15b1e28c004d7311ed
2013-02-13fix translation of crash reporterDavid Tardon
Change-Id: I52cda360116b719bf05776e01bf3d15303eea97d
2013-02-13fdo#60386 fix l10n of windows shell extensionDavid Tardon
Change-Id: I5b4b839b930c294bee6727402dbc47efee7fbcd7
2013-02-13let's split this for easier cherry-pickingDavid Tardon
This reverts commit fc65a66de972951946c57c8b01bfd5df46633693.
2013-02-13fdo#60386 fix l10n of windows shell extensionDavid Tardon
Throw in crash reporter as a bonus. Change-Id: Ia1eccd4a3948b3c6d361b341599c7f565cd74cfb
2013-02-13ignore errorsDavid Tardon
2013-02-13fix mingw buildDavid Tardon
2013-02-13fix application of patchesDavid Tardon
2013-02-13consistent padding around various format->character pagesCaolán McNamara
Change-Id: I8c8ed2db29d1175ba2187509482cdaf858ed660c
2013-02-13fix a Basic keyword in syntax highlighter: withevent -> witheventsAndras Timar
Change-Id: I47b527ad6e68dba83ebb253bcc55a2717c7dd0ca
2013-02-13fdo#41737 syntax highlighting of Basic code examples in offline helpAndras Timar
Change-Id: I7dc5b189e98a0351bac0eab28c1161b5893f5ef1
2013-02-13String to OUStringAndras Timar
Change-Id: Ibb0b1808532622ffb2dfc55d533428f6d72b890c
2013-02-13remove rtl:: prefixAndras Timar
Change-Id: I6b2c51c57a98046e30b2782dd2565ee02345379d
2013-02-13use u_isalpha() from ICU instead of home-grown solutionAndras Timar
plus German comments were translated Change-Id: Id9ff5d4835e4ea224c9e6232a1762822aa833d37
2013-02-13WaE: warning C4101: 'ex' : unreferenced local variableAndras Timar
Change-Id: I99a66ac3af8e391b5feaeafbb3abd63dcdd2bb2b
2013-02-13Basic code syntaxhighlighting added to LibreOffice helpDávid Vastag
Change-Id: Id47172d0386e7aa28d82178f04b5f626f0c441fe
2013-02-13Updated coreAndras Timar
Project: help 4d7b72491649f33d115f687f5deee58bd9619ca4
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák
2013-02-13Makefile.in, make sure that the git hooks are setNorbert Thiebaud
git hooks used to be set by virtue of calling ./g clone but recent changes means that ./g is not always called these day, so it is possible to end-up with no hooks. Change-Id: I630066ee0e2961b93ddfbf177eb4e5fc09505911
2013-02-13fdo#34558 don't crash on undoing text frame removalDavid Tardon
Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9
2013-02-13Ah, manually adding computers is for non-Bluetooth onesTor Lillqvist
So yeah, need to keep this feature. Spell Wi-Fi correctly, and mention Wi-Fi in the menu button. Change-Id: I4cd6f0689a6ff9647f355d4b1404be84ec0c0138
2013-02-13Use consistent terminologyTor Lillqvist
Why "Choose a Computer" but "Add Server"? Let's always call them "computers" in the UI. And in fact I think the feature to add a computer manually is kinda pointless; is it too much to ask people to have their machines discoverable? I doubt keeping a computer not discoverable through Bluetooth thwarts a determined attacker from finding it anyway. (I am not saying that just finding it would mean compromising it.) Change-Id: Ib8041a8a793d84bee24587adac582c5fad03d1be
2013-02-13Don't bother with unnamed computersTor Lillqvist
Change-Id: I4e912cab7ab252ef4c118fe63b02931eecd986aa
2013-02-12bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida
Cell validation is stored as cell attributes which are stored with columns not with cells. When HasSpecialContent() is true, it flags the *cell* not empty, which in turns causes AddTextAndValueCell to iterate over every single cell position for all repeated columns and rows. That can very very slow when the number of repeated rows is very high. Since cell validation is stored with columns, skipping empty cells even when they have cell validation settings set won't cause any issues, and all cell validation settings are imported correctly even after this change. With the test document I have (confidential), this change alone reduces the load time from 30 seconds to 0.3 seconds. Change-Id: I84fa4cec50172ccd02eca1042c8fafb93d1cfc73
2013-02-13Don't return from the CommunicationService.run() methodTor Lillqvist
This fixes connecting to one computer after connecting to another failed. Change-Id: I5b13d186d32690a91e4290c81c8d2e12a0a1f2be
2013-02-13Do display the computer name in the dialog when connection failedTor Lillqvist
The latestInstance lifecycle and mName initialisation was borked. Change-Id: If7ef8a15fdc297e0fe6e401399a3b94dcd8d08c5
2013-02-13Add comments, logging, empty linesTor Lillqvist
Change-Id: Ife81ec74b36f71782997219e36ac926ea429c297
2013-02-13Some cppcheck cleaningJulien Nabet
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
2013-02-13Return the real result of the testJulien Nabet
Change-Id: I05d4b62a32a44a7d174d7fa19f7814d45dab22b2