- 04 Şub, 2014 40 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I1ce125e459dfcf22adef85efac344ceb320812a2
-
Kohei Yoshida yazdı
Also make some adjustment in order to handle formula cell's "temp grammar" correctly. Change-Id: I6fdd5c67bb95e4de90ea71db624c9610c1e2febf
-
Michael Meeks yazdı
Change-Id: I08b43a6658a600398b434a0c90e0e16863402b33
-
Kohei Yoshida yazdı
Change-Id: I9dead89e990297abee185a8a64b0d2f4a86f5c70
-
Caolán McNamara yazdı
This reverts commit ff8036df. multiple build failures with namespace collisions etc Change-Id: Ie8ac08feff518af3584a26957f07a60d95932c76 Reviewed-on: https://gerrit.libreoffice.org/7855Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
... via new scp2 macro LIBO_LIB_FILE_COMPONENTCONDITION. (regression from 2feb756d) Change-Id: I6ab30cc1c14c34bd7dc1325e3f98d972544e7eea
-
Caolán McNamara yazdı
Change-Id: I27c8ef11a0eedbcaf29865dff83841675b775171
-
Caolán McNamara yazdı
Change-Id: Idbfc9bae9593416564783974ef7237e20e6400b0
-
Miklos Vajna yazdı
Change-Id: I6a27941806b05201e142efb768df79347b7e6f8c
-
Caolán McNamara yazdı
Change-Id: Ia9c86914319cd8342d04e9a9efb23aa18d1e94df
-
Caolán McNamara yazdı
Change-Id: I4ac7032f1fae25f7a48d819141c1c446dac42e3c
-
Kohei Yoshida yazdı
This reduces the lag after updating range names especially with a large number of range names. Change-Id: Idbfa3b6447b693a566192828e7137b2aeaa0d1f5
-
Vort yazdı
Change-Id: I5b230aaebf72b70bbb7e206414a5ac0e01f01f86 Reviewed-on: https://gerrit.libreoffice.org/7564Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
See 2.9.70 (FBKF) in the spec, the ibkl field should be used to find the position in PlcfBkf. Previously we assumed that PlcfBkl and PlcfBkf is parallel for annotations, as but that's not true for nested comments. Change-Id: I76a6a757b41d2f9b7fe7fe9c9e01a92c251f7b32
-
Caolán McNamara yazdı
Change-Id: Ice46cfbe8a21c5e641e09070128b8f412411c9d9
-
Caolán McNamara yazdı
Change-Id: Idc5bd213562de95c83752dc089ff6a928e9085d3
-
Chris Sherlock yazdı
ResMgr::GetLang() has been deprecated for a long time now. It is used by only one function, SubstitutePathVariables::SetPredefinedPathVariables() in the framework module. I have therefore removed it from ResMgr and placed it as a function in framework/source/services/substitutepathvars.cxx where it is actually used. Change-Id: I5f0d8f701aa45f8653020affeff6339f8fc9bc0e Reviewed-on: https://gerrit.libreoffice.org/7791Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I91fad4e47788c1f56cbd835debe43f3e3723aa4f
-
Chris Sherlock yazdı
* Doxygen spits out a lot of warnings about not being able to find match function signatures, etc. This is because in some headers we have a using namespace statement, in others it gets confused between ::Window and Window (!). * Wrong use of tags: + Lots of @seealso - should be @see + Wrong usage of @overload - corrected with the right function signature + HTML tags that doxygen doesn't recognize removed Conflicts: include/vcl/toolbox.hxx Change-Id: I687f45e426280d411ef3cb6d8d5993a829f2f324 Reviewed-on: https://gerrit.libreoffice.org/7725Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chris Sherlock yazdı
* Completed documentation of the Application class: + Documented and grouped functions relating to - dialogs - application help - mnemonics - accelerators - VCL toolkit and UNO wrapper functions - IME Status functions - platform functionality - graphic filter functions - headless mode functions. + Documented event hook function. * Documented the ApplicationEvent class Change-Id: I79a77212aa64ef1d4d40bfed2b73af5dce357731 Reviewed-on: https://gerrit.libreoffice.org/7713Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
It was introduced in the orginal commit 4d3148e0 "CWS-TOOLING: integrate CWS mba32issues01" but for copletely unclear reasons. It looks like it serves as a placeholder for those "unknown-URI-scheme" cases that shall go to RID_SVXPAGE_HYPERLINK_DOCUMENT, but for a news:// URI it would make more sense to go to RID_SVXPAGE_HYPERLINK_MAIL anyway. (Note that INetURLObject only supports RFC 1738 news URIs that cannot have an authority part, not RFC 5538 ones that allow for an optional authority part.) Change-Id: I5db76fc2a733d0c334e24fecb9d7078bedbdbe08
-
Stephan Bergmann yazdı
4d3148e0 "CWS-TOOLING: integrate CWS mba32issues01" had introduced it, along with code in SfxConfigGroupListBox_Impl::AddAndSelect to generate such URLs, but which had been commented out from the beginning (and since been removed), and all other places that mention .uno:InsertSymbol apparently use it without a query part (to run the special character dialog), and the string has 33 characters, not 34, so aRet would not contain the first character after Symbols:string=, which looks odd. Change-Id: Icdab24148b217531f2db65b1604678650180a22c
-
Maxim Monastirsky yazdı
Change-Id: Iad9b619d599ed13e3d783ca174e7ad5f0053c622 Reviewed-on: https://gerrit.libreoffice.org/7826Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help 65d50af499ead0a578cca619e26354e447fa1794 STDEVP and STDEVPA functions are based on an entire population Change-Id: Ieb1aa2e956061ce72afc2d5d804b95dabd20c4c8 Reviewed-on: https://gerrit.libreoffice.org/7552Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Jacobo Aragunde Pérez yazdı
Added a set of UNO accessibility roles for specific kinds of documents: * DOCUMENT_PRESENTATION for Impress * DOCUMENT_SPREADSHEET for Calc * DOCUMENT_TEXT for Writer The other applications still use the existing DOCUMENT role. These roles translates directly to ATK but in the other toolkits we keep using the same association that DOCUMENT role had. Change-Id: Ibac47527e5effdecb28d2314cde8558cf4fb010a Reviewed-on: https://gerrit.libreoffice.org/7847Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Stephan Bergmann yazdı
...and the command just did nothing. Change-Id: Ib39d24c2f4c2b34b887495e3eeef58c0be44af63
-
Herbert Dürr yazdı
to check for emptiness in modules starting with 'b' Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org (cherry picked from commit 87204b0f) Conflicts: basctl/source/basicide/baside2.cxx basctl/source/basicide/bastype2.cxx basctl/source/basicide/localizationmgr.cxx basctl/source/dlged/dlgedobj.cxx basic/source/basmgr/basmgr.cxx basic/source/basmgr/vbahelper.cxx basic/source/classes/sbunoobj.cxx basic/source/comp/sbcomp.cxx basic/source/runtime/iosys.cxx basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/step2.cxx basic/source/uno/namecont.cxx basic/source/uno/scriptcont.cxx binaryurp/source/bridge.cxx binaryurp/source/bridgefactory.cxx binaryurp/source/reader.cxx binaryurp/source/unmarshal.cxx bridges/source/cpp_uno/cc50_solaris_intel/except.cxx bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx bridges/source/cpp_uno/shared/vtablefactory.cxx bridges/source/jni_uno/jni_data.cxx Change-Id: I37bd84e0a1d6426759dba81854faf32c88147fe1
-
Caolán McNamara yazdı
Change-Id: I9d8e03eeb63ab2086fc354f546419b33d7b34411
-
Herbert Dürr yazdı
to check for emptiness in modules starting with 'a' Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org (cherry picked from commit 40b2ffbb) Conflicts: accessibility/source/extended/accessibleiconchoicectrl.cxx accessibility/source/extended/textwindowaccessibility.cxx accessibility/source/standard/vclxaccessiblebox.cxx accessibility/source/standard/vclxaccessibletoolboxitem.cxx automation/source/server/recorder.cxx automation/source/server/statemnt.cxx avmedia/source/framework/mediacontrol.cxx avmedia/source/framework/soundhandler.cxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/viewer/mediawindow.cxx Change-Id: I8e6d6754282634f6931a2e7f73f08f70c23d452e
-
Caolán McNamara yazdı
Change-Id: Ifc8d43930ecbd3ccd67147cd891260555976dc0d
-
Caolán McNamara yazdı
Change-Id: Ifa2a1b30db70063521c156a1d416fbad45890546
-
Caolán McNamara yazdı
after get and before call through mpParent. Probably can't, but I don't know for sure. Change-Id: Ib40e0709f1966687a37cc5b84bae1d554a5b4474
-
Caolán McNamara yazdı
Project: help 7fd16de83847334bfb1fb80d89230f6cf34f74cb
-
Niklas Johansson yazdı
The commit 461e0f9e broke accessibility on Mac. This patch tweeks two changes in the original commit and at least removes the accessibility warnings about the wrong window being reported as parent. Change-Id: I0faa631d22376adc08a191ba5937363d1dee059e Reviewed-on: https://gerrit.libreoffice.org/7837Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I31f7dd7ded3d319ba67e38f530128e28c265b7d5
-
Stephan Bergmann yazdı
...as SfxAppDispatchProvider implements new-style service css.frame.AppDispatchProvider that doesn't declare any non-default ctors (which looks broken, though) and old-style service css.frame.DispatchProvicer. (And fix the test code to pass in meaningful XInitialization arguments.) Change-Id: Ifcc32d17f6b96ade2acc40ccdb60f7bad2d503a4
-
Chris Sherlock yazdı
The name Application::SystemSettingsChanging implies that the app is being notified that system settings are being changed. This is not what the function does - in fact, SystemSettingsChanging overrides a settings object with user defined settings Change-Id: Ibbf821ff3c7ec5b38e2e79751058494c749b6428 Reviewed-on: https://gerrit.libreoffice.org/7629Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: Ib7d8fd7ff8a4f44dc699bc0b72a8c438acebc0ec
-
Stephan Bergmann yazdı
Change-Id: I294d197028d5ddf0642fadef05600accd91d0725
-
Miklos Vajna yazdı
Change-Id: Ia603c4ac6c8e9e049473904203d2c471f03ce8a5
-