summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Collapse)AuthorAgeFilesLines
* convert RID_NAVIGATOR floatingwindow to .uiCaolán McNamara2014-09-028-68/+42
| | | | Change-Id: I40dbe9d315889a7c0033e940499b52aa4c137690
* Fix build with boost-1.56.0.Jörg Sonnenberger2014-08-291-1/+2
| | | | | Change-Id: I61686bf61ff1e0561c385492c563e4495456ca47 Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-236-6/+6
| | | | | | | Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
* add a VclViewportCaolán McNamara2014-08-202-1/+6
| | | | | | | | like GtkViewport so that the scrolled region will be clipped, which also has the side-effect of stopping glade clobbering the non view-port scrolled .ui files on editing Change-Id: Ic64174b3a35b77f068e0085cdc7721aeb33f1d82
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-165-11/+11
| | | | Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-165-27/+25
| | | | | | | | Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on. Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as return value in case of failure and in the related tests. Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927
* java: remove commented out codeNoel Grandin2014-08-141-3/+1
| | | | Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
* warning C4706: assignment within conditional expressionThomas Arnhold2014-08-131-1/+4
| | | | Change-Id: I4295cf0a26a79848988d93df589e6e8e7d699989
* update_pchThomas Arnhold2014-08-132-1/+5
| | | | Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
| | | | | | found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
* java: remove useless javadoc tagsNoel Grandin2014-08-121-2/+0
| | | | | | that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
| | | | Change-Id: Ifc44c51ddbd21fabaad686bc3d38e2dab54d97aa
* remove unused resourcesThomas Arnhold2014-08-091-2/+0
| | | | Change-Id: Ifdb5ab9f2a0a59d3ca31ca1fa5112449e1a6aa11
* CondFormat.hrc: remove unused resourcesThomas Arnhold2014-08-091-27/+1
| | | | Change-Id: I1a1c099a9da38038e52673ad0f8e899a4b54eb59
* java: remove unused importsNoel Grandin2014-08-081-1/+0
| | | | Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
* java: remove unused variablesNoel Grandin2014-08-081-10/+7
| | | | Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b
* java: remove unused fieldsNoel Grandin2014-08-081-2/+0
| | | | Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
* java: remove commented out codeNoel Grandin2014-08-051-77/+0
| | | | Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
* Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2014-08-041-1/+1
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I6d8b3709d6d55bd6958d38f262141c43779dfdcc
* cleanup usage of MapUnit enumNoel Grandin2014-07-311-2/+2
| | | | | | | some places were using the wrong enum constant, and some places were unnnecessarily converting to sal_Int16 Change-Id: I754993533c840cd33106820d99af2dc951f26a80
* Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2014-07-261-1/+1
| | | | Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2
* Apply pimpl to XMLPropertySetMapper.Kohei Yoshida2014-07-251-0/+2
| | | | | | Let's hide its implementation for real this time. Change-Id: I18c82f4969f2e3560536a68e9bbd86b9282e2ace
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-172-2/+2
| | | | | | | | | | - Remove includes from files where they are not needed. - Update pch files Change-Id: I0188e3934ef429008c1ef495ab1d5b27f38664d5 Reviewed-on: https://gerrit.libreoffice.org/10342 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-2/+5
| | | | | | | | Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
* Head cleanup - use forward declarations.Kohei Yoshida2014-07-101-0/+1
| | | | Change-Id: Icc4fa0acad77d61200eb77cc70e21866590b658e
* -Werror,-Wunused-private-fieldStephan Bergmann2014-07-092-2/+0
| | | | Change-Id: I9d540c2a404600bba038853d73d0cce63f162ea2
* drop unused helpidsCaolán McNamara2014-07-081-4/+0
| | | | Change-Id: I43c8e1327731796498c6da42179ff085c26279b9
* hook up scrollingCaolán McNamara2014-07-084-43/+28
| | | | Change-Id: Iaf30a41dcc74e4542d3df60ca26354876badc81f
* Convert RID_CONDFORMAT to .uiPalenik Mihály2014-07-0810-599/+748
| | | | Change-Id: I23ac6a7328a43c2fb63f2f804f6718f64e73eb8e
* fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin2014-07-041-6/+6
| | | | Change-Id: Ideaa021f76f1c384150caad5ec6a41bf65bae28e
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
| | | | Change-Id: I8405e4d8f9fa1de3ef6ee474321b4ac2b4ce1624
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-0210-45/+45
| | | | | | since they're doing the same thing. Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
* coverity#706608 Uncaught exceptionCaolán McNamara2014-07-012-2/+3
| | | | Change-Id: I26cf7c33089ddfcbb7faf81295b9a9776c6a9065
* error: direct base 'boost::noncopyable' inaccessible due to ambiguityMiklos Vajna2014-06-304-4/+1
| | | | Change-Id: I3d2d530ebdb3341956e9b7a3c1f22b621a52deff
* tweak assert so comment appears in abort messageCaolán McNamara2014-06-271-1/+1
| | | | Change-Id: Ibf78e5cd1620f0b61cae030e3870be4a6f87e71d
* new compilerplugin returnbyrefNoel Grandin2014-06-244-14/+14
| | | | | | | | | | | | | | Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-195-7/+7
| | | | Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
* Suppress implicit OObjectBase copy ctorStephan Bergmann2014-06-181-1/+3
| | | | | | (that would choke on incomplete OPropertyMediator type used in rtl::Reference) Change-Id: I61dec2847d9ff387dca247d2d554c8f8f3147379
* rtl::Reference fits just fine hereStephan Bergmann2014-06-187-34/+26
| | | | Change-Id: I354b546654e665607d9be0d65f6327fabb5694de
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1716-52/+11
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* loplugin:staticcallStephan Bergmann2014-06-135-7/+7
| | | | Change-Id: I0d254902727f6d9c874aaeed7c22096f282422d0
* tweak things to allow switching between small and large toolbar iconsCaolán McNamara2014-06-106-14/+12
| | | | Change-Id: Ife4da4c6f4acc3b3f9fde18cdfc09635cf9b6776
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-094-10/+2
| | | | Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
* various: remove SAL_THROW macroNoel Grandin2014-06-058-22/+22
| | | | Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
* ...and avoid SolarMutex deadlock when joining FactoryLoader threadsStephan Bergmann2014-06-041-0/+1
| | | | Change-Id: I6ae206d18dc03f99739ea20c72853db9662924d2
* Missing launch of FactoryLoader threadsStephan Bergmann2014-06-041-2/+3
| | | | | | | | | | ...regression introduced with 06a09dd0ad1e8afcf69e877501036e068d477438 "Join FactoryLoader threads." (Also, hopefully, the original use of osl::Thread::setPriority was just cargo cult, as salhelper::Thread does not make that feature available to clients, so it had been dropped in 06a09dd0ad1e8afcf69e877501036e068d477438.) Change-Id: I055c8fb20f3bbf13ba823436be24167d3446ed05
* Left over "SAL_CALL"Stephan Bergmann2014-06-041-1/+1
| | | | Change-Id: I02cf4b4a145e29dc1bc529f0c0fbfbc4a6cdc47e
* Join FactoryLoader threadsStephan Bergmann2014-06-041-17/+25
| | | | Change-Id: I22b313a895057edebc8bee715813de908826763a
* coverity#706505 Uncaught exceptionCaolán McNamara2014-05-282-2/+4
| | | | Change-Id: Ia00361fb1d86223a7ed65f0be295b291183e3ad6
* reportdesign: Fix applying the last used colorMaxim Monastirsky2014-05-273-0/+9
| | | | | | | | | | | | | | | | | | | | | The last used color is stored inside SvxColorToolBoxControl, so we must call its Select method to do that. (This also fixes using the last shape, See commit ce842113ae728e8995c7c5398204a20d0707e843 for a fix of exactly the same problem in chart2.) For the font color, there was also another problem: The SID used for that button is SID_ATTR_CHAR_COLOR2. The problem is that SvxColorToolBoxControl::Select actually calls for that SID the ".uno:CharColorExt" command instead of ".uno:FontColor" (which activates in writer the format paintbrush mode). Given that since commit 584b415924bba22db23a4258062e54973de0ed7c this command also receives the last used color as argument, the easiest solution is to register ".uno:CharColorExt" here as well. Change-Id: I2db25a7fb537ce10dfec7b1c2d049dd77d9f8f6b