summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-27Reduce scopeMatteo Casalin
Change-Id: I616f55dbd7ce326336e1e037cf89e4b287022ff2
2014-04-27Fix typo: cought => caughtMatteo Casalin
Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394
2014-04-27OUString: use startsWith, plus minor optimizationMatteo Casalin
Change-Id: I883d9c3fa1e31791dfcae73b9e551e97440db647
2014-04-27Do not attempt to copy beyond end of OUStringMatteo 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-27Do not use copy() to copy the whole OUStringMatteo Casalin
Change-Id: I03bd7a9843163acf6e6eab7171cb8c783ec6d37c
2014-04-27Simplify loopMatteo Casalin
Change-Id: I787f3bd98d3d32ba8a24c235a311d8d150d5bdd1
2014-04-27sal_uInt16 to more proper types + constificationMatteo Casalin
Change-Id: Idcc3d315a7a9cbef4e3c0fbc6410098528dd8bfa
2014-04-27Reduce scopeMatteo Casalin
Change-Id: I888999fb3ad759f037a6ec9b9977732a3c9b737d
2014-04-27sal_uInt16: constify and simplifyMatteo Casalin
Change-Id: I120c19a4fd5bccc3d2d070cc0d52d5155fa5a037
2014-04-27Minor OUString optimizationMatteo Casalin
Change-Id: Ibfb35ec615e1b59dafc0a3947c754208c0273c9d
2014-04-27Constify sal_uInt16Matteo Casalin
Change-Id: I760311234ae991a4819e7fbd926810e13b001eee
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin
Change-Id: I3d96fd410d84536006306a2fdae5cc796801ebaf
2014-04-27sal_uInt16 to sal_Int32 and constifyMatteo Casalin
Change-Id: Ib1c3b33acf2b38c47d1c20a74c9454d8206cac82
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin
Change-Id: I0282183ab961784623b537a3f0531dd793d05f81
2014-04-27Reduce scopeMatteo Casalin
Change-Id: I4f02a812a75a44084b3f492dc675bed24716d121
2014-04-27sal_uInt16 to sal_Int32 and constificationMatteo Casalin
Change-Id: I17120ae11a1e55bdddba5706e2c36661df2c307f
2014-04-27Minor optimizations on OUStringsMatteo Casalin
Change-Id: I9e56b08206cccf824c6437a22cdd6a6b2a6ceffb
2014-04-27That header was needed in .hxx, remove it from .cxxMatteo Casalin
Change-Id: I53d8bbb059ecc5a768b0f794c39a1d0e63edf65f
2014-04-27sal_uInt16 to sal_Int32/sal_uLongMatteo Casalin
Change-Id: Ic7c8b26e7064c1cee9bc861279c0a278895fc0c8
2014-04-27Remove unneeded #includeMatteo Casalin
Change-Id: I2dbd9a26cd6468d1de3bceb4897226a7c0dca1b4
2014-04-27VCL: make all private functions SAL_DLLPRIVATE visibilityChris Sherlock
Change-Id: I746d41a1bfb9546c02b7381cf54785bcc50f1756
2014-04-27VCL: Rearrange most of the rest of the functions in outdev.hxxChris Sherlock
Also: added SAL_DELETED_FUNCTION to DrawOutDev function that should never be called upon. Change-Id: Ib274fb67931a24164fe3592811c1489670f7c19b
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock
Change-Id: I01c0974d3a2f79cf3c6b9730ea306dcd49927a3c
2014-04-27VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be shortChris Sherlock
Change-Id: Ie49b5b2c489619700f9cc34d9efb38454bcaff2c
2014-04-27VCL: rearrange functions in outdev/font.cxxChris Sherlock
Change-Id: I98977212547929ff59641f0b73273d68740420fd
2014-04-27VCL: rearrange font functions, move functions into OutputDeviceChris 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-27VCL: MenuFloatingWindow::InitMenuClipRegion should be privateChris Sherlock
Change-Id: I8eace414ba07c188e435aa693331a60cf2aec246
2014-04-27VCL: Group pixel functions in OutputDeviceChris Sherlock
Change-Id: Ifaa6c8099bbef4a6d1c6b410474c922b9ad66131
2014-04-27VCL: Move polygon functions in outdev.hxxChris Sherlock
Change-Id: I4d745b05efbbba9e07a93da1945154f5190346c8
2014-04-27VCL: Move wallpaper and state based functions in outdev.hxxChris Sherlock
Change-Id: Ice490863c1534909055b5c47b82d50aae788dda6
2014-04-27VCL: final movement of text and font functions in outdev.hxxChris Sherlock
Change-Id: I46f3253f3e36a2b81977ad46e9f2f37e1c25cb3b
2014-04-27VCL: more movement of text and font functions in outdev.hxxChris Sherlock
Change-Id: Ica7b18b501831c7a400584e0c085d74968649f07
2014-04-27VCL: again move text and font functions in outdev.hxxChris Sherlock
Change-Id: Id149b071ff69b2eda04c1b10238531378c738867
2014-04-27VCL: move text and font functions in outdev.hxxChris Sherlock
Change-Id: I15e84cbebf5f54ca3301d6f778620bf614614203
2014-04-27VCL: Move constructors and destructors in outdev.hxxChris Sherlock
Change-Id: I8b01cadcf18f980a16e81d565fd4785e338f90e0
2014-04-27Move UsePolyPolygonForComplexGradient() into gradient group in outdev.hxxChris Sherlock
Change-Id: I4139515bba1dbcbaa1b70d8510b390b95ba26ed2
2014-04-27VCL: remove unnecessary linebreaksChris Sherlock
Change-Id: Ice7a07337397d9808580c626df023fe39f535651
2014-04-27Fix one more ambiguity errorZolnai Tamás
Change-Id: I123f536b4dcfd34932d639ebe287ef993b90fddb
2014-04-27do 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-27Fix ambiguity errorZolnai Tamás
Change-Id: I228393b1e41d5f7d6dc0e24e0bbc21a46952287d
2014-04-27Fix mac build: explicitly check all platforms inside swapBuffersZolnai Tamás
Plus some cosmetics Change-Id: I42d989217a0b40a8a6a03c0ebc6c4aa14b34d387
2014-04-27First try to render OpenGL content in a windowZolnai Tamás
Change-Id: Ibb7178330d356806cea2cfc972b361167d5a9340
2014-04-27avmedia: create a special SystemChildWindow for 3D modelsZolnai Tamás
Change-Id: Id5f5ba2cf72ea78506ba226b269fae59b1163858
2014-04-27OpenGLContext: use generateWinData inside window initializationZolnai Tamás
Change-Id: I618dacceb88ddab1ca6d45a8669199354e4b6a6d
2014-04-27OpenGLContext: Provide all data for SystemChildWindow creation.Zolnai Tamás
Change-Id: I7a0ceee6c784af8240fb908f19622d4ede1f5a6a
2014-04-27vclopengl is buildable on all platforms nowZolnai Tamás
Change-Id: I2d65035eb30e9a96ab4ddc695fc7bc3aaaa9ab6c
2014-04-27avmediaogl: Use INetURLObject for URL operationsZolnai Tamás
Change-Id: I7b9763489ca7ec64051b53b87ab1475167ffeb35
2014-04-27avmediaogl: Use glTFHandle for size valuesZolnai Tamás
Change-Id: I4741374ec269a5513214c6603e3e6956231bd853
2014-04-27cppcheck: reduce scopeJulien Nabet
Change-Id: I18d7500dcc4b29e2d0face22649f6f96382eabe8
2014-04-27ANIMATIONMODE_VIEW can be removedJulien Nabet
See http://nabble.documentfoundation.org/About-ANIMATIONMODE-VIEW-in-slideshow-module-td4106488.html Change-Id: I0405e8ef41105a53ac056382aa6b32d2a573c170