summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-04-03sfx2/tbxctrl.hxx: sal_Bool->boolNoel Grandin
and clean up the mess around the two different Select methods which just led to confusion in the overriding classes. Change-Id: Iea0ea85752180d0dc50d2b4ddb3d861e8447fb0a
2014-04-03svx/fmgridcl.hxx: sal_Bool->boolNoel Grandin
Change-Id: I610c408178f194db2a29e966feccba377f36e2cd
2014-04-03svtools/treelistentry.hxx: sal_Bool->boolNoel Grandin
Change-Id: I0fb2827c41024216f574266e61a11b1cbb7bce28
2014-04-03svl: sal_Bool->boolNoel Grandin
Change-Id: I6938314a08d061d2b07d9129742d74a989bd1385
2014-04-03filter/msfilter: sal_Bool->boolNoel Grandin
Change-Id: I24deda680469ce99ba358a68e83551bdb584751a
2014-04-03vbahelper: sal_Bool->boolNoel Grandin
Change-Id: Ic4bcc2fa02426e1995d08a6992cc5b35777c1c9a
2014-04-03oox: sal_Bool->boolNoel Grandin
Change-Id: Ia05b3210314c39db5110eded731f2be4b7405e87
2014-04-03oox: sal_Bool->boolNoel Grandin
Change-Id: I50788585dbcc489325dc9536a8e4d974a710e30d
2014-04-03oox: sal_Bool->boolNoel Grandin
Change-Id: I2ad60bd64cabb29a9e909f31e7d5bd92989120f7
2014-04-03oox: sal_Bool->boolNoel Grandin
Change-Id: If611cf344d82640b284c159e2e6394074b30e2db
2014-04-03package: sal_Bool->boolNoel Grandin
Change-Id: I66999e5d9f827650f4c1bccb14178f8fa8a57cbf
2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin
Change-Id: I1227c958d58903dc114a4e4173fb2714b2ec33f2
2014-04-03add comment about hacked sal_Bool paramNoel Grandin
Change-Id: I005c523765fbe530dfcb7755cef3081c24c6a734
2014-04-03svx: sal_Bool->boolNoel Grandin
Change-Id: I3a293e72413e1dc39eaa4b5c289fc4fab6b556fd
2014-04-03svx: sal_Bool->booNoel Grandin
Change-Id: I305ccda011463a3b24de48fae168ffae4da264c1
2014-04-03dbaccess: sal_Bool->boolNoel Grandin
Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11
2014-04-02Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara
and dialogs that are loaded from the .ui format Change-Id: Id8abff6d89818ca7384d9691a05eacd378a5905c
2014-04-02coverity#708209 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ic24e147dd631bbed4e5759b1bd4bebbd0b8add4a
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers
Change-Id: I3ab9dde5c421a3a3e6022a27be37f23547197317 Reviewed-on: https://gerrit.libreoffice.org/8772 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-04-02Fix mac build: "<::" cannot begin a template-argument listZolnai Tamás
Change-Id: Iddc71ca948ae478aa865378e0f3d3c7bbdcc577b
2014-04-02glTF 3D model embedding: Embed all external resources of *.json fileZolnai Tamás
Store them under /Model/<json_file_name_without_extension>/ modeltools: functions for handling 3D models inside avmedia Change-Id: Ia2bdad6064db372e1c946b6ab02c434545d1ed45
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01svx: fix SID_OFFER_IMPORT and SID_ATTR_CHAR_GRABBAG having the same SIDMiklos Vajna
As commit 669ad519902e21e0cb3537fb7e203987f75a4077 (colliding SID_SVX_START based ids, 2013-06-24) suggests, new SID_SVX_START-based SID's shouldn't be added to include/editeng/editids.hrc. However, if it was done, at least add a comment about it to include/svx/svxids.hrc, so it becomes obvious that the two slots have the same ID. This makes Format -> Frame -> Area -> Bitmap have the Import Graphic button again. Change-Id: I2fc852200d3cc5dfbf073ed615ac83a46040e16c
2014-04-01coverity#708217 Uninitialized scalar fieldCaolán McNamara
Change-Id: I06129c77b87890d45655da9e22a3b7716bc64d0a
2014-04-01coverity#708214 Uninitialized scalar fieldCaolán McNamara
Change-Id: I2a2c3ee32df6b88464be5df1faad58e9819b2281
2014-04-01coverity#708211 Uninitialized scalar fieldCaolán McNamara
Change-Id: Id1a96b9f003effe0232a875bfbd3149076096c55
2014-04-01coverity#707869 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ifd61e6d2af525539f759dbdabc190a7b14fc19fd
2014-04-01coverity#708187 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ie508844977481fab035d20f16c06c95d1f8a21d6
2014-04-01coverity#708557 Uninitialized pointer fieldCaolán McNamara
Change-Id: I171cabedc5294085833179d46a261d79a93b8d04
2014-04-01Kill FSYS_MAC which is for ancient non-OS X MacTor Lillqvist
Change-Id: I51e91b97217507bcdca8c82f8a8683758d871185
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
2014-04-01Bin pointless INET_MARK_TOKENTor Lillqvist
Change-Id: Id95a2bd8ba08e06284709a4c7fa2582382f8aeae
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist
There is nothing mnemonic in the name 'INET_PATH_TOKEN' that would tell the code reader that it simply means '/'. Change-Id: I89ce72e8be5cf0ef2c66b23ad6e721ad49105648
2014-04-01vcl: FixedHyper - take into account text alignmentTomaž Vajngerl
Change-Id: Icc9b4d73cd2e4945299cbaaa1b55eebc3e1e3922
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ia45f9776e0b27720647c664541a41b5f46eedc37
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
Convert method name getBoleanComparisonPredicate to getBooleanComparisonPredicate Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
2014-04-01linguistic: sal_Bool->boolNoel Grandin
Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
A new protected abstract function has been introduced only for complex gradients. As it stands, we currently need to work out if we should use a PolyPolygon or a Polygon because, as the comments say: // Determine if we output via Polygon or PolyPolygon // For all rasteroperations other then Overpaint always use // PolyPolygon, as we will get wrong results if we output multiple // times on top of each other. // Also for printers always use PolyPolygon, as not all printers // can print polygons on top of each other. Interestingly, the next line is either wrong or expressed badly, because the check uses PolyPolygons when a VirtualDevice is in use: // Also virtual devices are excluded, as some drivers are too slow. Therefore, I've removed that comment as it seems rather misleading. Change-Id: Ic496284cb2be8e7e2d348eae76aeeec994e1029c Reviewed-on: https://gerrit.libreoffice.org/8802 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-03-31Add SAL_INFOs for very detailed CoreGraphics tracingTor Lillqvist
One would think there would exist some kind of shim library that would automatically provide such traces, hmm. Change-Id: I568d02a2ac70078dee0280d1feb3eab7bbd43030
2014-03-31Presentation string for recently-added border typesLuke Deller
LibreOffice will show a textual description of a style in some contexts eg in the Organizer tab of the dialog for modifying a style. This change updates the description of border line types to support recently-added types: FINE_DASHED, DOUBLE_THIN, DASH_DOT, DASH_DOT_DOT Also this fixes an out-of-bounds array access in SvxBorderLine::GetValueString Change-Id: Ia354a05ab1455eb8bcc079c6e51419a0cc6429d6 Reviewed-on: https://gerrit.libreoffice.org/8781 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara
because this is another way seen in the wild to transmit a fax number through cups as an alternative to using fax4CUPS Change-Id: I32db38aa05213e469442136eb46d0028098a8b7e
2014-03-31No need for <svx/sdr/event/eventhandler.hxx> to be publicTor Lillqvist
Only used inside svx so move there. Change-Id: I91a4b1964edab589ec8542255a2ca611f0d903a2
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann
Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Ib4a73215187923dccd72fc7793ffd4bcbef24ab9
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Ib8c99a646923257647487cd7f121023876587cd2