Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-27 | Reduce scope | Matteo Casalin | |
Change-Id: I616f55dbd7ce326336e1e037cf89e4b287022ff2 | |||
2014-04-27 | Fix typo: cought => caught | Matteo Casalin | |
Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394 | |||
2014-04-27 | OUString: use startsWith, plus minor optimization | Matteo Casalin | |
Change-Id: I883d9c3fa1e31791dfcae73b9e551e97440db647 | |||
2014-04-27 | Do not attempt to copy beyond end of OUString | Matteo Casalin | |
m_pDropCapsField case could probably be simplified, but I don't have enough background and prefer to stay on the safe side. Change-Id: I88a604a2a984c7a5c96741164f1903b14d585005 | |||
2014-04-27 | Do not use copy() to copy the whole OUString | Matteo Casalin | |
Change-Id: I03bd7a9843163acf6e6eab7171cb8c783ec6d37c | |||
2014-04-27 | Simplify loop | Matteo Casalin | |
Change-Id: I787f3bd98d3d32ba8a24c235a311d8d150d5bdd1 | |||
2014-04-27 | sal_uInt16 to more proper types + constification | Matteo Casalin | |
Change-Id: Idcc3d315a7a9cbef4e3c0fbc6410098528dd8bfa | |||
2014-04-27 | Reduce scope | Matteo Casalin | |
Change-Id: I888999fb3ad759f037a6ec9b9977732a3c9b737d | |||
2014-04-27 | sal_uInt16: constify and simplify | Matteo Casalin | |
Change-Id: I120c19a4fd5bccc3d2d070cc0d52d5155fa5a037 | |||
2014-04-27 | Minor OUString optimization | Matteo Casalin | |
Change-Id: Ibfb35ec615e1b59dafc0a3947c754208c0273c9d | |||
2014-04-27 | Constify sal_uInt16 | Matteo Casalin | |
Change-Id: I760311234ae991a4819e7fbd926810e13b001eee | |||
2014-04-27 | OUString: constify, avoid temporaries and concatenated appends | Matteo Casalin | |
Change-Id: I3d96fd410d84536006306a2fdae5cc796801ebaf | |||
2014-04-27 | sal_uInt16 to sal_Int32 and constify | Matteo Casalin | |
Change-Id: Ib1c3b33acf2b38c47d1c20a74c9454d8206cac82 | |||
2014-04-27 | OUString: constify, avoid temporaries and concatenated appends | Matteo Casalin | |
Change-Id: I0282183ab961784623b537a3f0531dd793d05f81 | |||
2014-04-27 | Reduce scope | Matteo Casalin | |
Change-Id: I4f02a812a75a44084b3f492dc675bed24716d121 | |||
2014-04-27 | sal_uInt16 to sal_Int32 and constification | Matteo Casalin | |
Change-Id: I17120ae11a1e55bdddba5706e2c36661df2c307f | |||
2014-04-27 | Minor optimizations on OUStrings | Matteo Casalin | |
Change-Id: I9e56b08206cccf824c6437a22cdd6a6b2a6ceffb | |||
2014-04-27 | That header was needed in .hxx, remove it from .cxx | Matteo Casalin | |
Change-Id: I53d8bbb059ecc5a768b0f794c39a1d0e63edf65f | |||
2014-04-27 | sal_uInt16 to sal_Int32/sal_uLong | Matteo Casalin | |
Change-Id: Ic7c8b26e7064c1cee9bc861279c0a278895fc0c8 | |||
2014-04-27 | Remove unneeded #include | Matteo Casalin | |
Change-Id: I2dbd9a26cd6468d1de3bceb4897226a7c0dca1b4 | |||
2014-04-27 | VCL: make all private functions SAL_DLLPRIVATE visibility | Chris Sherlock | |
Change-Id: I746d41a1bfb9546c02b7381cf54785bcc50f1756 | |||
2014-04-27 | VCL: Rearrange most of the rest of the functions in outdev.hxx | Chris Sherlock | |
Also: added SAL_DELETED_FUNCTION to DrawOutDev function that should never be called upon. Change-Id: Ib274fb67931a24164fe3592811c1489670f7c19b | |||
2014-04-27 | VCL: rename OutputDevice::ImplInitFillColor and make it private | Chris Sherlock | |
Change-Id: I01c0974d3a2f79cf3c6b9730ea306dcd49927a3c | |||
2014-04-27 | VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be short | Chris Sherlock | |
Change-Id: Ie49b5b2c489619700f9cc34d9efb38454bcaff2c | |||
2014-04-27 | VCL: rearrange functions in outdev/font.cxx | Chris Sherlock | |
Change-Id: I98977212547929ff59641f0b73273d68740420fd | |||
2014-04-27 | VCL: rearrange font functions, move functions into OutputDevice | Chris Sherlock | |
I have rearrange the various functions of OutputDevice to better group them in outdev.hxx. Also moved ImplRotatePos and ImplDrawWavePixel into the OutputDevice class. Change-Id: I0b384a4d094dffcfb3ee19c29562630cfb3a2167 | |||
2014-04-27 | VCL: MenuFloatingWindow::InitMenuClipRegion should be private | Chris Sherlock | |
Change-Id: I8eace414ba07c188e435aa693331a60cf2aec246 | |||
2014-04-27 | VCL: Group pixel functions in OutputDevice | Chris Sherlock | |
Change-Id: Ifaa6c8099bbef4a6d1c6b410474c922b9ad66131 | |||
2014-04-27 | VCL: Move polygon functions in outdev.hxx | Chris Sherlock | |
Change-Id: I4d745b05efbbba9e07a93da1945154f5190346c8 | |||
2014-04-27 | VCL: Move wallpaper and state based functions in outdev.hxx | Chris Sherlock | |
Change-Id: Ice490863c1534909055b5c47b82d50aae788dda6 | |||
2014-04-27 | VCL: final movement of text and font functions in outdev.hxx | Chris Sherlock | |
Change-Id: I46f3253f3e36a2b81977ad46e9f2f37e1c25cb3b | |||
2014-04-27 | VCL: more movement of text and font functions in outdev.hxx | Chris Sherlock | |
Change-Id: Ica7b18b501831c7a400584e0c085d74968649f07 | |||
2014-04-27 | VCL: again move text and font functions in outdev.hxx | Chris Sherlock | |
Change-Id: Id149b071ff69b2eda04c1b10238531378c738867 | |||
2014-04-27 | VCL: move text and font functions in outdev.hxx | Chris Sherlock | |
Change-Id: I15e84cbebf5f54ca3301d6f778620bf614614203 | |||
2014-04-27 | VCL: Move constructors and destructors in outdev.hxx | Chris Sherlock | |
Change-Id: I8b01cadcf18f980a16e81d565fd4785e338f90e0 | |||
2014-04-27 | Move UsePolyPolygonForComplexGradient() into gradient group in outdev.hxx | Chris Sherlock | |
Change-Id: I4139515bba1dbcbaa1b70d8510b390b95ba26ed2 | |||
2014-04-27 | VCL: remove unnecessary linebreaks | Chris Sherlock | |
Change-Id: Ice7a07337397d9808580c626df023fe39f535651 | |||
2014-04-27 | Fix one more ambiguity error | Zolnai Tamás | |
Change-Id: I123f536b4dcfd34932d639ebe287ef993b90fddb | |||
2014-04-27 | do not crash when pasting impress page into another impress page (cp#1000067) | Luboš Luňák | |
Put an Impress page into clipboard, create new document, click 'Click to add title', paste -> crash. Introduced by 5aee0c13cc62a81a38d4132db7972dc301c21b3d. Change-Id: Ibe61a780244ce98205e5ae3964971d7d75e30870 | |||
2014-04-27 | Fix ambiguity error | Zolnai Tamás | |
Change-Id: I228393b1e41d5f7d6dc0e24e0bbc21a46952287d | |||
2014-04-27 | Fix mac build: explicitly check all platforms inside swapBuffers | Zolnai Tamás | |
Plus some cosmetics Change-Id: I42d989217a0b40a8a6a03c0ebc6c4aa14b34d387 | |||
2014-04-27 | First try to render OpenGL content in a window | Zolnai Tamás | |
Change-Id: Ibb7178330d356806cea2cfc972b361167d5a9340 | |||
2014-04-27 | avmedia: create a special SystemChildWindow for 3D models | Zolnai Tamás | |
Change-Id: Id5f5ba2cf72ea78506ba226b269fae59b1163858 | |||
2014-04-27 | OpenGLContext: use generateWinData inside window initialization | Zolnai Tamás | |
Change-Id: I618dacceb88ddab1ca6d45a8669199354e4b6a6d | |||
2014-04-27 | OpenGLContext: Provide all data for SystemChildWindow creation. | Zolnai Tamás | |
Change-Id: I7a0ceee6c784af8240fb908f19622d4ede1f5a6a | |||
2014-04-27 | vclopengl is buildable on all platforms now | Zolnai Tamás | |
Change-Id: I2d65035eb30e9a96ab4ddc695fc7bc3aaaa9ab6c | |||
2014-04-27 | avmediaogl: Use INetURLObject for URL operations | Zolnai Tamás | |
Change-Id: I7b9763489ca7ec64051b53b87ab1475167ffeb35 | |||
2014-04-27 | avmediaogl: Use glTFHandle for size values | Zolnai Tamás | |
Change-Id: I4741374ec269a5513214c6603e3e6956231bd853 | |||
2014-04-27 | cppcheck: reduce scope | Julien Nabet | |
Change-Id: I18d7500dcc4b29e2d0face22649f6f96382eabe8 | |||
2014-04-27 | ANIMATIONMODE_VIEW can be removed | Julien Nabet | |
See http://nabble.documentfoundation.org/About-ANIMATIONMODE-VIEW-in-slideshow-module-td4106488.html Change-Id: I0405e8ef41105a53ac056382aa6b32d2a573c170 |