summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19fix-includes.pl: extend this to resource files, tooThomas Arnhold
Change-Id: Icd95ef188aa04ce25a1c251701aa27a5516b5077
2014-05-19fix-includes.pl: uuiThomas Arnhold
Change-Id: Iad30f8d988e9541a896d9b1702c7a3e8afd8d8fd
2014-05-19sd: remove using namespace from headersThomas Arnhold
Change-Id: I918733eb5f78b40ae990975035d11e396274c5cc
2014-05-19oox: remove using namespace from headersThomas Arnhold
Change-Id: Iaf33c536c86a372aed2a719b6f87a8e03a5481ea
2014-05-19vcl: remove using namespace from headersThomas Arnhold
Change-Id: I57439b09e95bf385436501921ca8db1469758105
2014-05-19lwp: remove using namespace css from headersThomas Arnhold
Change-Id: I0461ef7af824e1fda04135154682fc4dba8a8693
2014-05-19WaE: -Wunused-variableThomas Arnhold
Change-Id: I821560e86a45ac53f4886bedd957e5d2dd30e3cd
2014-05-19WaE: -Wunused-variableThomas Arnhold
Change-Id: Ia35011b115ca9a6dbcc6f0a047d876d9ad132dcb
2014-05-19WaE: -Wunused-variableThomas Arnhold
Change-Id: Ia03ee551f3694a77f70325168998e4e02517e318
2014-05-19WaE: -Wunused-variableThomas Arnhold
Change-Id: I634c6412ed4be5611913887b5dd51837405e2250
2014-05-19lwp: remove using namespace std from headersThomas Arnhold
Change-Id: Ied5806a1706473ac0fe4e1baebb71256cf56681d
2014-05-19canvas: drop using from headersThomas Arnhold
Change-Id: Ifcfd08984df883a06a133b407ac90ddf259b3bef
2014-05-19remove commented out lineThomas Arnhold
Change-Id: If80632525d88ed889291913b172fa3cb2a3ac956
2014-05-19oox: drop using from headerThomas Arnhold
Change-Id: Ie353c561ccdcfb3c198ff05943f0ea64a3626735
2014-05-19WaE: -Wunused-variableThomas Arnhold
Change-Id: Iece721dea1c8cc7601352849ca4fc0398375d320
2014-05-19WaE: -Wunused-variableThomas Arnhold
Change-Id: I52c7bcaeab874b007f90532d4609afe89d53a5df
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold
warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers] Change-Id: I7ab82025fd8c2f0d8fa4943690a217c4a4dc369d
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-19fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier
VS2012 did change return value of fileno function, this results in a crash when run in GUI mode (but not when launching from a shell), as python tries to access the nonexisting stdin/stdout/stderr Also explicitly target Windows XP Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de
2014-05-19sw doc model xml dump: handle SwDoc::mpFrmFmtTblMiklos Vajna
Change-Id: Ie15ff20524e7065323e681945bb5eaf199a2bf3a
2014-05-20vcl: move globalization functions from window.cxx to globalization.cxxChris Sherlock
Change-Id: I8f617f2c480f8c5c7f5230cc6d6a6e82d8750857
2014-05-19fdo#78742: SfxFilterMatcher: respect requested document service if setMichael Stahl
sfx2::DocumentInserter::CreateMediumList() creates a SfxFilterMatcher that should match Writer filters only, but actually Calc filters may be returned; check that the document service matches. (regression from 3da8f3680556e0163f660a0a159930337c8c32ff) Change-Id: I6208d38c1110355105aa5d1ffa1b57142193a4d7
2014-05-19rhbz#1016758: Dispose bridges when disposing bridge factoryStephan Bergmann
... (which happens when the service manager is disposed), so that no bridges can still run during exit. But this is so glaring that I wonder whether I missed the obvious when I originally wrote that code, or whether I rather miss the obvious now. So better let this rest for a while on master before deciding about any backports. Change-Id: I7c9ad6c8a53dfd1a7b702640920dcb0a9a2c3007
2014-05-19OUString -> OStringStephan Bergmann
Change-Id: Iaf8e63de6bab25cdac9b037a7223675eed88673a
2014-05-19Resolves: fdo#58170 use selected tab page helpid as final fallbackCaolán McNamara
Change-Id: I73a064a40476f685dbf19097115bd48c5cc0f578
2014-05-19valgrind: memory leakCaolán McNamara
Change-Id: Ica30df49caf79117bbce36ec461ec5ef37bef20c
2014-05-19Updated coreCaolán McNamara
Project: help fdfcaa991224f6ac15fdc778e0a301b9285208eb
2014-05-19loplugin:saloverrideStephan Bergmann
Change-Id: I2c1033358c546adefa4e280f0b6cb577ee7e3b25
2014-05-19loplugin:unreffunStephan Bergmann
Change-Id: I54aabdf4a373c3b7163bfc304ee270ab212d738a
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock
The name I gave this makes no sense. Basically, this function calls on the SalGraphics function to copy the area, so really this name is much more clear. Change-Id: I842e6f2b81014a8222c39a62c5437bd53d66141c
2014-05-20vcl: move debug function from window.cxx to debug.cxxChris Sherlock
Change-Id: I9c3debcdda4b6ee943792e8799d436b097df2982
2014-05-19svx: SvxPixelCtl should never be able to have zero linesChris Sherlock
Change-Id: I898d4d8f00a190a57d3402aa6c9da96c960b6fe5
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I61fe5f5fff157531de9962a2dd4e6e0431e8601c
2014-05-19Resolves: fdo#78829 align to top instead of centerCaolán McNamara
Change-Id: Iff4125e108df535d90afd940a9787eb8e011c9bd
2014-05-19valgrind: memory leakCaolán McNamara
Change-Id: I4cd6f99151348c97a116cd86cc5da9f4f6e68d9d
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino
for addons menu merging (cherry picked from commit 2aac0070dbef6c1ad7eeccf7d4015cdcbffe067e) Conflicts: framework/source/classes/menumanager.cxx framework/source/fwe/classes/addonmenu.cxx framework/source/uielement/menubarmanager.cxx include/framework/addonmenu.hxx Change-Id: I3b606671db3a4c6ba8ed2b850e01e1ac91db7581
2014-05-19SwVirtFlyDrawObj: suppress unused parameter warnings (it's used by assert)Michael Stahl
Change-Id: I2f5b530e011bf1bb95ca5e0421f6e03c0885872a
2014-05-19Resolves: fdo#78841 crash because parent isn't SvxTabPageCaolán McNamara
regression from 60f11adb950e4f9645cc9ecb0f5af8235cc97366 Change-Id: I244dd9fba3dc8230fcac8710a1289151b25dcf6c
2014-05-19add reverse bars codeweigao
Change-Id: I2db9edd9015bb10cffe58a44c379db0ab87e7d72
2014-05-19We apparently don't want to build pixelctl for WNTTor Lillqvist
Change-Id: I01bbafe8a73f6cf71c1040f2d94744922154b896
2014-05-19svx: pixelctl demo - cleanup headersChris Sherlock
Change-Id: I9664a064789f5e072d24cfead6a83d64accce27d
2014-05-19DOCX import: tokenize v:background (VML description of page background)Miklos Vajna
Change-Id: I4ee2f01e714265b2684a9eb379e56654d34e2441
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann
Change-Id: I293295244d1b089d747548c5025cb73b8ec428a4
2014-05-19svx: Create pixel control (bitmap editing) demoChris Sherlock
Change-Id: Id2cacd8c080b4df0600ab48b2ce4558f3539bbbe
2014-05-19Abstract over Tokens algorithmStephan Bergmann
Change-Id: I16347d52dd7c102c7bf6a8fd2926e61e6cf75c0b
2014-05-19fdo#78149: assert if SwVirtFlyDrawObj is being painted with no ViewPort setMichael Stahl
Change-Id: I2f94a28d85fa31c5623ff0c6067edc7060998d9e
2014-05-19AutoInstall defs must be regenerated if config changesDavid Tardon
Change-Id: I506faca987ec4d1a85362dc9aec61aa4c3d21789
2014-05-19fdo#78857 jars aren't built without javaDavid Tardon
Change-Id: Ide604ea90fb1b26e5e2a72f5eb273fd1686d27c5
2014-05-19ODS load perf: don't allocate temporary strings un-necessarilyMichael Meeks
Of the 53bn cycles consumed loading a large test; this saves up to 30bn parsing tab names, plus ~1bn not copying strings to convert to integers. Change-Id: Ie768ff8c2159dec62418088e643fe468e4cd5d70
2014-05-19WaE: unused variable 'tmpCur'Tor Lillqvist
Change-Id: I328812513691f499871002633b9ac750af86243c