summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-18com::sun::star->css in vcl/Noel Grandin162-1114/+1088
Change-Id: Ifad76177673cf93746ba221838be80ff76fed228 Reviewed-on: https://gerrit.libreoffice.org/20032 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-18Removal of SID_TITLE_MASTER related codePhilippe Jung7-136/+3
i35731 fixed a bug by deprecating SID_TITLE_MASTER dispatch command in 2004. So the feature can not be called anymore since 2004. Ten years after, this changeset removes the code that could be considered as dead code. Change-Id: Ie212baf7ece2897578d2494030d790bcadd16f5f Reviewed-on: https://gerrit.libreoffice.org/16933 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-18tdf#95888 sw: make click to header area show header controls againMiklos Vajna1-2/+4
Regression from commit 54a2c8c006e2f216e9d8c6b0ed625180c843c48b (tdf#39080 Interactive hide-whitespace mode, 2015-08-30), the problem was that SwPageFrm::IsOverHeaderFooterArea() checked if the header is active before accepting that the user clicked in that area. Don't require an active header at least in non-hide-whitespace mode, as the member function is used in the "could there be a header here" sense in SwEditWin::MouseButtonDown() to show the controls that allows actually adding a header. Change-Id: I6f905920113aed1512e333e718a8f26d88a3245d
2015-11-18Use comphelper::containerToSequenceMiklos Vajna1-6/+2
Change-Id: Iecb443605fe53de91703207d3253da5d8a586f4c
2015-11-18fix for windows buildNoel Grandin1-1/+1
after my commit 032dae364b4853635186b7541e40c71588f9050a "use unique_ptr for pImpl in sfx2/" Change-Id: Ib7361a6b030a8ed28383bf0d30935bd3fb4a397d
2015-11-18com::sun::star->css in vbahelper/Noel Grandin17-40/+40
Change-Id: I7ab89b01cf6817b365a02e73d4635dfdb5b40440 Reviewed-on: https://gerrit.libreoffice.org/20022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-18com::sun::star->css in uui/Noel Grandin10-197/+131
Change-Id: I1be458bd5f22014f4720583ff87cf8aad4a07dc8 Reviewed-on: https://gerrit.libreoffice.org/20021 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-18com::sun::star->css in unotools/Noel Grandin40-208/+194
Change-Id: Ie36efe4abe7f5c505f564147eb52e0222c1ce955 Reviewed-on: https://gerrit.libreoffice.org/20019 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin4-14/+8
Change-Id: I476ba7ec2ebee8c61bf9bb6ff0309cc40affb275
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin10-10/+9
Change-Id: I43ae9f706db15594b3a0c5cba41436d009588393
2015-11-18use unique_ptr for pImpl in sfx2/Noel Grandin8-14/+13
Change-Id: I564fa80a2642a4849127f3c25236634289b5b93d
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin4-7/+7
Change-Id: I0bef03451437cbdc5b0fed6b67690ac1d547291d
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin24-28/+26
Change-Id: I2516c83f8dfca1f1217be7dcb2a28f5dcd2f704e
2015-11-18use unique_ptr for pImpl in sd/Noel Grandin2-2/+2
Change-Id: I7098c1dd51fe27e424d612b2503fa842ced77639
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin18-27/+23
Change-Id: Ieef897314ac0f056c0a09a5182ca59800fd58f41
2015-11-18use unique_ptr for pImpl in svtools/Noel Grandin18-24/+19
Change-Id: Ic82db5859464978ca58094e2b6f44e3c9ba30b4c
2015-11-17Improve colors and symbol in this Help imageAdolfo Jayme Barrientos1-0/+0
Change-Id: I650ef34c95a69629c8a981876cecec6d3d1d1c80
2015-11-17remove unused text property of spinbuttonsStanislav Horacek1-6/+0
Change-Id: I82882c8244ac553a8cce800fb93a000aa131a446 Reviewed-on: https://gerrit.libreoffice.org/20010 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-11-17vcl, sd: rename some overly generic static variablesMichael Stahl3-11/+11
Change-Id: I89159df36361f9ceff3401ef379c8230465617b7
2015-11-17vcl: avoid re-starting the WNT TimerQueue during shutdownMichael Stahl1-1/+12
When running CppunitTest_sc_macros_test in DrMemory, numerous unaddressable accesses from SalTimerProc are reported. During DeInitVCL(), ImplSalStopTimer() shuts down the TimerQueue, but then the problem is that some disposing of some sidebar related UNO service ends up calling Window::dispose() and Window::Hide() and Window::ImplPostPaint(), which starts an Idle job maPaintIdle that then re-starts the Win32 TimerQueue. Change-Id: Ie1ab14330b6f1002c12d5302bb19f2b3f4c3811d
2015-11-17sc: loplugin:badstaticsMichael Stahl6-17/+37
Not sure if there would be a performance penalty to re-loading these icons every time, so move the static map from ScIconSetFormat::getBitmap() to a member of ScDocument. Change-Id: If560d70cea27e25396dd821d9e77a785e3b79820
2015-11-17No point to link against pure UNO component library fwkMatúš Kukan2-2/+0
Change-Id: I44d979180e53a7251547cebd60cf05c8322b2b83 Reviewed-on: https://gerrit.libreoffice.org/20028 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-2/+2
Change-Id: I721f53d79cd3e2c24542382d519a909a86a31111
2015-11-17Fix check for std::weak_ptr (that may be in an inline namespace)Stephan Bergmann2-1/+132
Change-Id: I048aef08df43d07544aafc69b711d258dc40bc21
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+2
Change-Id: I597dbc3e4288acb5b71f7a344ae78ba568451614
2015-11-17gtktiledviewer: set author name when inserting a commentMiklos Vajna1-1/+16
Change-Id: Iee66687ce813ff801f29e4568329ed2a39f905ba
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+2
Change-Id: I9d8d0f6cc001de09d8d3f96d8ad7e243e07f426d
2015-11-17Be consistent in using tabs at least hereMatúš Kukan2-42/+42
Change-Id: I961516d92abd693c19efe8a051e35ae5192ef7d2
2015-11-17There is no need for this broken 'if' hereMatúš Kukan1-2/+1
Change-Id: I10f926af9ca19252878b9b6e20365c38c885ce83
2015-11-17sw lok comments: implement clipboard copyMiklos Vajna1-0/+12
Change-Id: I0f45b1a6ab198a8403073eea05497e76f758250c
2015-11-17Assume this wants to append the numerical representationStephan Bergmann1-1/+1
...not a single sal_Unicode char (aParam.nUserIndex is of type sal_uInt16), just the same as 2211ad695920526e9acf473f342d0732ce1112a8 "First cut on getting ODS import/export of sheet-local anonymous ranges" did in a very similar place in the same file. (And Kohei, author of both places, assumes this is the right thing to do, too.) Change-Id: I12cd8abf1b4aaab7baa54f21d8c5a7ff2e171275
2015-11-17sw lok comments: fix meta author/data size with custom zoomMiklos Vajna1-2/+3
Change-Id: I3310813c971aa7abffccc0b7f462e05caa83482e
2015-11-17sw lok comments: fix comment widget width with custom zoomMiklos Vajna2-4/+5
When tiled rendering, then only the render context (or failing that, SwViewShell::GetOut()) has the correct zoom level, so use that when doing pixel-to-logic conversion or scaling pixel values. Change-Id: I265a642b8253c6eced42da2a0e06a2de25c36ca8
2015-11-17Need to re-init CommandInfoProvider when component changesMaxim Monastirsky1-3/+11
Otherwise many toolbar/menubar labels are missing when starting any component from the start center. Change-Id: I49d009431ae3d1003e5ff395265409b3a5641707
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt31-285/+285
Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+6
Change-Id: I243dcb86cc1a99550b26962daf47c19eb62aa8df
2015-11-17Use std::vector instead of boost::shared_arrayStephan Bergmann1-19/+19
Change-Id: If28713daab4bb5cbdb450879c2dc2a265c62a4f3
2015-11-17Improve commentStephan Bergmann1-1/+2
Change-Id: I25931d59fc1b4feb1fd1eaa036a64a28a269f409
2015-11-17Work around loplugin:badstaticsStephan Bergmann1-0/+1
...about static ImplImageTree instance; in ImplImageTree::get (vcl/source/gdi/impimagetree.cxx) due to StyleIconSet ImplImageTree::maIconSet; (of type std::unordered_map<OUString, IconSet, OUStringHash>) due to IconCache ImplImageTree::IconSet::maIconCache; (of type std::unordered_map<OUString, std::pair<bool, BitmapEx>, OUStringHash>), reported at least when building against Mac libc++. This is a false positive, as ImplImageTree::shutDown cleans this up. Change-Id: Idb1a99aa33f71286e57b31b7adb833e3ee8b5f5a
2015-11-17An SwMailMergeConfigItem_Impl instance per SwMailMergeConfigItem looks sanerStephan Bergmann2-244/+227
...than fixing the avalanche of loplugin:staticmethods issues caused by b5eaa0f9f00cd62f4769c3e8860d788844ccf557 "use unique_ptr for pImpl in sw/," given that SwMailMergeConfigItem_Impl has mutable state? Change-Id: I342511d0f39086f33e2a8abd2c377341455d54a7
2015-11-17android: don't crash on empty filelistCaolán McNamara1-0/+2
Change-Id: I46caceed3fdf0ad0aa51c8a8ede1177ca3d1855e
2015-11-17tdf#34882 Adding hex and decimal code searchSteve Hart4-18/+159
Change-Id: I809bac4b28e679c7dad8ed3ad28e36379bce4760
2015-11-17vcl: These can be static assertionsTakeshi Abe2-16/+9
Change-Id: I220ae4732f221c7798f162653cad01717afb659f Reviewed-on: https://gerrit.libreoffice.org/20011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-11-17Improve loplugin:badstatics diagnostic outputStephan Bergmann1-17/+20
Change-Id: Ia2f088a79b03ff866429e1cae73edccd36a01b4f
2015-11-17Resolves: tdf#89907 do not modify original ScViewData's ScMarkDataEike Rathke1-12/+12
Change-Id: I2ae5a06f9ffe29de0b1cc5875615010da75f4ae9
2015-11-17Use a DiagnosticsEngine::NoteStephan Bergmann1-1/+1
...a Remark prints the whole stack of includes leading up to the source Change-Id: I41e5bd2855b4a55b54e63432703f2e65b4c44249
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann5-5/+9
Change-Id: I3266bb049be3a9b558b68b40d741efdcab2eb759
2015-11-17Simplify down to a single appendSQLWCHARs functionStephan Bergmann5-72/+14
Change-Id: I882746f9c4a1c332c6657b93f104ecbf1c7be6f1
2015-11-17loplugin:nullptrStephan Bergmann1-2/+2
Change-Id: Iaf31a731c9151972ba2fe2ed50074ea59c147550
2015-11-17loplugin:unnecessaryvirtualNoel Grandin37-364/+171
update the plugin with lessons learned from the mergeclasses plugin and re-run it Change-Id: I9d622eb3d05fceaf8fa764c533c8fa5dfb4c7711 Reviewed-on: https://gerrit.libreoffice.org/20015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>