summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-08-27CancelButtons no longer loaded from resource filesCaolán McNamara
Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae
2014-08-27OKButtons no longer loaded from resource filesCaolán McNamara
Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb
2014-08-27callcatcher: update unused codeCaolán McNamara
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
2014-08-27remove unused bIsOwner field in SfxHintNoel Grandin
Change-Id: I676039b07519fbed3b92c6ada0fa8217ee2cbe27
2014-08-26Remove some unused macrosTor Lillqvist
Change-Id: Ic8395cc31845e510b6ef5fb2a1d5f66534295012
2014-08-26sw HTML export: don't crash on embedded object without native dataMiklos Vajna
Change-Id: I26fa823b987b2edfbb1be054a5f4d03bbe95a308
2014-08-26FixedHyperlink no longer loaded from resource filesCaolán McNamara
Change-Id: Ie2943e7b19d8d8d5bd2e3e5ccb466512af31cc24
2014-08-26Dialogs no longer loaded from resource filesCaolán McNamara
Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07
2014-08-26ModalDialogs no longer loaded from resource filesCaolán McNamara
Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342
2014-08-26convert sw use of template manager to new managerCaolán McNamara
this completes the conversion of resource hosted dialogs and tabpages to .ui gtkbuilder format Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
2014-08-26turn method documentation into doxygen commentsMarkus Mohrhard
Change-Id: I38a10833b1d0b17c70298b6ed7a850cb9b728813
2014-08-26move method documentation to the header fileMarkus Mohrhard
Change-Id: I7d4f77c50a8b6b2b0d7c0868c73b0cb13f952421
2014-08-26remove whitespace and put documentation before method/classMarkus Mohrhard
Change-Id: Ib88648d9ec049932520501ec997e2e82a55f63f3
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
Change-Id: I18d5d6a27f06ee60a5cb3dc393bf05b51bba4817 Reviewed-on: https://gerrit.libreoffice.org/11070 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-26keep acc.set within clip boundsCaolán McNamara
Change-Id: I6af2eda03148dd400afa2f375b98e396ab0d5f3c
2014-08-25return false if the clip region would div by zeroCaolán McNamara
Change-Id: Ia0928306b3608df9c48a19b517edac54ba43bd57
2014-08-25detect conditions where loop cannot logically endCaolán McNamara
Change-Id: I7e2ec1e09614510e6798ba8d5b9990c189a8dbb9
2014-08-25zoom slider: impl as scoped_ptr and reduce code duplicationTomaž Vajngerl
Change-Id: I274e731c70c2735f513e9e8fbf2273aa52310fd2
2014-08-25MessBox not loaded from resource files anymoreCaolán McNamara
Change-Id: I12378a1c80e1070763cd2bd0539d74f4cc270a30
2014-08-25convert MessBox with custom buttons to .uiCaolán McNamara
Change-Id: I05704746ce5f098a2caaafafdc574009b279e458
2014-08-25WarningBox are no longer loaded from resource filesCaolán McNamara
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
2014-08-25convert WARNINGBOX_* to MessageDialog + stringCaolán McNamara
Change-Id: Icdd1cbd4660ebcc156d1a406bd853fce3b5cf1e1
2014-08-25queryboxes cannot be loaded from resource files anymoreCaolán McNamara
Change-Id: I2ee03b2f8f34d9ecf8a762e7845410fd9a31590f
2014-08-25convert RID_QRY_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: I782ca0f7e60f92e65e1a93bb8d1d38eded941cbb
2014-08-25convert STR_QUESTION_JAVADISABLED with custom buttons to .uiCaolán McNamara
Change-Id: I6f806f27232865ab871576e18a33fae08c20ed31
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara
Change-Id: I37aeefe36953c80a1218e2634153906dd5cb3c1e
2014-08-25Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4a0715b18bc3aa032779252cad2450c905a467a4
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara
Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6
2014-08-25QueryBox RID_QRY_REMOVE_* -> MessageDialog + stringCaolán McNamara
Change-Id: Ife33eeaf38daf1aebc1ea35634ca56fae5c89d34
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
The general idea is to encourage use of the sidebar instead of floating windows (for Navigator, Styles&Formatting and Gallery) Changes: * Show the sidebar by default in Writer & Impress * Remove the Gallery floating window (Gallery now always opens in the sidebar) * Remove all Gallery, Navigator and Styles&Formatting links from the default toolbar in Writer (since they have an icon in the sidebar and the sidebar is shown by default now) * When selecting "More" from the Styles dropdown, the Stylelist opens in the sidebar instead of the floating window This has all been discussed extensively here: https://bugs.freedesktop.org/show_bug.cgi?id=73151 Change-Id: I3a0461d1472711da7121801000af294b432fccb1 Reviewed-on: https://gerrit.libreoffice.org/11077 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
Put the vcl Cursor in the vcl namespace. Avoids collision with the Xlib Cursor typedef and some ancient Carbon (?) Cursor typedef on OS X. Change-Id: I7af770c522b5774c87f58cc079ced9fc1bcc88b0
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h header was necessary in some cases because of a macro or a typedef that was needed. Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9 Reviewed-on: https://gerrit.libreoffice.org/11075 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-08-22add formula.uiEike Rathke
Change-Id: I0e2b38ab8e7fae483539e02e93d25d2532bd70ef
2014-08-22font lookup - cleanup GetEnglishSearchName function signature.Michael Meeks
Change-Id: I6e3ca358d88e0285fe6e07b0617f3078a5edb857
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks
Change-Id: Idc1ebba8d859ec79b6744228cfe3ef1f0992e41d
2014-08-22Consistency around SfxStringItem in svx/inc/sxonitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I694c42a53cb9041b51ef876416f0f61963b89f86
2014-08-22Consistency around SdrYesNoItem in svx/sxmspitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: If7a3c3834f63bd0b358da4d05e9510c3f695c5d0
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist
Change-Id: I741733a053c8b0123be8efbcb9fde39f53f6d83c
2014-08-22bHasUDefProp is unusedTor Lillqvist
Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1
2014-08-22Remove BasicManagerCleanerStephan Bergmann
Change-Id: I55eccc6367cf3255af05c075631945f47417d682
2014-08-21QueryBox RID_SFXQB_SET_LANGUAGE -> MessageDialog + stringCaolán McNamara
Change-Id: Ic1b5233563ff9ce3e3453b47fe86138ae2497a18
2014-08-21Avoid undefined MSO_LineStyle values outside the enum's value rangeStephan Bergmann
Change-Id: Ie9eee91374818cbfbb10a7d91e0fb2114ce140b4
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist
Use symbolic names from the MS-PPT RecordType documentation, http://msdn.microsoft.com/en-us/library/dd945336(v=office.12).aspx Change-Id: I1deecfc69dd3360ef982f144d5ff5348a2953280
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
Change-Id: Ib49a0dd5ecee0225f51bea2ff1c0ab5326595a47
2014-08-21stario -> css::ioThomas Arnhold
Change-Id: Iad96e0a2bfd6c126c696f14919dbfd8e072dd230
2014-08-21starcontainer -> css::containerThomas Arnhold
Change-Id: Ie6e75483aa4262a5f66a4c557015af8b3c02d592
2014-08-21starawt -> css::awtThomas Arnhold
Change-Id: I76dd16aa2c42a649162ea2e37c824af30cdd557b
2014-08-21comphelper: starbeans -> css::beansThomas Arnhold
Change-Id: Iedfc4460194f179b20d734cb7671894213c77008