summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2014-03-12Mark overriding OwnServiceImpl class template member functions as SAL_OVERRIDEStephan Bergmann1-3/+3
Change-Id: I767c60733b39de02935de8be8dd9d3e351a38cab
2014-03-12Mark overriding CanvasCustomSpriteBase class template mem funs as SAL_OVERRIDEStephan Bergmann1-10/+10
Change-Id: I6c64d1b1caae27a1e1eac3a743aec078bc652d96
2014-03-12Mark overriding BufferedGraphicDeviceBase class templ mem funs as SAL_OVERRIDEStephan Bergmann1-9/+9
Change-Id: I707fea8100c686ab8232eaf6e4d9a348abdb5236
2014-03-12Mark overriding GraphicDeviceBase class template member funs as SAL_OVERRIDEStephan Bergmann1-24/+24
Change-Id: Idfac26bb0f436799c3431062238e46b1a50d9f14
2014-03-12Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDEStephan Bergmann7-17/+82
...which reveals that some uses are not derived from XEventListener, so re- introduce BaseMutexHelper as an alternative (which originally got superseded by DisambiguationHelper in 09b546cf9c1d0d9f78066e70a0348c7678cdcb14 "Fix overloaded-virtual warning in canvas"). Change-Id: I1418370733b72526ec481b70fa69f03e7c28b7ce
2014-03-12Mark overriding SpriteCanvasBase class template member funs as SAL_OVERRIDEStephan Bergmann1-4/+4
Change-Id: Ie01ae7e29f22fbb2f627a9c671f48bb1c19c5f56
2014-03-12Mark overriding IntegerBitmapBase class template member funs as SAL_OVERRIDEStephan Bergmann1-5/+5
Change-Id: I484ef5c4b31122605287b8e1a5f33108f7b22ea2
2014-03-12Mark overriding BitmapCanvasBase class template member funs as SAL_OVERRIDEStephan Bergmann4-87/+70
...which reveals that SpriteCanvasBase is not derived from XBitmapCanvas, so split up BitmapCanvasBase (just XBitmap) and BitmapCanvasBase2 (plus XBitmapCanvas) and make IntegerBitmapBase directly abstract over those two as arguments. Change-Id: Ieae87fe466bb9f1a861c8a95162ef25235ae5799
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
2014-03-12convert gallery files page to .uiCaolán McNamara2-7/+7
Change-Id: Ifd5c9b16f8f9a42e13f1139076f7616dd3e0f8d0
2014-03-12coverity#708189 Uninitialized scalar fieldCaolán McNamara1-2/+7
Change-Id: I558cda577595d6807d85bb41ac93500d02d461a6
2014-03-12Fix build: HID_GALLERY_ACTUALIZE is still usedTor Lillqvist1-0/+1
This partgially reverts commit c971c1fa66570bc6cbf658aa5c9cee15fc470bd2. Change-Id: I36a604df723a25f6a7338df1dd05b4a8d4f8cfec
2014-03-11convert gallery update progress dialog to .uiCaolán McNamara1-1/+0
Change-Id: If1bcd040fabef1d352f04898f4bb583d9f4fc8c7
2014-03-11Mark overriding cppuhelper class template member functions as SAL_OVERRIDEStephan Bergmann26-579/+579
Change-Id: I51942d37eacd11000c08a784d8a995bd8f9f972c
2014-03-11convert gallery general page to .uiCaolán McNamara1-1/+1
Change-Id: I329f8bdea6206f48cd3834126869584b9057253f
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock4-3/+9
Currently we check to see what type of class is being used. This really violates the Single Responsibility Principle, and tightly couples the code to OutputDevice. The responsibility for initializing graphics should be done by Printer, VirtualDevice and Window. Please note: to get this working, I've had to make Printer a friend class of VirtualDevice. I'm not entirely happy about this, I'll need to revisit this later when I look at Printer in more detail. For now, this is a hack to allow me to seperate out this function. Change-Id: I9d5946c22fa70670a4f85bf338b4209499d0aa54 Reviewed-on: https://gerrit.libreoffice.org/8528 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-11Mark overriding CanvasBase class template member functions as SAL_OVERRIDEStephan Bergmann1-19/+19
Change-Id: I70ebad88d126d3aaa1c2023f98f6be71dc281287
2014-03-11oox export: associate editeng CharInteropGrabBag with sw via SIDTomaž Vajngerl1-0/+1
Change-Id: If25356aa88f435e53b6014773e23d18723507053
2014-03-11No need for GetElementByMetadataReference to be SAL_CALLStephan Bergmann1-1/+1
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
2014-03-11svl: fix bogus visibility annotation on IndexedStyleSheetsMichael Stahl1-1/+4
Change-Id: I01cd75d01cb28a3bcef330ebabdd02e2c4458275
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann4-4/+4
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
2014-03-11fdo#39468 Translate German commentsTobias Lippert1-16/+8
Change-Id: I051092f2ffb76a6ef400acd51514189ff20dad7d Reviewed-on: https://gerrit.libreoffice.org/8486 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert2-10/+209
Conflicts: include/svl/style.hxx Change-Id: Ie3d855923c651b6e05c0054c8e30155218279045 Reviewed-on: https://gerrit.libreoffice.org/8485 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-11Typos in commentStephan Bergmann1-2/+2
Change-Id: I6204090cb95213e31c11d33c5e822f8abee10963
2014-03-11No need for NotifyAccessibleEvent to be virtualStephan Bergmann1-1/+1
Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7
2014-03-11hardcoded sprmCFELayoutMiklos Vajna1-1/+1
Change-Id: I911c1cdf503c46ace38afc80ec63bb0696d1c84b
2014-03-11No need for fillAggregatePropertyInfoByHandle to be virtualStephan Bergmann1-1/+1
Change-Id: If002dede857ecff300f57b73b26234d737ba98c9
2014-03-11OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypesStephan Bergmann1-2/+1
Change-Id: I633c711aabbd2ec7d1385d106b512f14672393f1
2014-03-11fdo#35324: Text and picture water are not imported and not preserved in RT.Ravindra Vidhate1-1/+1
Problem : Open docx file which has Text/Picture as water mark. 1. The text is not imported properly also picture water mark is also considered as shape. 2. It writes the watermarks in Document.xml, while it should write in only Header.xml. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8457 Change-Id: Ic988858da25a4cba3ae16e614d920e2e16053a5f
2014-03-11callcatcher: update unused codeCaolán McNamara1-1/+0
Change-Id: Ie7acb237728af27df27d87c3f46a3eaa9cd14654
2014-03-11svx: sal_Bool->boolNoel Grandin5-8/+8
Change-Id: Ia7db5746fa5d8f60111d10d09865120981956947
2014-03-11svx: sal_Bool->boolNoel Grandin1-17/+17
Change-Id: I25415a15abc5c65eeca106b1f444fb9711e8ce4a
2014-03-11svx: sal_Bool->boolNoel Grandin5-26/+26
Change-Id: I1b692a9ca5f2580b0815b881a33f3eded7267ac1
2014-03-11svx: sal_Bool->boolNoel Grandin45-605/+604
Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
2014-03-11svx: sal_Bool->boolNoel Grandin8-24/+24
Change-Id: I64d9c1bbe6ed85108783bf6a97329fcdc167ca62
2014-03-11svx: sal_Bool->boolNoel Grandin1-8/+8
Change-Id: Ib562c23af0ca853165b63750695615578cd55d03
2014-03-11svx: sal_Bool->boolNoel Grandin16-26/+26
Change-Id: Idfffbcad1a51192c5ccad28a16c4e613060fc2dc
2014-03-11svx: sal_Bool->boolNoel Grandin4-14/+14
Change-Id: I8e84a8ec26964712c2513edc2c22e1e51f853d1a
2014-03-11svx: sal_Bool->boolNoel Grandin4-39/+39
Change-Id: I26a7bded5138d646c67ae396690659ee13ba9f36
2014-03-11svx: sal_Bool->boolNoel Grandin5-29/+29
Change-Id: I7e7bdce5c3ddb7871b9c1fbfe93dc7f7c254f1bb
2014-03-11svx: sal_Bool->boolNoel Grandin2-21/+21
Change-Id: I799d547cb3f81aeae19d0c8b6a2161b3064539f0
2014-03-11svx: sal_Bool->boolNoel Grandin2-37/+37
Change-Id: Ieb21d01fef7b25fc3b6326108d451fe239c9b461
2014-03-11svx: sal_Bool->boolNoel Grandin3-20/+20
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
2014-03-11svx: sal_Bool->boolNoel Grandin5-23/+23
Change-Id: Ibe154941e00176cde06b1fe69864da4ae6bdee95
2014-03-11svx: sal_Bool->boolNoel Grandin1-4/+4
Change-Id: I1c52c98c6208d8108620a2b175e946af8ed3bca1
2014-03-11svx: sal_Bool->boolNoel Grandin7-137/+137
Change-Id: I061f1e15c816f8077c0fbb0abbc1474eb286796b
2014-03-11svx: sal_Bool->boolNoel Grandin8-114/+114
Change-Id: I881b262277a23dae7975b541fe0dccf0d09cb985
2014-03-11svx: sal_Bool->boolNoel Grandin6-32/+32
Change-Id: I7588dbf9805cb89b0b13cfae379698038657c994
2014-03-11svx: sal_Bool->boolNoel Grandin6-61/+61
Change-Id: I41f3935a468f38c59bfbce7096bb086daf6190a3
2014-03-11svx: sal_Bool->boolNoel Grandin6-60/+60
Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08