summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2017-02-16fix commentsNoel Grandin
Change-Id: Id3aea25d882b68ad81f68fced24f833146c13252
2017-02-16SvxPostItIdItem is now string typePranav Kant
Change-Id: Id44bf5dd623749b6e9a46f121f035aa5ce617557
2017-02-15Related: tdf#105712 inconsistency with num of a11y children in special charCaolán McNamara
with no visible scrollbar it claims 1 child, but trying to get child at index 0 throws Change-Id: Icf1a0afc4a6f6090e3f14f30b4380db477955561
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
Change-Id: I6244b12a85a6cbd8c5945a0b4965c070eed15ed4 Reviewed-on: https://gerrit.libreoffice.org/34256 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-15replace SdrMeasureTextVPos with css::drawing::MeasureTextVertPosCaolán McNamara
cause we freely cast from SdrMeasureTextVPos to MeasureTextVertPos and since... commit b0a23c4c35f90ce3cf6a18a37fe141eb33cd5c57 Date: Mon Feb 13 11:06:07 2017 +0200 remove unused BreakedLine enumerator from SdrMeasureTextVPos the numbers don't match eachother anymore Change-Id: Ie4a22179c5f5b7d08af8c1a973b6c64cda83681d
2017-02-15replace SdrMeasureTextHPos with css::drawing::MeasureTextHorzPosCaolán McNamara
cause they are cast to each other freely and the css one isn't going to change value by accident, like has happened to its sibling SdrMeasureTextVPos recently. Change-Id: Idb0558553a7bc8337603b7b01df4a597363fcb6d
2017-02-15coverity#1400530 Mixing enum typesCaolán McNamara
Change-Id: Ia5d0717bc63043bb42f1c9728218fdd09c54a393
2017-02-15remove unused BOTTOM from RenderAlign enumNoel Grandin
Change-Id: Ifdef59d0a3c6e5d030a1b34f6157331208e071ea
2017-02-14tdf#106011: The "swing angle" is negative when counter-clockwiseTor Lillqvist
Change-Id: I1ef77e4c8cf0a6d31b36411a79b576115c32c644
2017-02-14BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE has been defined forever in these filesTor Lillqvist
Change-Id: I0afa1b404192f44540aa318e748452e0328fac6b
2017-02-14No need to have SAL_INFOs inside OSL_DEBUG_LEVEL checksTor Lillqvist
Also, use the operator<< functionality added in 3f5392c19676a7274a9c9f6e4406c6ab98eab7ad. Change-Id: I4ae24d2c45e818d9a1b04f2d8e5660c39c71bcdd
2017-02-14remove unused Video from SgaObjKind enumNoel Grandin
Change-Id: I10c712f7be1247055f7bd28b25fdd6950da9d50b
2017-02-14remove unused IMPORT_INET from GalleryGraphicImportRet enumNoel Grandin
Change-Id: I658ac9675b993bdea46296833f715947056ed9b7
2017-02-14convert SvxPrevLineSpace to scoped enumNoel Grandin
Change-Id: I5903169e1d7728a2f1e547efdff82a75e8d7b6a7
2017-02-14drop CTL_STYLE enumNoel Grandin
since we only ever use the Rect value Change-Id: I020f5c126a8703e07cea5739b53e4b9529a1a575
2017-02-14remove unused MoveAll from SvxRuler::UpdateType enumNoel Grandin
Change-Id: I50fd4bc869d1713f496def49e7a3e967efcb5911
2017-02-14remove unused StartSelection from SvxTableController::TblAction enumNoel Grandin
Change-Id: Ic965cb6df890b08083530c5da8d9e217b6f699ed
2017-02-14Convert WindowType to scoped enumNoel Grandin
Change-Id: I85cfe02f28729e13f2c0dd3d91cd89e6f3e3b6a9 Reviewed-on: https://gerrit.libreoffice.org/34219 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused BreakedLine enumerator from SdrMeasureTextVPosNoel Grandin
Change-Id: I28cf3d36c1427b382aea1925d2dd94ace0d2a443 Reviewed-on: https://gerrit.libreoffice.org/34204 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14convert SvxXMLTableImportContextEnum to scoped enumNoel Grandin
and drop unused stice_unknown enumerator Change-Id: Ia2d363c9e8d9e501bbfb6f9bb5838b109ce8593b Reviewed-on: https://gerrit.libreoffice.org/34201 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused Invalid enumerator from ShapeProperty enumNoel Grandin
Change-Id: I27f1d50cc67210ca976fd97beb9dc71b975ac98d Reviewed-on: https://gerrit.libreoffice.org/34240 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused Outline enumerator from SelectionAnalyzer::ViewType enumNoel Grandin
Change-Id: I256318046b10f6a75542d5cbf4560bb99a6dfff6 Reviewed-on: https://gerrit.libreoffice.org/34239 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused BrkAction enumerator from SdrEventKindNoel Grandin
Change-Id: I46c50bbbad5d269b7f15e041db115fa7f37a8168 Reviewed-on: https://gerrit.libreoffice.org/34205 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused ValueSetWithTextControl::ControlType enumNoel Grandin
since we only ever use the TextText enumerator Change-Id: Idfb96ad6ea3461e886439df33695be2d8dcebef9 Reviewed-on: https://gerrit.libreoffice.org/34211 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused GlueDeselected enumerator from SdrHdlKind enumNoel Grandin
Change-Id: Ie55ca0fd04bd7cc9c781faca6ebbf642518b2194 Reviewed-on: https://gerrit.libreoffice.org/34210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused ModelSaved enumerator from SdrHintKind enumNoel Grandin
Change-Id: I0a236705efdcbc5f44cad8517f7f8f80d326934d Reviewed-on: https://gerrit.libreoffice.org/34209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused Handles enumerator from DefaultType enumNoel Grandin
Change-Id: Iabda70ec3bc3204d5d383bcb93e174d90e405620 Reviewed-on: https://gerrit.libreoffice.org/34208 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14remove unused Copy enumerator from SdrUserCallType enumNoel Grandin
Change-Id: I72f5ab1e903de96389fd7b085f9ebd76c26cf926 Reviewed-on: https://gerrit.libreoffice.org/34207 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-14drop unused Streaming enumerator from SdrInsertReasonKind enumNoel Grandin
Change-Id: Ia186fd54a8e1165a3bae5266f1248881e3057d83 Reviewed-on: https://gerrit.libreoffice.org/34206 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna
Replace creating a full Draw component with direct pdfium library calls. This also means that the result is now a bitmap, not a metafile for now. Also decouple HAVE_FEATURE_PDFIMPORT and HAVE_FEATURE_PDFIUM, the first is the "import PDF into Draw" feature, the second is the "insert PDF as image" feature. Change-Id: I72c25642ec84cc831df362e02b1520c6e6d9adcf Reviewed-on: https://gerrit.libreoffice.org/34217 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-02-13convert EDocStates to o3tl::typed_flagsNoel Grandin
Change-Id: I56564932a96560f2113cdc98f389b6a7ede79cf5 Reviewed-on: https://gerrit.libreoffice.org/34203 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-13convert ItemType to scoped enumNoel Grandin
and drop unused LRANGE enumerator Change-Id: Id79e40ba1215eab770e8254fef280261cd36bfdf Reviewed-on: https://gerrit.libreoffice.org/34202 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-13convert CharCompressType to scoped enumNoel Grandin
and move it to svl, where it belongs Change-Id: Ic4d846419dfe2dd85de5ade8ed1a041867bbf1dc
2017-02-12Various typos on accessibleJulien Nabet
Change-Id: Id28a4a2cbbcec10a7cc9cb40ad208d575352039b Reviewed-on: https://gerrit.libreoffice.org/34161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-02-10indicate which indices mismatchEike Rathke
Change-Id: I45e66e10628aadbc2714b331ba4eaaf83085f025
2017-02-10Remove MinGW supportStephan Bergmann
In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-10mark numbers in floatingareastyle.ui as untranslatableStanislav Horacek
Change-Id: I2a95f50ed32486e47c4017c70ba6bc199317c9c7 Reviewed-on: https://gerrit.libreoffice.org/32817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
and drop unused SRCH_LEVDIST enumerator Change-Id: Ic5118757060656562e04dd7da24a3f143abec3fb Reviewed-on: https://gerrit.libreoffice.org/34065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-09convert BmpConversion to scoped enumNoel Grandin
and drop unused 4BIT_TRANS and 1BIT_MATRIX enumerators Also fix a bug in x11::convertBitmapDepth where we were incorrectly passing BmpConversion enumeratirs to ReduceColors Change-Id: I903c6866750e46ee752e10a17c05fcaaf6b11242 Reviewed-on: https://gerrit.libreoffice.org/34062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara
Change-Id: I4abce924a89f611c28d0441ae097b310193b5dae
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara
Change-Id: I402f5485af0c1e60677b8291c879bc7ca14633d3
2017-02-08drop unused error stringsCaolán McNamara
includes ERRCODE_SFXMSG_STYLEREPLACE which has the knock on effect that the flags argument can be removed from a bunch of methods Change-Id: I72b58bc2a19376bb4609e61aa44e71f734efb333
2017-02-08move the extra data of ERRCODE_SFXMSG_STYLEREPLACE out of the .srcCaolán McNamara
Change-Id: I5c39d785d1f2a78e1fcfcd763deac60f047a5e4b
2017-02-08remove unused SCHATTR_DIAGRAM_STYLENoel Grandin
and associated SvxChartStyleItem and SvxChartStyle Change-Id: I1564a4583125dd32af71e4eff338dfcefc6517c4 Reviewed-on: https://gerrit.libreoffice.org/33988 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl
This reverts commit 05e78bde26d8b8b257ed22a0ce20c5b386a629d1. Depends on the other commit that needs reverting
2017-02-07Always use split button for .uno:CharBackColorMaxim Monastirsky
Change-Id: I4dd01ec8692fff77a94d6fa698e438581f6dbf37
2017-02-07tdf#105631 Notebookbar doesn't use wide buttonsMaxim Monastirsky
So we want non-split behavior only in SidebarToolBox, not in the derived NotebookbarToolBox. Change-Id: I064bbe59b97da301a13889ad78a31227cfd693ee
2017-02-07convert resources containing strings to stringarray resourcesCaolán McNamara
Change-Id: I61e815a9545f55a3b886322e7d2c0d50040584bd
2017-02-07Related: tdf#105371 we can do this with a sizegroupCaolán McNamara
Change-Id: Ie37a3d960ec244033f2b05e7a902c7a23ba9b94d
2017-02-07revert unready stuffCaolán McNamara
Change-Id: I2b112a17a2bc70bfe4d5a6af7964a3c1d7eacf9b