summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-26From the context of the code, this field should not be staticNoel Grandin
Change-Id: Idf092b0edf2c538d21b189cd742407bf2fd39fa7
2013-04-26Java cleanup, remove unused importsNoel Grandin
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
2013-04-26Java cleanup, call static methods staticallyNoel Grandin
Change-Id: Ibe0454d490153f723a58c3c619be7f8d443639c8
2013-04-26Java cleanup, use genericsNoel Grandin
Change-Id: I164e0f8386558641497258cc0a1d731e81a51c15
2013-04-26Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard
This reverts commit f098f40e0f8ccce4fc8187c4d3eb9c69ea103b1c. Conflicts: sc/source/filter/xml/xmlimprt.cxx Change-Id: I8a70f7503aea0e2968a04ba57a76d690a54d344c
2013-04-26fdo#63622: Revert '"Fix" bnc#777788'Tor Lillqvist
Let's keep that "fix" just in the SUSE-specific branch. This reverts commit 56d41fef8f96888d5aaf39a9c4d0c7eca5b63d44. Conflicts: fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx Change-Id: If331c6ec8978923e8e8bc6653bd27b5a9edaf2d7
2013-04-26sal_Bool to boolTakeshi Abe
Change-Id: I7dcb2dcef78c67d90ff2dea58c1374bd17ac58af
2013-04-26VistaFilePicker::getDisplayDirectory(): s/NON_BLOCKED/BLOCKED/Michael Stahl
All getter methods in this class use BLOCKED, all setter methods use NON_BLOCKED... except for getDisplayDirectory(), without any hint as to why it might be different... so make it consistent. Change-Id: I3c90ea6560944f9e7033a26f4419003f154a520c
2013-04-25don't pollute global namespaceThomas Arnhold
Change-Id: Iffeeffb015c59ea787838c737c6a11f6fbef2794
2013-04-25add borders to category and format listboxesCaolán McNamara
Change-Id: Ic53084ded75f9c9000d5768de12953e3b339908e
2013-04-25add glade stubs for some more custom widgetsCaolán McNamara
Change-Id: Iffefd61167bf46aef4791aa3c09d4a78ae79dd92
2013-04-25fix scrolling performance of listboxes with hundreds of entriesCaolán McNamara
make it approximately infinitely faster a) add a method AdjustEntryHeightAndRecalc that just does AdjustEntryHeight and RecalcViewData and replace all the places that do the two of those together with that utility b) in our SetFont now only call AdjustEntryHeightAndRecalc if the new font is different to the old font, ignoring color which doesn't have a bearing on row size. c) where we originally called SetFont(GetFont()), which would have triggered AdjustEntryHeightAndRecalc, now call the new AdjustEntryHeightAndRecalc explicitly. The performance problem apparently a regression from ac7acb0ab1329913b0cec79790adcde0263960be where we seem to now end up drawing on ourself and calling SetFont on ourself rather than on a pImpl without an overridden SetFont. So when we redraw on scrolling we triggered a cascade of calculations and force text layout of every row. Change-Id: I3c284c360f06ac383e8c38045fc4c2946f505b35
2013-04-25Updated coreCaolán McNamara
Project: help dcb5f0b147f73d5a1995398f474271336ff2b033
2013-04-25convert auto abstract dialog to .uiCaolán McNamara
Change-Id: Iaed5429c61c5655d81d0010c4b56e8889aa5f29b
2013-04-25drop duplicated warningCaolán McNamara
Change-Id: Ied358faaf6ba1aecae4f61ff56e639752a2de664
2013-04-25Mark TypeDescriptionProvider service as "don't create by name"Stephan Bergmann
...had to adapt one test that had picked this service apparently arbitrarily. Change-Id: Iaa17b7c622b9ac3601beb3ba931f7b1d99f649f1
2013-04-25Down-arrow jump to last item when there is no item immediately below.Rafael Dominguez
Change-Id: I23f5f002826e2ecc25ff19d18372cb637feb1310
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard
Change-Id: I075467d17f6c59bd66a7a2d8e1e82f2a3ba42cad
2013-04-25remove some unnecessary whitespace in document.hxxMarkus Mohrhard
Change-Id: Iab19ae876162e72104267ad5f760f55e7d854934
2013-04-25implement import for calcext:value-typeMarkus Mohrhard
This saves us several string comparisons for every cell during import which should speed-up our cached value import quite a bit. I haven't profiled it yet. Additionally it lets us move away from a heuristic based approach. Change-Id: Id9ca92a1251b62e99ca54209fdd52031694784b1
2013-04-25remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard
Change-Id: I364afb6d638f47a41ea31bf3df00540db417d505
2013-04-25ScXMLExport::GetCellText returned always trueMarkus Mohrhard
Change-Id: Ia5dbea0a496f578f619276def349ff21674fb644
2013-04-25add error to office:value-type for calc cells and fdo#51810Markus Mohrhard
For cached value import we need the information which cells are error cells. For ODF 1.2 extended we therefore export now calcext:office-value with the additional value "error". Change-Id: I9bc988ea4924bea767ba5e504b77f6a16e51a82e
2013-04-25fix indentationMarkus Mohrhard
Change-Id: Ie70d580cd2a4ad88751672fd257c825b9813c86e
2013-04-25fdo#62088: Fix crash on master page switch too.Jan Holesovsky
This is actually a regression caused by 1165aac95b8e44f41fc16a44bfec4c1c05801ac8, where a confusing code was removed, that should have stayed there. Re-introduced in a readable way. Change-Id: Ib99c19c04cf3b098097cef8da5da63b8cc7dd130
2013-04-25Related: fdo#63802Caolán McNamara
let si-phonetic-dynamic survive libreoffice losing focus and regain it cycle and still use surrounding text. It should be safe to report that we can provide surrounding text but there isn't any during the time window when there is no focus window, because the focus in event was received but it hasn't arrived yet because that happens on a postuserevent. Change-Id: I0481c42208953f2a0618aaed7b0d9e9f3e7bda07
2013-04-25bnc#793414: Bullet points are not indented correctly.Felix Zhang
2013-04-25workaround race condition with mixing internal/system cairo libsLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2013-April/051026.html Change-Id: I81031d8290efcc4f343af7bdffb4762411f4f107
2013-04-25Resolves: fdo#63802 return true if we have known empty contextCaolán McNamara
i.e. false for "we can't provide context", and true for "we can provide context, even if there isn't any" Still looks to me that there's a bug in the si-phonetic-dynamic im (or something in the stack) that assumes that returning false once means it will always return false and give up for ever fix indent while I'm at it Change-Id: I6df7f2689101250c33318db1fac5ec1b3e340566
2013-04-25De-ambiguify 'Pair'Tor Lillqvist
Change-Id: I84c73b07d8a4a6950cde98898754168720952934
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: I1dcfee9fa0fdc4457754396ffb52cc8462f3906a
2013-04-25fdo#46808, Convert animations::AnimateMotion to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I30cfa80fee436ed859d5bc00d1cb23e465c7e149
2013-04-25fdo#46808, Convert animations::Command to new styleNoel Grandin
The service already existed, just needed an IDL file Change-Id: I5e6449522ce77c36df1857213bd028336c3354bf
2013-04-25fdo#46808, Convert animations::Audio and IterateContainer to new styleNoel Grandin
The services already existed, they just needed IDL files Change-Id: I4e3389abb2cb0e41c9bab112cda2a7e896eb271d
2013-04-25fdo#46808, Convert animations::AnimateColor and AnimateSet to new styleNoel Grandin
The services already existed, just needed IDL files Change-Id: Ifc1980160b8472bc9bf96a36ca4bff2c4153a8b1
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: If7cc52ffeb35efe0969876a9822106b1fd958b10
2013-04-25PCH quickfixStephan Bergmann
Change-Id: I457288d881ba74db2127e8543b0de70b6498002d
2013-04-25use LanguageTag fallbackEike Rathke
Change-Id: I34c532dc7d1c71724a5c0e29c113f2d6510cc2d7
2013-04-25n#813291: [PPTX] Axis Labels with percentage.Muthu Subramanian
Added the check only in the Axis Labels import. Maybe this check can be moved to convertNumberFormat()
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann
...and remove the unused feature of initializing it with an obsolete XSimpleRegistry. Change-Id: I333dae51f67c16da3e6822ba81e4b8ca125188a5
2013-04-25fdo#62088: Fix regression introduced by the DateTime incompatible change.Jan Holesovsky
It is not good to mess with the stream operators, more so when the size of the data changes ;-) Change-Id: Id02b83224496a28575f4e12196892de198793983
2013-04-25ditch libi18nlangtagicu againEike Rathke
Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
2013-04-25Fix KEY_SHIFT clashTor Lillqvist
Since 360d6bf4fd1241af47f55648b7597fda3120390a the precompiled header for vcl includes <rsc/rsc-vcl-shared-types.hxx> , so the KEY_SHIFT from there interfered with the KEY_SHIFT here. These magic values apparently are the "known" return values from MapVirtualKey() called to translate (fixed) virtual key codes to scan codes, suitably shifted and ORed with some flag bit(s). Whether such scan code values really are constant in all Windows installations I have no idea, it does sound a bit scary to me to assume they are. (If they are, why does <windows.h> then not provide symbolic names for them?) Change-Id: Ic18a8e1a8b7a95bb6b018382662944f6912e4734
2013-04-25Updated coreCaolán McNamara
Project: help 0f337351043a65843b4b7687d33ca5afdc8289b8
2013-04-25convert page preview zoom dialog to .uiCaolán McNamara
Change-Id: I4c4511787247bdcabd88af1c3b0894361336b71f
2013-04-25rebuild scp if autoinstalled libs changeDavid Tardon
Change-Id: I76cca4646bd0258cdf64a079edb017e6243839af
2013-04-25Updated coreCaolán McNamara
Project: help 01a9fff87678572226b099c7102f5f1b03bec4b4
2013-04-25convert merge table dialog to .uiCaolán McNamara
Change-Id: I59ff70e3280d4e746b0d20f7f9532a341d88cb57
2013-04-25Fix compilation error when OSL_DEBUG_LEVEL > 0Tor Lillqvist
Just use SAL_WARN, building up the message using chained << operators instead of constructing it into a OStringBuffer (or OUStringBuffer) and then passing that to OSL_FAIL. Or should we have a real assert() here? Change-Id: I2c3f64ff2b29a3d81ba444d98c2a38ef49e6d7af
2013-04-25Updated coreCaolán McNamara
Project: help 9b03a7110683c9e05b5a6a193d71dcfad58b8122