summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara
so we can keep translations markup free, and it matches better our existing font use in controls Change-Id: Ib762030f8bf831f2b0afabdd643508e660ad9266 See: https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin
Note that I found a pre-existing bug in linguistic/source/gciterator.cxx but I was not able to fix it, because doing so appears to expose bugs elsewhere! Change-Id: I17fb9108d98a98d0ae13fe5a8e043d2db5b27a6a
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
Create a merged XWriter interface for the service. The xml.sax.Writer service already existed, it just did not have an IDL file. Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
2012-10-22WaE: unused parameterTor Lillqvist
Change-Id: I15bfeda7f9bf0fbeff9e4f3297f127941cadcf9b
2012-10-21fix sdremote related configure switchesRene Engelhard
sdremote itself apparently works also over IP (WLAN), so we don't need to disable it when we just don't want/have bluetooth. And also dbus is also needed in the bluez case Change-Id: I55ba07cd715d1e9bd641ef28e2391e4fe85b85e0
2012-10-19mbIsEnabled is always trueMatúš Kukan
Change-Id: I473db13d6df401fffc6e161314202446ad4d1333
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-17default SwInsertGrfRulerDlg to first entryCaolán McNamara
Change-Id: I843afacf4bb6880ecd9848cae3fe6071439ed995
2012-10-17make use of ability to use bold in labelsCaolán McNamara
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
2012-10-17Impress, Draw toolbars: Move alignment etc. away from "Drawing".Jan Holesovsky
Based on discussions with Mirek M., thanks! :-) Change-Id: Ib295629cb5e35835e1087bf048947d9a3e3323f9
2012-10-16Remove some unused methodsMarcos Paulo de Souza
Change-Id: Ia9ed975309c6ed677437c6e1c2d6be4a8bd6f1e9 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/875 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-10-15comment translations german->english sd fusel.cxx and fusel.hxxLennard
Change-Id: Iea730a65e4c3a611e30e0f1ee34d291fbdc98c92 Signed-off-by: Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/869 Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2012-10-14sd: fix crash in character format dialog:Michael Stahl
When text with different fonts is selected in Draw or Impress, the character format dialog crashes, because (among other things) the selected text is not returned by SfxViewShell::GetSelectionText(). Crash was observed both with GraphicViewShellBase and ImpressViewShellBase as current shell. Override that method in sd::ViewShellBase to forward to a main shell that happens to be a DrawViewShell which is not actually a SfxViewShell but happens to implement GetSelectionText() for mysterious reasons.
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
+ replace "<" by "!=" for end iterator comparison with current it Change-Id: I6e90caa8752c7057cca8c74fca12c0a050544dbb
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I1a0e436051d48e7f6224d6f0fc602347df2d4df1
2012-10-11Re-organize the data members of SvTreeListBox.Kohei Yoshida
Change-Id: Iefe8182dc20f22fa65299d9253fba3830cd1a9c5
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat
Implementing it needed: + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel + Moving the CMIS properties loading into a SfxBaseModel private method to factorize code. + Adding the SfxInfoBarContainerChild registration in all modules Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0
2012-10-10Make svg export use slidesorter selection in most cases.Thorsten Behrens
There was code previously that took the current selection, iff Impress main view was in slidesorter mode. Extended this quite helpful functionality to also work in other modes (as long as a slidesorter pane is displayed & has up-to-date selection, it should work). Change-Id: Ibbfe630a4ca31aa52978501745c2eef0d79fb8e3
2012-10-10Don't (indirectly) call virtual funcs in ctor.Thorsten Behrens
We're not fully constructed at that point. Change-Id: Ie80874c57000481c4eaa8d71118c8be6f0059164
2012-10-09String->OUString in tools::ErrorContextNoel Grandin
Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c Reviewed-on: https://gerrit.libreoffice.org/769 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-09De-duplicate AbstractSfxDialog_ImplTor Lillqvist
Change-Id: Iddf2222aa75b21dd60472fa8dc979ddbdc18dcba
2012-10-08Tweak hyphen as a togglable option after allCaolán McNamara
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-08De-duplicate harderTor Lillqvist
Change-Id: Ie319c98cc6c7551f6e1e5ba41d8bc2090d23e671
2012-10-08There is no ExportCGMTor Lillqvist
Change-Id: I1251c25e14636fea96aba08f90dfe3d16978a270
2012-10-07fix sd build with VC2012Peter Foley
Change-Id: I1356570e27a065e419281fcd9d667c60658773e6
2012-10-07More glitchesTor Lillqvist
Change-Id: I700eced69bd6b6f9f5a15fd871159de38ac36287
2012-10-07Forgot to change the function pointer type name in two more placesTor Lillqvist
Change-Id: Ibe88fd010edbf83e06dc6a5c6b0e0b25d564fd0b
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
There are basicically two classes of cases: 1) Where the code is for obscure historical reasons or what I see as misguided "optimization" split into a more libraries than necessary, and these then are loaded at run-time. Instead, just use direct linking. 2) Where dynamic loading is part of the functionality offered to some upper (scripting etc) layer, or where some system-specific non-LO library is loaded dynamically, as it is not necessarily present on end-user machines. Can't have such in the DISABLE_DYNLOADING case. Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
2012-10-06Remove unused ReadOnlyModeObserverJulien Nabet
Change-Id: I572aea574eeba411441559e538d2438de12e9581
2012-10-06Remove 2 other unused methodsJulien Nabet
Change-Id: I54b00335020676ada0bcb09c45410e31fe74b59c
2012-10-06Remove newly unused methodsJulien Nabet
Change-Id: I050660d095540902b442a86904d70ed544bccf13
2012-10-05I can't see why the hyphenate cmds have toggle entriesCaolán McNamara
because the dialogs are modal ones so no different than most commands. (Probably cut and paste and few notice using themes where empty toggles have no frame and are indistinguisable from non-toggle) Change-Id: If82b59e7cebb71bc834a48970283b2cf68e5fdf9
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin
Change-Id: Id506fa56d07be56d63715703e354625715275933
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-10-04Improve quality of page previews in Impress/Draw with supersamplingTomaž Vajngerl
Change-Id: I9c5b28fc32b73b2147162f74919b21d99401b501
2012-10-04Add "External Edit" menu function for bitmaps to Impress and DrawTomaž Vajngerl
Change-Id: I77f2c03d9e4aadebe2468c13f0a703eb389155d7
2012-10-03probable attempts to find the parent dialogCaolán McNamara
Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
2012-10-01Deduplication of aEmptyStr for disable-dynlinkingTor Lillqvist
Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165
2012-10-01Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist
Change-Id: I70238711222a12cb6bd843ebbc742a21a325810d
2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist
Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
2012-10-01Deduplication of TemplatePopup_Impl for disable-dynlinkingTor Lillqvist
Change-Id: I3e49ab8bd3411be8fcfa7ab43b50cbb2d82b6de0
2012-09-29Use comphelper::getComponentContextStephan Bergmann
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara
Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3