summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-22vcl: remove System as friend of OutputDeviceChris Sherlock1-1/+1
2014-11-21Same with SfxUnoControllerArr_Impl.Kohei Yoshida1-7/+1
2014-11-21Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida1-18/+2
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida1-4/+3
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida1-5/+2
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida2-2/+2
2014-11-22vcl: remove ImplImageBmp as friend of OutputDeviceChris Sherlock1-1/+0
2014-11-22svx: remove some pointless default implemented operator== structsMichael Stahl1-20/+2
2014-11-21vcl: remove ::Bitmap as friend of OutputDeviceChris Sherlock1-1/+0
2014-11-21make glxtest available in salmainMarkus Mohrhard1-0/+2
2014-11-21Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida1-2/+1
2014-11-21maDocFileURLStr is always emptyZolnai Tamás1-6/+0
2014-11-21More fixes after SdrMetricItem changesStephan Bergmann1-1/+1
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida2-18/+0
2014-11-20Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida1-2/+1
2014-11-20Make the ctor and dtor bodies non-inline.Kohei Yoshida1-14/+3
2014-11-20vcl: remove Application as friend of OutputDeviceChris Sherlock1-1/+3
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky1-0/+7
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky1-1/+0
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard2-0/+25
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks1-0/+2
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann2-1/+27
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann2-1/+27
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna1-1/+1
2014-11-19Move SdrObjPlusData out of SdrObject's header.Kohei Yoshida1-24/+1
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann1-3/+2
2014-11-19Move SdrObjUserDataList out of the header.Kohei Yoshida1-17/+1
2014-11-19coverity#1226488 Big parameter passed by valueCaolán McNamara1-53/+87
2014-11-19sal, cppuhelper headers a little more complete and self-containedMichael Stahl7-0/+11
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida1-17/+10
2014-11-18Apply pimpl to ResStringArray, to hide its internals.Kohei Yoshida1-25/+13
2014-11-18typo: boostrap -> bootstrap.Kohei Yoshida1-2/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl17-20/+15
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl13-14/+14
2014-11-18unotype.hxx: fix documentation copypastaMichael Stahl1-1/+1
2014-11-18Preparation of the LibreOfficeKit for WindowsJuergen Funk2-12/+107
2014-11-18windows opengl: Share the contexts as we do on Linux.Jan Holesovsky1-0/+1
2014-11-18Make these non-inline and add the const version of the getter.Kohei Yoshida1-1/+2
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre1-15/+0