summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Try to fix MSVC buildTor Lillqvist1-0/+3
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist3-0/+185
2014-11-27Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+2
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara1-1/+1
2014-11-25Make some methods non-inline, and hide #include <tools/debug.hxx>.Kohei Yoshida1-56/+4
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida3-5/+4
2014-11-25Remove ptr_vector header include in favor of forward declaration.Kohei Yoshida1-2/+1
2014-11-25svx: add debug printing of SvxColumnDescriptionMichael Stahl1-0/+10
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-5/+5
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara2-2/+1
2014-11-25We now only need one bit of information hereCaolán McNamara2-6/+12
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara1-2/+0
2014-11-25-Werror,-WuninitializedStephan Bergmann1-2/+2
2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan1-66/+0
2014-11-24Remove not used SvLockBytesInputStreamMatúš Kukan1-61/+0
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan1-196/+0
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara3-9/+0
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-4/+4
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara1-1/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-2/+2
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara1-1/+1
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara1-2/+2
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara1-2/+2
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara1-1/+0
2014-11-24no use is made of _pResMgrCaolán McNamara1-3/+2
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-3/+3
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara1-2/+0
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl1-2/+0
2014-11-24svl: convert DBG_ASSERTs in SfxItemSetMichael Stahl1-0/+1
2014-11-24Do not depend on libxml include in widely included fileStephan Bergmann1-3/+1
2014-11-24Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+3
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida1-3/+1
2014-11-23Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.Kohei Yoshida1-2/+1
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2-3/+3
2014-11-23fdo#39468 translate German commentsMichael Weghorn7-58/+49
2014-11-22Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.Kohei Yoshida1-10/+5
2014-11-22ptr_container sometimes requires new_clone function.Kohei Yoshida1-0/+10
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida2-3/+41
2014-11-22Make SvNumberFormatter's methods non-inline.Kohei Yoshida1-78/+28
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne1-0/+1
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne1-0/+2
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-0/+8
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+4
2014-11-22fdo#86517 make predefined palette names localizableAndras Timar1-0/+4
2014-11-22This function object can now be hidden.Kohei Yoshida1-5/+0
2014-11-22Apply pimpl to SvxAutocorrWordList.Kohei Yoshida1-10/+3
2014-11-22Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida1-0/+4
2014-11-22ptr_vector is not used in this header. Remove it.Kohei Yoshida1-4/+2
2014-11-22vcl: remove commented out friend class from outdev.hxxChris Sherlock1-1/+0
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock1-5/+3