- 09 May, 2013 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
Let's remove this. Change-Id: Ica92ea41e104a3f0e97b717ff2e4e115682ce33f
-
Kohei Yoshida yazdı
Change-Id: I9efa8dad078ca4f0bf1d338a5aab72ff7e65980f
-
Kohei Yoshida yazdı
With this, all unit tests pass, for now. Change-Id: I151d4425e7d82d1598fae32460dcb94c8b1d74f7
-
Kohei Yoshida yazdı
Change-Id: I014e2054dda4103bb90b84db3bf20c5efd5dabab
-
Kohei Yoshida yazdı
Use SC_HINT_DATACHANGED instead, and do broadcast *after* the cell is removed from the cell array, to avoid the dying cell from being used during recalculation after the broadcast. Change-Id: I8eb31eafa50c737ab683ca697657e64e52ae52e7
-
Kohei Yoshida yazdı
We don't broadcast in DeleteRange() anymore. The callers of DeleteRange() is now responsible for broadcasting the changes. Change-Id: I515a4237dc8f56d0f65f96184b4fed99a263e4c9
-
Kohei Yoshida yazdı
Change-Id: I8c5ddbde9909e5d30d7aead5bb373e3cb726c4e0
-
Kohei Yoshida yazdı
Change-Id: Id7e11540755b727475fb82c872c718fefea26567
-
Kohei Yoshida yazdı
and Calc is now officially broken. Let's start fixing this bit by bit... Change-Id: I383c88245fe1e573666da636c6a8ca8815352ce7
-
Kohei Yoshida yazdı
Change-Id: I8e68de0e50fffc1df0545af16456cd4cdd3596d8
-
Kohei Yoshida yazdı
Change-Id: I93c4e017790b1b1de611ad9f440aa6aa9caaa2df
-
Kohei Yoshida yazdı
Change-Id: Ic4abbff32f0e8d738db0a55857a92bf9cfadb050
-
Kohei Yoshida yazdı
This will save quite a bit of storage. It requires the next version of mdds (probably will be 0.8.0). Change-Id: I11e972c043ad58e8b76e241d3312b5a1de952cf7
-
Kohei Yoshida yazdı
Change-Id: I11f3a9096a96fa70f59d7ba4f22fe6daa55991b8
-
Kohei Yoshida yazdı
Change-Id: I79e19acdcc3c20db2a795961f486415a8069d177
-
Tor Lillqvist yazdı
(Just one small fix for building against libc++, an unknown amount of more difficult issues left to solve.) Change-Id: I9789b8d76aa214558ab4baad823b6650ebc640d3
-
Tor Lillqvist yazdı
(Note that we don't build successfully against libc++ currently; this is just a fix for the first issue that I came across when trying.) Change-Id: If8b594177434e96a8b51c372b26a72236b9b5f5e
-
Tor Lillqvist yazdı
Makes it more obvious where the file comes from if looking at one as it has been copied into the UnpackedTarball/clucene tree. Change-Id: I31cd24e64fd6ce3cf262c8509842ecc4425e1b1a
-
mmeof yazdı
Changes made are as Follows /officecfg/registry/schema/org/openoffice/Office/Impress.xcs To add the new global checkbox to Libreoffice Impress>General>Start A new xml block for EnablePresenterScreen was added <prop oor:name="EnablePresenterScreen" oor:type="xs:boolean" > /sd/source/ui/app/optsitem.cxx To add the setter/getter for the new checkbox button, namely: SetEnablePresenterScreen IsEnablePresenterScreen EnablePresenterScreen added to index number 26 of: GetPropNameArray() /sd/source/ui/dlg/tpoption.cxx SdTpOptionsMisc() editted to attach EnablePresenterScreen to CBX_ENABLE_PRESENTER_SCREEN aCbxEnablePresenterScreen ( this, SdResId( CBX_ENABLE_PRESENTER_SCREEN)) Also Added to FillItemSet() and Reset() functions /sd/source/ui/dlg/tpoption.src b/sd/source/ui/dlg/tpoption.src enableSdRemote size changed to Size = MAP_APPFONT ( 116 , 10 ) ; Pos = MAP_APPFONT ( 12 , 171 ) ; 158 was correct but 171 was added on request To allow enableSdRemote(CBX_ENABLE_SDREMOTE) and enablePresenterScreen( CBX_ENABLE_PRESENTER_SCREEN) to be drawn adjacent. enablePresenterScreen checkbox CBX_ENABLE_PRESENTER_SCREEN added /sd/source/ui/inc/optsitem.hxx Set default value for enablePresenterScreen as 1 or TRUE sal_Bool bEnablePresenterScreen : 1; Added getter/setter named same as above for interface definition sd/source/ui/inc/tpoption.hrc Defined CBX_ENABLE_PRESENTER_SCREEN as 42nd checkbox #define CBX_ENABLE_PRESENTER_SCREEN 42 /sd/source/ui/inc/tpoption.hxx Added interface declaration of aCbxEnablePresenterScreen which was attached to CBX_ENABLE_PRESENTER_SCREEN /sdext/source/presenter/PresenterScreen.hxx Added interface declaration of bool isPresenterScreenEnabled() to PresenterScreen class to allow presenterscreen to get if the option is checked /sdext/source/presenter/PresenterScreen.cxx Added definition of isPresenterScreenEnabled(const css::uno::Reference<css::uno::XComponentContext>& rxContext) Input : Current Process Context Output : The 0/1 value of EnablePresenterScreen from presenterconfig In PresenterScreenListener::notifyEvent( ) Added if(mpPresenterScreen->isPresenterScreenEnabled(mxComponentContext) mpPresenterScreen->InitializePresenterScreen() To initialize PresenterScreen only when enabled Change-Id: If8242e607323df57d8e78d08cf2129d03c0c9e4f Reviewed-on: https://gerrit.libreoffice.org/3762Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Id18a1f1053ec55f910152440a7e7a2eea4d44b3a
-
Armin Le Grand yazdı
added from symphony, also BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. Changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale (cherry picked from commit bf734a15) Conflicts: canvas/source/vcl/canvasbitmaphelper.cxx canvas/source/vcl/canvashelper.cxx sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx vcl/inc/vcl/alpha.hxx vcl/inc/vcl/bitmap.hxx vcl/inc/vcl/bitmapex.hxx vcl/source/gdi/bitmap3.cxx vcl/source/gdi/impgraph.cxx vcl/source/gdi/pdfwriter_impl2.cxx vcl/source/helper/canvasbitmap.cxx (cherry picked from commit 593c86280b64d97725adde0c0a0cc4f090fb2310) Change-Id: I41cf0a7e11bdbc6510e22e762486420995ba739b
-
Noel Power yazdı
Change-Id: I30481f8377d471a1bce50026adff53c15fbc6889
-
Herbert Dürr yazdı
ceterum censeo: good old C-linkage interoperability would be much more robust, reliable and easier to maintain compared to the current UNO-bridges approach of emulating the behaviour of the individual compiler, linker, dylib, unwind, etc. environments and thus being extremely platform specific. What an incredible waste of energy for little (if any) gain. SCNR. (cherry picked from commit c9fe5d02) Conflicts: bridges/source/cpp_uno/gcc3_freebsd_x86-64/call.s Change-Id: I728bce449e8e56572f31b50fb1452d1c2f9d7fea
-
Noel Power yazdı
Change-Id: I705e05878015f5c8aad993219ea89ea9d47f07fb
-
Noel Power yazdı
Change-Id: I884f84e437dad9440951e60c8f92fd6487c48832
-
Noel Power yazdı
Change-Id: I810897b3981390fc39e59d9c8a4c0095547a407a
-
Noel Power yazdı
Change-Id: I8d556a7a357fd7ad228a4fe95a54d6685a20e002
-
Noel Power yazdı
Change-Id: Ibba3c5e2c617daea70fb75b3235636620a46f9ff
-
Noel Power yazdı
Change-Id: I7fd804999f1b96e6aab112445edcd9dcf7753c24
-
Noel Power yazdı
Change-Id: I86f5cc0c60bba48eaaf40a3471cc0fb22e5e4b9c
-
Noel Power yazdı
Change-Id: I4800ad80f1b447cae03664653285f1917ad3ee7e
-
Noel Power yazdı
Change-Id: I0f9a68228c9cb6425b1d139744a92c4a3d4c6012
-
Noel Power yazdı
-
Noel Power yazdı
Change-Id: Id271f10ac82ebae9fedd68d30c7f44435d60751d
-
Noel Power yazdı
has limited support for paramaters ( only FileName and Format are processed ) Change-Id: I669f264679101ab3697dfaa3a3fb3b2d75f5a14b
-
Noel Power yazdı
Change-Id: I26213e4202ea2f2d15014ca722ab7878aa09cbf1
-
Noel Power yazdı
Change-Id: I6e5a9d3e7908349a76a73a79b3b1319b44e1e3aa
-
Noel Power yazdı
Change-Id: I6d822ef0d06e222f454c1279be16e33bcaae0037
-
Noel Power yazdı
Change-Id: I6ce22ecd6295bd8ad302d0f53c783f4ac2a1a036
-
Noel Power yazdı
Fix typo ( or brain fart ) where the VBA api was returning the libreoffice uno object instead of the vba wrapper object Change-Id: I0e615368d636ad08b40842ef9b91f3818829d3ea
-