summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-23sfx2 classification: write category ID to document metadataMiklos Vajna
The assumption is that the name may not be unique, but the ID always is. Change-Id: If6c5e34999c88732c978ed88871b384d9fe5c272
2016-02-23sfx2 classification: write back updated labels as document propertiesMiklos Vajna
The internal std::map is just for fast access, if document properties are not updated at the end, our changes are lost on document close. Change-Id: I34ce8e47faed96b6a9ddb5776806587d94fc4373
2016-02-23upgrade beanshell to 2.0b5Caolán McNamara
Change-Id: I2081af13b9d77d58d5086db9e167c37b78b199db
2016-02-23gtk3: vcl popups flush any unexecuted Select events on popdownCaolán McNamara
so if the gtksalmenu integration wants to drive popups by setting a selection on the vcl popup, then the same flush is needed after ShowNativePopupMenu Change-Id: I59be60de5742d1e382cabefcbf0d8cdd5fc30b00
2016-02-23RepositoryExternal: move that out of gb_LinkTarget__use_breakpadMichael Stahl
otherwise package would be registered multiple times, looks like one tinderbox fails due to that. Change-Id: I3bcbc9fff1e1993ae30cda634a50f815a30bc094
2016-02-23we need the complete cppunit buildMarkus Mohrhard
Change-Id: I71de79a7a10453da73e96793dcd58c3c64c044ee Reviewed-on: https://gerrit.libreoffice.org/22639 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-23tdf#97139: prevent loop while formatting small text linesOliver Specht
when text is inserted at the end of a line then text formatting starts some characters (platform and ENABLE_GRAPHITE dependent) before the insert position. In case of small lines this might even be the start of the line. To prevent going back to the previous line the cursor right margin flag needs to be reset. Change-Id: I73a62ce6c7707469fddeeffe0d7eec064c5989ea Reviewed-on: https://gerrit.libreoffice.org/22641 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-02-23quiet down mkdocs.sh on consoleNorbert Thiebaud
Change-Id: Ibf1cc6dcec3909f8aa639e52a13c2b8641c28628
2016-02-23add description and @since LibreOffice 5.2Eike Rathke
Change-Id: I50cfa3e5b0f9432f2298d078f80b42739d5aeae0
2016-02-23add @since LibreOffice 5.2Eike Rathke
Change-Id: Ibd1c3b650d85284feb2902f4f8f249ed373cc4ab
2016-02-23loplugin:stringconstantStephan Bergmann
Change-Id: I30b8c029e1f4aca5f9838475402df427519e5908
2016-02-23-Werror,-Wmismatched-tagsStephan Bergmann
Change-Id: Iec4901265fc79992ab43194744d838d949d87f9b
2016-02-23-Werror,-Wunused-variableStephan Bergmann
Change-Id: I2c4d01846abf2b1c3e20e5d56232123a898459e7
2016-02-23Various loplugin warningsStephan Bergmann
Change-Id: I6489043ee629e1f411f303c1c43a00975aacf5c4
2016-02-23sfx2 classification result: copy category labels to document labelsMiklos Vajna
Still need to push them back to the user-defined document property map, though. Change-Id: Ic6f48ce30af42e975cd69b2a9cc7fad01702c1dc
2016-02-23sfx2 classification: initial policy parserMiklos Vajna
Change-Id: Ia7406bdc94cbceb5b66ab9d12355c1e9f4061206
2016-02-23sfx2: initial SfxClassificationCategoryMiklos Vajna
Change-Id: I56f834093a1ee00b793580525ba052026e25289f
2016-02-23sfx2 classification: add interface to set category nameMiklos Vajna
Change-Id: I289b46f5f57ef000de5f482b5c8ed7bcaa89ddab
2016-02-23convert canvas::IColorBuffer::Format to scoped enumNoel Grandin
Change-Id: I0013c0b14992062be97977bf00f4af89fb2766f5 Reviewed-on: https://gerrit.libreoffice.org/22633 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-23convert GradientType to scoped enumNoel Grandin
Change-Id: Icef1d8d38481022104a957ac9deac1c03dc2d6fb Reviewed-on: https://gerrit.libreoffice.org/22632 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-23convert B2VectorContinuity to scoped enumNoel Grandin
Change-Id: Id7c16223f579fea1e1d64c0b77327be1b6d5c8d9 Reviewed-on: https://gerrit.libreoffice.org/22631 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-23tdf#87026 Move accessibility relations to .ui filesmelikeyurtoglu
Change-Id: I78dab5edf222503a8e7c5cd6f5dd523777df5731 Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
2016-02-23loplugin:staticmethodsStephan Bergmann
after 17a6535b3b2e1f0246e7605c018eded37c4a583c "sw classification: add initial UNO command" Change-Id: I56645714bba37cf1ab5cd72f8c64553af3c3807f
2016-02-23tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna
On one hand, don't handle a fieldmark for it in dmapper. On the other hand, handle the field in the RTF tokenizer as it would be {\pict ...hexdump... }, that will result in an inline picture, as wanted. Change-Id: I554fdf017920350144300fd86617bf74eed8995b
2016-02-23Running pep8 on pyuno unit test filesKenneth Koski
Change-Id: I5d35305386e1f520d1030776e2b7bcf7620eda04 Reviewed-on: https://gerrit.libreoffice.org/22514 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-23methods in .SDI files don't use attributesNoel Grandin
so simplify the parser and drop the square brackets Change-Id: I3bab5f5b14e57d0cd1ed1a383fe21968f97b243a
2016-02-23cid#1353438 Logically dead codeNoel Grandin
Change-Id: Ib444a1941e2bec03394c4e8eb7a5a34adbe3f4f6
2016-02-23small cleanups in .SDI parserNoel Grandin
Change-Id: Ic7122e3ecfe2914e27945fd508199f7ec1d6bdab
2016-02-23cid#1326858 Eq: Problems with implementation of equals()Noel Grandin
Change-Id: If87666e6e4ac9397ac44bed805fc7c83ad357105
2016-02-23cid#1327459 BC: Bad casts of object referencesNoel Grandin
Change-Id: Ibf80ea0a0f1afbd8269c79d7a7f6f0703567df94
2016-02-23cid#1327465 Eq: Problems with implementation of equals()Noel Grandin
Change-Id: I63921f5a84adcb3d1e562327fd1f47282efe6fbd
2016-02-23Fix python packaging on MSVC 14.0, 32bitDavid Ostrovsky
Change-Id: I5604aa21981c216e992cbefae043acfd0ab07bbd Reviewed-on: https://gerrit.libreoffice.org/22626 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-23tdf#98095 sidebar: Show vertical alignment buttons for shapesMaxim Monastirsky
Change-Id: I64714a309ff401bb1aa72f9ff82575237e30b5b9
2016-02-23cosmetic: * in first line confuse mkdocs.shNorbert Thiebaud
Change-Id: I161467e7141b297703cec0ffedff14313cb0090d
2016-02-23new loplugin: commaoperatorNoel Grandin
Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff
2016-02-23Updated coreEike Rathke
Project: help 9f7b898faa8a58c8489cdfaa36a9445497ad5751 add help content for wildcards option, tdf#72196 ... and notes about Excel interoperability with whole cell match and wildcards, non-interoperability with regular expressions. Change-Id: I1425ba60ba09a60f0d82adb3f728cb1d1bff2cab
2016-02-22Updated coreEike Rathke
Project: help c1c697836d0be764ed91807871500fec7bd21425 differentiate between regular expressions and wildcards Change-Id: Ib929ff3f89a51ddafe4c6e745545ef94851a83d4
2016-02-22Updated coreEike Rathke
Project: help 910342dfe6877010d2f00f2b78dcbbb60301998f eliminate wildcards wording in the context of regular expressions Change-Id: Ib1f5437c0107b0857d6b58f6dead3b347b72ef49
2016-02-22gtk3: some changes towards enabling native gtk3 popup menusCaolán McNamara
these menubar things can be menu things and can then do away with the casting, no logic changes intended Change-Id: Ibb1b5354d5e1483327f172d6890e134f1e4b9ee4
2016-02-22LIBO_LIBEXEC_FOLDER is the correct place for executablesMarkus Mohrhard
Change-Id: I09010819e37baacf02277ad294a6436b13e285fc Reviewed-on: https://gerrit.libreoffice.org/22552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22upload crashes correctly to server for linuxMarkus Mohrhard
Change-Id: I75778dc572a2888b3966cb5731f7e59209c7a942 Reviewed-on: https://gerrit.libreoffice.org/22551 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22sdext: remove \n from SAL_WARN/INFO[_IF] macrosArnold Dumas
Change-Id: I07f33f6781c2b03ccbe690e70b77310e875eeef0 Reviewed-on: https://gerrit.libreoffice.org/22624 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
Include the X11 headers directly in files that used to include those wrappers, and add the Pixel typedef to files that use it. prex.h included headers that a file including prex.h might not need at all, so when replacing prex.h and postx.h includes, try including only X11 headers that are actually needed in their place. Also fix saldisp.hxx and i18n_xkb.cxx relying on indirectly included X11 headers. Change-Id: If0c30c7facc28db7f2e410b5e6f1d52d8c7cdfd3 Reviewed-on: https://gerrit.libreoffice.org/22132 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-22enable wildcards when importing .xlsx|.xlsb, tdf#72196Eike Rathke
Change-Id: I6fbc8926d10d9028287c154a2e933d2de847cc12
2016-02-22add Wildcards / PROP_Wildcards, tdf#72196Eike Rathke
Change-Id: I7045042cba991a834f24f237d983ac3693f4b93d
2016-02-22enable wildcards when importing .xls, tdf#72196Eike Rathke
Change-Id: Ice014ef31c9962a2d77496236712b59cd147b6e8
2016-02-22add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196Eike Rathke
Maybe this should be a radio button instead (wildcards/regex/literal), on the other hand it reflects the two API bool values. Also only two checkbox lines are needed instead of three radio button lines. Change-Id: I3fa74e19c838e10dc0cffd6c0ad6329017e10e56
2016-02-22change to DetectSearchType(), tdf#72196Eike Rathke
Change-Id: I34cc3faa325f754e4f1dc5236a65f16e035d6c27
2016-02-22confusing block indentationEike Rathke
Change-Id: I42dc30742a65062374e700a70796f129e61b13c1
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke
... to do that not only for regexp. Change-Id: I0a6d878c7b30b1668dda902f0e50ae3c3cc3b486