summaryrefslogtreecommitdiffstats
path: root/svx/source/inc
Commit message (Collapse)AuthorAgeFilesLines
* CosmeticsTor Lillqvist2014-03-311-24/+5
| | | | Change-Id: Ibda0c9b7ef68f040af2459ceb7328e5641f21446
* No need for <svx/sdr/event/eventhandler.hxx> to be publicTor Lillqvist2014-03-311-0/+132
| | | | | | Only used inside svx so move there. Change-Id: I91a4b1964edab589ec8542255a2ca611f0d903a2
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2733-827/+827
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-265-32/+32
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* svtools: sal_Bool->boolNoel Grandin2014-03-251-2/+2
| | | | Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
* svtools: sal_Bool->boolNoel Grandin2014-03-253-5/+5
| | | | Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
* No need for implGetBounds to be SAL_CALLStephan Bergmann2014-03-111-3/+3
| | | | Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
* svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-102-4/+0
| | | | Change-Id: I520563a98c1285fed97174d2aaedfdd042ca699f
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-052-3/+3
| | | | | | | | | | | | ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* remove unused code SvxRectCtlAccessibleContext::FireAccessibleEventNoel Grandin2014-03-051-2/+0
| | | | Change-Id: I866614ceac9c6a4ea3e2ba6e682e357a1f96a370
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2620-548/+548
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* Remove visual noise from svxAlexander Wilms2014-02-2639-391/+391
| | | | | | | Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* callcatcher: update unused codeCaolán McNamara2014-02-261-11/+0
| | | | Change-Id: I2d79938465800a6bfe8cc120b85dc449ff04a960
* mrParentWindow can never be null, simplify around thatCaolán McNamara2014-02-251-2/+2
| | | | Change-Id: Id290343219044aa8e668eb8f2e58b2d3c35a2ac7
* pPixelCtl can never be null, which simplifies this a lotCaolán McNamara2014-02-251-2/+1
| | | | Change-Id: Ic1c995794faa682001b472053ae9aebf95f0343b
* callcatcher: update unused codeCaolán McNamara2014-02-251-12/+0
| | | | Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
* coverity#1132723 Uncaught exceptionCaolán McNamara2014-02-211-2/+2
| | | | Change-Id: I2b3e85875a0f706a1dfdf0177337aa9fe71a3540
* vcl: sal_Bool -> boolStephan Bergmann2014-02-215-5/+5
| | | | Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
* callcatcher: update unused codeCaolán McNamara2014-02-211-2/+0
| | | | Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
| | | | | | | | | | | | | Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* unotools: sal_Bool -> boolStephan Bergmann2014-02-191-1/+1
| | | | Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-172-5/+5
| | | | Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
* sal_Bool->boolNoel Grandin2014-02-141-1/+1
| | | | Change-Id: Ib0f6699e994f5a71603779b8227bf081b71a5dd6
* Typo: I/internaly -> I/internallyJulien Nabet2014-02-091-2/+2
| | | | Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
* remove the 4 send crash report tabpagesCaolán McNamara2014-02-072-170/+0
| | | | | | | | | | | | and other logical consequences of officecfg::Office::Recovery::CrashReporter::Enabled == false because we have this disabled by default since the first LibreOffice release and we have no backend infrastucture to handle the submissions anyway and it's blocking conversion of legacy .src dialogs to .ui format Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc
* Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann2014-02-033-10/+10
| | | | Change-Id: Icfb27f12627796a05854dfb436b8d4e66c38d5db
* convert namespace dialog to .uiCaolán McNamara2014-02-012-23/+5
| | | | Change-Id: I9d45cdf16d81bfda21fb38bef87e91131683ad06
* "stati" considered both pretentious and incorrect LatinMichael Stahl2014-01-302-3/+3
| | | | | | As one knows, the Latin plural of the noun status is statūs. Change-Id: I6b19c57aa2aedcc1337736becc93d8802fe03f2e
* fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svxAlexandre Vicenzi2014-01-302-22/+0
| | | | | | | Change-Id: I241661119371b75804fcf9215ff5e5da2a5b9265 Reviewed-on: https://gerrit.libreoffice.org/7732 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* bool improvementsStephan Bergmann2014-01-221-1/+1
| | | | Change-Id: I142196c59ff0dc5c26e0cc9a79293ddfb0ee94cf
* Consistently let SetDesingMode functions take bool argumentStephan Bergmann2014-01-211-1/+1
| | | | | | | | ...to avoid "warning C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in opertaion" style errors. Additionally, mark those functions that are virtual overrides as such. Change-Id: I64f919f7e2d8f6224303f9bac67f6270d58de014
* Window::PreNotify should return boolStephan Bergmann2014-01-181-1/+1
| | | | Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
* Window::Notify should return boolStephan Bergmann2014-01-171-1/+1
| | | | Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
* fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza2014-01-161-3/+4
| | | | | | ...final season Change-Id: Ie51ac231def4a8a6e2681b81de7580798c95eed2
* longparas: lift 16bit max edit lengthCaolán McNamara2014-01-111-3/+3
| | | | Change-Id: Ide74f0a48f06cbe9539f16ef6c6d04bba043dcf9
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-101-1/+1
| | | | | | ...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
* svx: Use constructor feature for GalleryThemeProvider.Matúš Kukan2013-12-311-18/+1
| | | | Change-Id: Ifb92256b1516098d292a3ad960cb5982121998da
* convert add condition dialog to .uiCaolán McNamara2013-12-282-28/+13
| | | | Change-Id: I0cc014909cf49d7cbfadcb5d5d8730395d558eda
* convert additem dialog to .uiCaolán McNamara2013-12-282-51/+24
| | | | Change-Id: Id85ad8dc81089b62a82eafbcea1b04ddccdbc50d
* drop converted RID_SVXDLG_ADD_SUBMISSIONCaolán McNamara2013-12-271-16/+0
| | | | Change-Id: Ice586c1dbe9adf52cdf8aa2b1a3fda8308f9da1e
* convert add submission dialog to .uiCaolán McNamara2013-12-272-25/+111
| | | | | | | and drop the rather lunatic over engineering hackery to make 6 local strings non local Change-Id: I619e3d6b5a2205a10407eed98eb3ca83945267e3
* convert add instance dialog to .uiCaolán McNamara2013-12-272-39/+19
| | | | Change-Id: I92a82fb25b8b9d9cbedefb6fcebc7a4d167649bf
* convert text control character dialog to .uiCaolán McNamara2013-12-241-1/+3
| | | | Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f
* convert text control paragraph dialog to .uiCaolán McNamara2013-12-241-5/+1
| | | | Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da
* Revert "svx: split into direct implementation getFactories"Matúš Kukan2013-12-202-3/+24
| | | | | | | | Also reverts "These services are in fact implemented in svxcore library." This reverts commit 090674dcb085cd41f4628e4f07c9a2268a18e862 and commit 4a969ac35174520f1ffeb4f919f5d7bb6d99a628. This is embarrassing; needs more work.
* svx: split into direct implementation getFactoriesMatúš Kukan2013-12-202-24/+3
| | | | Change-Id: I888f10a923dc2b97247b2a66cc6bd116eee280a7
* typo fixesAndras Timar2013-12-201-1/+1
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* Clean up includes of comphelper/stl_types.hxxStephan Bergmann2013-12-061-1/+0
| | | | Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
* Get rid of DECLARE_STL_MAPStephan Bergmann2013-12-061-0/+4
| | | | Change-Id: Ifbda934a89087fcc1c031978d3e5b5783722b328
* Get rid of DECLARE_STL_VECTORStephan Bergmann2013-12-062-4/+6
| | | | Change-Id: If4588034fc09e4663b5217669c71f26c0a3b8c8a