summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* sfx2: sal_Bool->boolNoel Grandin2014-03-277-10/+10
| | | | Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
* sfx2/childwin.hxx: sal_Bool->boolNoel Grandin2014-03-272-15/+15
| | | | Change-Id: I4fe18964a3178c797ce6e1fe259ec230c2de6eb7
* basic: sal_Bool->boolNoel Grandin2014-03-272-15/+15
| | | | Change-Id: Icd78d21495f305c8f00280eee76e7262e542317d
* basic: sal_Bool->boolNoel Grandin2014-03-277-150/+150
| | | | Change-Id: Id4952b6f97f9e8f917fea5651dee91499d109e48
* basic: sal_Bool->boolNoel Grandin2014-03-272-17/+17
| | | | Change-Id: Idfe18863b2c6f60da5192d661f66e85a2bac09e5
* xmlscript: sal_Bool->boolNoel Grandin2014-03-271-4/+4
| | | | Change-Id: I5d0041283637dddeac86c50917d77c7e3d005b20
* framework: sal_Bool->boolNoel Grandin2014-03-2710-25/+25
| | | | Change-Id: If3276f184c63e85762fe54ce19655c30e00aeb15
* Basic UI for inserting 3D modelsZolnai Tamás2014-03-271-0/+2
| | | | | | | -By now only in impress. -One supported file format: gltf/.json Change-Id: I66b9cc91afeac292a19e8917f923228dc96a791a
* n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian2014-03-271-0/+1
| | | | Change-Id: Ib244d89a9f7d400b3891d477314cd5f0193552e0
* Export RoundedEdge property to ODF.Kohei Yoshida2014-03-261-0/+1
| | | | Change-Id: I3b20ef70dac4dc9905a169245e0b48b98a20c697
* Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann2014-03-261-29/+16
| | | | Change-Id: Icd3b09f098c19268ac888dd6195fb535979557ed
* Fix merge conflictsStephan Bergmann2014-03-262-4/+4
| | | | Change-Id: I6e099911afec9c4086f620b45656880135decff0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-26548-6595/+6600
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* Fix tab spacing in include/vcl/outdev.hxxChris Sherlock2014-03-261-107/+107
| | | | | | | Change-Id: I98eb64ee6ebad72b534bac8a467a9a334876c2e6 Reviewed-on: https://gerrit.libreoffice.org/8758 Tested-by: Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* fdo#74702 Followup to 4d1111aafe4c1$53ca52d045d726799d4b1753142Chris Sherlock2014-03-261-3/+0
| | | | | | | | | Forgot to commit... oops! Change-Id: If73bdb2acb3fdba7e155d6f4ed2b6a249829db0e Reviewed-on: https://gerrit.libreoffice.org/8757 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock2014-03-262-14/+27
| | | | | | | | | | | | Device specific drawing has been moved to its own function. VirtualDevice and Window draw in the same way, so can be shared in OutputDevice, however Printer has its only specific ways of drawing so it needs its own method. Change-Id: I051fee029a1ec022a131bb12588189178c4109b2 Reviewed-on: https://gerrit.libreoffice.org/8724 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* Remove unused macrosStephan Bergmann2014-03-261-157/+0
| | | | Change-Id: Ib4838eacd9240664327292bf12c7a14a8cdfbcf1
* Expand uses of SO2_DECL_BASIC_CLASS_DLL macroStephan Bergmann2014-03-262-16/+27
| | | | Change-Id: I6bee19954e930248058128c9e01cc23b3395bf20
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-26281-373/+380
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* Properly import and export the new chart type to and from ODF.Kohei Yoshida2014-03-251-0/+1
| | | | Change-Id: I38e9813c6eb853dfb92b1537cea0b9ad97473b57
* Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann2014-03-252-34/+0
| | | | Change-Id: I13adca8c2f929c8a9226b26ef57b26363dfdf0b3
* Reduce some functions to localStephan Bergmann2014-03-251-4/+0
| | | | Change-Id: Ia2d7eaaa1381fe46839b0d52a91bdc3a439fa418
* coverity#738867 Uninitialized pointer fieldCaolán McNamara2014-03-251-4/+6
| | | | Change-Id: I14e7a499d994d5a93ca1c6263a5c52e3c6b14fb6
* Remove the obsolete functionality originally underlying osl/diagnose.hStephan Bergmann2014-03-251-44/+0
| | | | | | | | ...before that got rebased onto sal/log.hxx. That functionality is considered an implementation detail, so it should be safe to remove it from the URE interface. As usual, aborting stubs are retained for SONAME stability. Change-Id: If948b9714c26a3871e38dea4d4d5b5466d6ee258
* osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann2014-03-251-7/+0
| | | | | | | ...since the osl/diagnose.h macros got rebased onto sal/log.hxx, so remove the corresponding tools/debug.h functionality. Change-Id: Ife4b5b1a2608230d0dbfc3fa8852243c89ed292f
* Remove unused DBG_FUNC_* slotsStephan Bergmann2014-03-251-3/+0
| | | | Change-Id: Ief6661ed4bb57546014deef5b10d20fc3a4894fe
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-1/+1
| | | | Change-Id: Ife7840ec39de743a7dfaacb20c0871fbcd8195e7
* Remove unused SfxMiniRecordWriter ctorStephan Bergmann2014-03-251-19/+0
| | | | Change-Id: I97fd0bb73fd13af1c3b2a548b1329393cbc10924
* DBG_OUT_WARNING is unusedStephan Bergmann2014-03-251-12/+3
| | | | | | ...and thus DgbData::nWarningOut is unused, too. Change-Id: I388d2be7dafbfdc173a731dc7daf1c8b5efcd61d
* Remove unused inline functionsStephan Bergmann2014-03-251-43/+0
| | | | Change-Id: I719c0448ae3db291edfb32738404ff375deb3c3b
* Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock2014-03-251-1/+1
| | | | | | | | | | During a rebase I accidentally removed the VirtualDevice::EnableRTL(). Also taking the opportunity to make the function virtual in window.hxx. Change-Id: Ic239d8dc131dfcc6b049c30d2fad4d2d12059059 Reviewed-on: https://gerrit.libreoffice.org/8745 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* svtools: sal_Bool->boolNoel Grandin2014-03-254-20/+20
| | | | Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
* svtools: sal_Bool->boolNoel Grandin2014-03-257-69/+69
| | | | Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
* svtools: sal_Bool->boolNoel Grandin2014-03-254-65/+65
| | | | Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
* svtools: sal_Bool->boolNoel Grandin2014-03-254-58/+58
| | | | Change-Id: I05dd992f332ab2f3dbcc65aed6dac909872168d4
* svtools: sal_Bool->boolNoel Grandin2014-03-256-31/+31
| | | | Change-Id: I6c57a52b4fc3ecb993af4526fefcca352ad269b5
* svtools/svparser.hxx: sal_Bool->boolNoel Grandin2014-03-251-14/+14
| | | | Change-Id: I130c40227a756b396c4f858468457867d53454b1
* svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin2014-03-251-5/+5
| | | | Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
* svtools: sal_Bool->boolNoel Grandin2014-03-254-35/+35
| | | | Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028
* fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock2014-03-252-3/+6
| | | | | | | | | | | GetBitCount() works differently for VirtualDevices. GetAlphaBitCount() is really only used by VirtualDevice, so moved functionality from OutputDevice to VirtualDevice. Change-Id: Ic00e32f1fa385542bcce8c9475f0ea5eb9a077f9 Reviewed-on: https://gerrit.libreoffice.org/8722 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock2014-03-254-9/+15
| | | | | | | | | | | | | | | | | | OutputDevice::EnableRTL() is a bit of a mess. It uses a runtime variable to see if it is using a VirtualDevice, and it uses a dynamic_cast to see if the object is a Window or a Control! I have made it virtual and moved the knowledge of class specific functionality from OutputDevice to VirtualDevice, Window and Control as needed. OutputDevice::EnableRTL() functionality is then called. Also: small formatting change to outdev.hxx, also included a note that WindowImpl is a pimpl in window.hxx. Change-Id: I44b66601c4457fb2e0bbc1014fb7acf8f6942f80 Reviewed-on: https://gerrit.libreoffice.org/8721 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* add parameter to supress dialogMathias Supp2014-03-251-1/+2
| | | | | | | With the new parameter you can now supress the dialog for document compare in writer. Change-Id: I984ee75552e5c006332331510df5d437b687903f
* Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann2014-03-251-6/+2
| | | | | | | | ...the calls to getAccessibleChild(0) and getHeaderBar(BBYTE_COLUMNHEADERBAR) ultimately all ended up at AccessibleBrowseBox::implGetHeaderBar(BBTYPE_COLUMNHEADERBAR). Change-Id: Ie25659e19d0d1ce2dcde2d1440ecc69b4fa265b0
* fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl2014-03-241-1/+4
| | | | Change-Id: I8fa586d49437ff5422fc3daa4c81439146e598a0
* GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky2014-03-242-2/+2
| | | | | | Rename it accordingly, so that it is more obvious. Change-Id: Ifb313f1e60b50761247a65b7ce2c6b38773c1304
* callcatcher: update unused codeCaolán McNamara2014-03-241-3/+3
| | | | Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
* fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock2014-03-242-0/+3
| | | | | | | | | | OutputDevice::ImplDrawBitmap() has functionality that cannot be used by printers. I have moved that into a protected function, ScaleBitmap() Change-Id: Ia1297e259283b8b2f4cf069e3a64a574592a1846 Reviewed-on: https://gerrit.libreoffice.org/8720 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* fdo#74702 GetPaintArea protected function introducedChris Sherlock2014-03-242-0/+2
| | | | | | | | | | | GetPaintArea has been introduced for Window - we intersect with the available paintable boundary to get the actual paintable area needed. For OutputDevice, GetPaintArea just returns the same area. Change-Id: If38b09eb54d516d189cedf8bba15b184e6b6f7d5 Reviewed-on: https://gerrit.libreoffice.org/8727 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* svtools: sal_Bool->boolNoel Grandin2014-03-245-38/+38
| | | | Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
* svtools: sal_Bool->boolNoel Grandin2014-03-243-22/+22
| | | | Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8