summaryrefslogtreecommitdiff
path: root/include/svtools
AgeCommit message (Collapse)Author
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
2013-10-21tweak header triviallyCaolán McNamara
Change-Id: I43ab83e478deb417fef679c236d885180eb71bbd
2013-10-21remove uses of COMPARE_*Caolán McNamara
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky
Will be .uno:PrintPagePreview going forward. Change-Id: Ie5a35467917a54a60dab9eaacf0690c9df27e6f6
2013-10-14html: remove unused optionsThomas Arnhold
Change-Id: If8a6d5136e9e397f5f9b2b49bd9aaf4a7e6bfc17
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
Contains the platform-dependent on-disk line separator ("\r\n" for Windows, "\n" otherwise, and yes, I assume an ASCII-based world). Use it instead of static constant char array fields, with ifdeffed initialisations, in various classes here and there. Change-Id: Ibea1f2cc1acfb8cc067c3892a41f73bf44f2c78a
2013-10-12Test _WIN32 instead of UNX as it's Win32 that is the special case hereTor Lillqvist
Change-Id: Ic729eab62109d854122fa5c6b7b4dc163088dd04
2013-10-11have another shot at placing the expander checkitem optimallyCaolán McNamara
reverts 03569dc7d38e4edf3f3e50f7dff3252116c28ab1 "I hate the positioning of the expander checkitem in hierarchical view". I still hate it, so merge together the various places where different efforts are made to try and position the checkitem optimally and provide a single central place to do that. Change-Id: I047504945fb5bf94e5f451007eb74328b8b56785
2013-10-07html: remove unused and unsupported tagsThomas Arnhold
Change-Id: Ibd44d716e70034ffe7d31e3f5dc2c547a822b0e1
2013-10-07make font style size stable on switching fontsCaolán McNamara
Change-Id: I891fa5b9b8bd3be7dd4d73f2911ec56d16a3b09f
2013-10-07html export: use only HTML 4.0 for exportThomas Arnhold
Change-Id: I36d8ddf7b8b38e27686c6cc51ef2a676394f97fb
2013-10-06html: remove duplicatesThomas Arnhold
OOO_STRING_SVTOOLS_HTML_C_LT is the same as OOO_STRING_SVTOOLS_HTML_C_lt and so on... Change-Id: I7cc94a662e83176c2c2c441cbce27b4f2774e4a4
2013-10-06convert HTML tags/attributes to lowercase for html exportTomaž Vajngerl
Nobody writes HTML tags/attribute names in uppercase anymore. Change-Id: I99be2a42212ad9dac9706c43864ff7fd633bc030
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-10-04fdo#39674 fix some spellingThomas Arnhold
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
2013-09-30merge queue_layout and queue_resizeCaolán McNamara
so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
2013-09-28route wizards child queue_resize requests to preexisting layoutCaolán McNamara
As an interim measure, until wizards can only be constructed from .ui and then always contain layout widgets, implement listening for layout widget children announcing layout change requests and route that to pre-existing original positioning code. That allows e.g. the mail merge output page in writer to show/hide the alternative descriptions on selecting letter/email. Change-Id: I086921f4d46b29756cf4f4fccdf3bdf632ea70b8
2013-09-27convert mailmerge select page to .uiCaolán McNamara
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-26Otherwhise -> OtherwiseJesús Corrius
Change-Id: Iaec23e1d240f675a04b52cd251c4cb2a1242bb44
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara
This reverts commit 7ce2a89f4f8fa84232896766276cb3433ada239c. Change-Id: I53f572777e84f66fd4c3d18fb686dac09095804a revert d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46 Change-Id: I5b243b69e50084316aaeab250d6b01079c12b718 Revert "sidebar: disable impress task pane if sidebar is enabled." This reverts commit ee1726bfdba483623d496a3bcc09089e8b55cd65. revert 54d820a7815af03a248c1aa424fae9bf9a4881f4 Change-Id: Ie7c83d88f5427a7e42fa50879280a0c4a7c2cdd1 Revert "Only register and use the Sidebar if it is globally enabled." This reverts commit 66a5cc468cef0c6db8b42b7f25367f04208e6f2e. Conflicts: sfx2/source/view/viewfrm.cxx Change-Id: I17fe702996c4adf7f387573d36ea993f8cc32c96 Revert "disable sidebar menu option if it is disabled." This reverts commit 05f0eb57618d090fa45011120a907a3b1157accb. Revert "finally get the taskpane rendering again" This reverts commit 228bb7ffe0d404ba1225f7b4d26ca71e098577d9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu sd/source/ui/framework/factories/TaskPanelFactory.cxx sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I248cc9a769695cde19e78774d42ce666dc685599 Revert "don't throw up the sidebar on start." This reverts commit 645db9a2bd9b1eec381de60c491e6b7f9ee7a7b4. Conflicts: officecfg/registry/data/org/openoffice/Office/Views.xcu Change-Id: I911859757e2e019836e8ed5213d2ba69ff82aec8 Revert "update to the right service name for new URLs." This reverts commit 55f49970f4085e3a1498961edabd5303bd6bea6c. Conflicts: sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I1ba2762a4c969a9125ff8354a9b6035813290021 Revert "tentatively restore more UNO / task-pane goo ..." This reverts commit 052ac10a6f9b28b9b06884dd3ed41879722be6c9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu Change-Id: I7e62f27329af033df811549436718648a6447dea Revert "more reverts, first cut at making sidebar optional." This reverts commit a65a423e22fc03d0b7850bbf20dfc30f6cfa34dd. Revert "add experimental option for sidebar to 'Advanced' pane." This reverts commit 54d820a7815af03a248c1aa424fae9bf9a4881f4. Conflicts: cui/source/options/optjava.cxx sd/source/ui/framework/module/ImpressModule.cxx Change-Id: I09a6c0f7834c8ef330d05a014505aaaf09ae096f Revert "Restore FrameworkHelper taskpane URLs." This reverts commit e9c2d5b26b1e1b52bdf87192a76314b7362fa80c. more foo Change-Id: I2eaa2fbd74dc7a2f7ba937d310472cee6b5a0b57 really go to town on it Change-Id: I885dc03cd0286bbfdf05c05da9f0bbea2b78bcf4
2013-09-18fdo#69280 fixing comments toggle button position when localAbdulaziz A Alayed
set to RTL language Change-Id: I0c133e3bbb6801f56e9ac0f508961bfa07a19523 Conflicts: svtools/source/control/ruler.cxx
2013-09-17add a min-width-chars property to SvTreeListBoxCaolán McNamara
Change-Id: If6213ab630222d0d9483beea602ea9d54be2396c Reviewed-on: https://gerrit.libreoffice.org/5971 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-15Ruler: disable snapping, tooltipsTomaž Vajngerl
It is now possible to disable snapping of the ruler at dragging with holding the ALT key and coarse snapping with ALT+SHIFT key. Tooltips are shown when hovering over indents and borders. Change-Id: Ib1e9639e1e2824f2a75b5abd35765bbbd02c87f7
2013-09-15ruler: cleanup ruler.hxxTomaž Vajngerl
Change-Id: I837d224a1e1e1df2ef19d8cbfb8c5f87c3779ed5
2013-09-13select sheet menu as a right-click popup to the prev/next sheet dingusCaolán McNamara
Change-Id: Ifc9baeabedeab526d040220e9e45f171b5353bcf
2013-09-08Remove duplicate defines in rtfkeywd.hxxZolnai Tamás
Change-Id: Iacb53db9df20d172a9d85fd52a4a41262ea9733c
2013-09-03Ruler: minimal unit 1/16 inch, 1/10 cm, dynamic tick draw, variousTomaž Vajngerl
- minimal unit for inch is 1/16 and for cm 1/10 (1mm) - additional tick level (now 4 in total) - top and bottom tick in addition to the number (highes tick level) - dynamically draw tick levels depending on the tick gap (should be at least 6 pixel wide) Change-Id: I0598b16e32d19eb1294a2358eacbeb19a70966a2
2013-09-03Ruler: use vector instead of array for elementsTomaž Vajngerl
Change-Id: I099387648988b83d4d4b53f59237906e8f939c6e
2013-09-02XubString->OUStringCaolán McNamara
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
2013-08-29Highlight indents on ruler on mouse over and dragging.Tomaž Vajngerl
Change-Id: Ie2ffa23966fcd14bc4c60fc2139b74534a6edeb0
2013-08-29indents in ruler.hxxTomaž Vajngerl
Change-Id: If266a745113c6f0ad232a49b2fe5df6330309001
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
Change-Id: I2fcc3335945202672a5f8ab36ae6bdb395e83476
2013-08-22convert include/svtools/htmltokn.h from String to OUStringNoel Grandin
Change-Id: Idf7401e67fda69655860e7eb3d5c740d77d9e086
2013-08-22convert include/svtools/treelistbox.hxx from String to OUStringNoel Grandin
Change-Id: Ie0416511fd91a523778a312685d3b438118a0c52
2013-08-22convert include/svtools/QueryFolderName.hxx from String to OUStringNoel Grandin
Change-Id: Iec274c35c3ce4f1f9d5f17bd5562b52b788595d4
2013-08-22convert include/svtools/addresstemplate.hxx from String to OUStringNoel Grandin
and make the local field protected->private, because nothing else needs to access them. Change-Id: I4411b98cacb06f3e80a7ab2108917b497dc63625
2013-08-22convert include/svtools/brwbox.hxx from String to OUStringNoel Grandin
Change-Id: I21bfd9ff242318a0cb5b589df9f59a20fc5c3730
2013-08-22convert include/svtools/calendar.hxx from String to OUStringNoel Grandin
Change-Id: I69db7527f915badb26d7162305521a81d65b3599
2013-08-22convert include/svtools/ctrl*.hxx from String to OUStringNoel Grandin
Change-Id: I86b78137f02a11c5a2c34930b19cef22acd7ac69
2013-08-22convert include/svtools/edit*.hxx from String to OUStringNoel Grandin
Change-Id: Iae86236aa3af31b09cddeca0a9725b4f5e125d6c
2013-08-22Convert include/svtools/ehdl.hxx from String to OUStringNoel Grandin
and de-virtual SfxErrorContext::GetString, since nothing was overriding it. Change-Id: Ie274c57b22880742dd221c37284441b788dfb411
2013-08-22convert include/svtools/file*.hxx from String to OUStringNoel Grandin
Change-Id: Ie0e07c61caba1e15475900622c97e0f0426558d6
2013-08-22convert include/svtools/fmtfield.hxx from String to OUStringNoel Grandin
Change-Id: Id8b6e41b6eeb0f0b6cd835cea53abca55f1d1373
2013-08-22covnert include/svtools/grfmgr.hxx from String to OUStringNoel Grandin
Change-Id: I2f3d65925b75eb1b65075dc2995f52a28e712b07
2013-08-22convert include/svtools/helpopt.hxx from String to OUStringNoel Grandin
and remove unused IdList typedef. Change-Id: Ia154a8255f1a745cede24f112868c074adce0fbe
2013-08-22convert include/svtools/imagemgr.hxx from String to OUStringNoel Grandin
Change-Id: Ie28bc106080b495364162133bd86ff5c618cdb77
2013-08-18XubString->OUStringCaolán McNamara
Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987
2013-08-17SvTabListBox::GetToken: sal_Unicode* to OUString + OUString::getTokenMatteo Casalin
Change-Id: I1006b33aaf4ba31cfbd38dd2a39b06cb7a381af6 Reviewed-on: https://gerrit.libreoffice.org/5461 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-15RTF import/export of paragraph drop shadowMiklos Vajna
Change-Id: I8d2485962947eac8acc9ada384a9c1bd4cb22503