summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl32-302/+416
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-22Similar changes as in ../LibreOffice4AndroidTor Lillqvist1-11/+12
Change-Id: I6a0969a2004c52f117d6b250e3af42904bf16a0a
2012-11-22Some svgio clean-upStephan Bergmann39-215/+64
Change-Id: I48adf3b0500f3e4e37fbe444f8a0773d273e09d2
2012-11-22convert text xml filter dialog to .uiCaolán McNamara10-406/+522
Change-Id: I619b1495df376854a614239d59f68c565bbe9086
2012-11-22use MNEMONIC_CHAR defineCaolán McNamara1-1/+2
Change-Id: I824bd1ad981e0b37e273a054e2a64cb500776180
2012-11-22seekrel(-6) + read(4) into discard + seekrel(2) == noopCaolán McNamara1-4/+0
seek backwards 6 bytes read a 4 byte value into a variable that's never used seek forward 2 bytes Change-Id: I1e3ac7606dedb394c571e4589b34cfe050a28fc8
2012-11-22loplugin: unused Point aPos0 and Rectangle aRectCaolán McNamara1-5/+3
Change-Id: Ib0960cca6141ac28958c80aa8d716a98abef1f8d
2012-11-22Use xcrun when available to run install_name_toolTor Lillqvist6-7/+10
This hopefully should help in situations like Jonathan Aquilina's, where /usr/bin/install_name_tool does not correspond to the tool-chain used (but is from an earlier version of Xcode). Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03
2012-11-22fix 3D 'fade' transitionsDavid Tardon8-14/+1054
* canvas bitmaps created without transparency get an appropriate color space * implement a color space for OpenGL RGBA to use instead of canvas::tools::getStdColorSpace(), which apparently uses VCL's interpretation of alpha (alpha == 0xff means full transparency, alpha == 0 full opacity). Change-Id: I97f30533206b75132abd0bb0d290a279f15ae8a9
2012-11-22fix Fade Smoothly transitionDavid Tardon1-4/+5
Change-Id: I833bd800491bce81ccaef97d9320a4df10aaff79
2012-11-22refactor OpenGL transition creationDavid Tardon3-496/+939
Change-Id: I1f2de591906f3560cc60d1323e8dcfb66448f4eb
2012-11-22always set event descriptionDavid Tardon6-46/+13
Change-Id: I8d83c0d65fff0b0d3d08f32aa3d5c0bb5e7e9c8a
2012-11-22OSL_TRACE -> SAL_INFODavid Tardon1-25/+29
Change-Id: I3c3dbe958fe50cc95b8427ac4daaca1a5bec784c
2012-11-22make conditionally-compiled code easier to readDavid Tardon1-4/+14
Change-Id: I6e855fd09ded2afc14379b75a7ab66b99588dd6b
2012-11-22IPC_STATUS_2ND_OFFICE -> BS_TERMINATE -> EXIT_SUCCES rather than EXIT_FAILUREStephan Bergmann1-1/+1
Change-Id: Ic2dd861de07f90676bb263c7ea6c00c2b4335de5
2012-11-22Probably want to check CROSS_COMPILING here, not (just) iOSTor Lillqvist1-1/+1
Change-Id: I5b9f6323e80b69e5baf81016ac92eda0b5bdd13d
2012-11-22Forgot to add gid_File_Lib_PresenterScreen to module_impressStephan Bergmann1-0/+1
Change-Id: I3b3095222444ad6b0aea85c1141d0107b4c3509e
2012-11-22Do not overlap FT_DOCTEMPLATE_LINK, BTN_DOCTEMPLATE_PACKAGEStephan Bergmann1-1/+1
Change-Id: I6edcd6641dbcd62ceb49f5b975eea6a40a47f6ab
2012-11-22add xml-lang attribute to title tagAndras Timar1-1/+1
Change-Id: I847c8db18730126d00f4d160ec7585611377bc38
2012-11-22Fail fastStephan Bergmann1-4/+2
Change-Id: I17d6ab71ec7bcf40dccb2c9ffe3d9f2e6b10f01c
2012-11-22move Presenter Console help to main helpAndras Timar2-191/+0
Change-Id: Ic54a0ade61a0c91e158de6afd3f702b9f286cb67
2012-11-22Updated coreAndras Timar1-0/+0
Project: help 53421e107f2e8c933e463e03a6bb7a0178b3ff85 move Presenter Console help to main help
2012-11-22Updated coreAndras Timar1-0/+0
Project: help 36f2b829ab8724644735e18b62b703be6e2f1d77 move Presenter Console help to main help
2012-11-22sal_Bool to boolTakeshi Abe9-126/+126
Change-Id: Ib7d74ba8fe3cfc6cf9695d13a1537dacdceca627
2012-11-22Remove unused codeTakeshi Abe2-27/+0
Change-Id: I21800d9da3f31f3a53298e824f0f70b9cf8c0431
2012-11-22Delete tree_strings.xhp from librelogoZolnai Tamás1-29/+0
Change-Id: I66c8768b216ca91271b1c42a81ae3cdaee9dafca
2012-11-21Updated coreZolnai1-0/+0
Project: help 0d7698e9affe313d6cb83272958c5600f5736fc5 Delete obsolete part of tree localization
2012-11-21Get language id from path of po fileZolnai Tamás1-20/+17
Language ids in po headers can be various so its simpler to extract from path. Change-Id: I3e9447359f3c054aea32b5417b2168025168c556
2012-11-21Fix language id checkingZolnai Tamás2-5/+9
The result of GetLanguages() is a vector, but behind it the language ids stored in a set, so the order not depend on which id was inserted first. With language ids which are after qtz in alphabetic order this checkings works wrong. Change-Id: I4e15d4de576b1fc567692109311c053b0d93ea60
2012-11-21None of this for non-desktop OSes I thinkTor Lillqvist2-46/+2
Change-Id: I8c4a6d8e5ee7cddf069c7d1b3ab43efd8e359b3f
2012-11-21use proper URL for UCPP in Executable_idlc.mkRene Engelhard1-1/+1
Change-Id: I882abb339bb160f74cfd00c1c005585d4478ac8d
2012-11-21Use --disable-cairo-canvas here, tooTor Lillqvist1-0/+1
Change-Id: I21ca700e16d41a0f8372bf997cdd7ae57e555c41
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist15-1790/+51
We haven't been able to build NativeActivity-based apps (like the android/qa/sc and anroid/qa/desktop thingies) since we switched to DISABLE_DYNLOADING and a single DSO liblo-native-code.so anyway. No lo_main() any more. <sal/main.h> should not be included ever when compiling for Android of iOS now. Lots of stuff binned from vcl's androidinst.cxx, in the (vain?) hope that it will reduce the amount of never invoked GUI code that gets linked in. Change-Id: I25f584864c40110774c728a23151e089620442d9
2012-11-21initialize nCheckPos before passing it, undefined to SvNumberFormatterMichael Meeks1-3/+3
Change-Id: I8e80de82354ed0adf66b39175a5c9b993c541821
2012-11-21Don't bother with -Wl,--stats, I'm not loooking at them anywayTor Lillqvist1-1/+1
Change-Id: I1bbe00e42d6d36c9dd86f576b5cc8998e99819b8
2012-11-21Updated coreAndras Timar1-0/+0
Project: translations ed3c1d45520761d3ef9a13b2ce19b05f9dba5421 missing Language codes in Serbian po files
2012-11-21Po files' header has modified language idZolnai Tamás3-3/+3
So they must be changed to match with real id Plus add more usefull error message Change-Id: Ife941756bd108ed9adb73dd2d30bd7fa79eb3e35 Reviewed-on: https://gerrit.libreoffice.org/1148 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-21Updated coreAndras Timar1-0/+0
Project: translations d0d5e5386afaaf4a7f123fae23bbd34872c57d87 fix Language in sh po headers
2012-11-21svl: convert SvNumberformat constructor to OUStringNorbert Thiebaud3-294/+324
Change-Id: I4031e0a89737687ff167360b987961e8b0e362fe
2012-11-21android: fix cppunit testingMichael Meeks1-1/+2
2012-11-21Use correct variable in the iOS and Android casesTor Lillqvist1-4/+4
Change-Id: I759ea062c6a0cc1d9a2aafba502057f53596459c
2012-11-21This function should obviously be exported for it to be callableTor Lillqvist1-1/+1
Change-Id: Ia63e27ec40a66c52b52292549ea03899c1b3801e
2012-11-21added operator==() and operator!=() to LanguageTagEike Rathke2-0/+19
Change-Id: I4f339ecaeb147a05f8882065e859902f8c14ac47
2012-11-21Save more space: compress the .rdb files in the .apkTor Lillqvist1-7/+7
This means they will have to be uncompressed and copied into actual files when the app runs for the first time, but that is a small price to pay for reducing the .apk size with over ten megabytes. Change-Id: I5bcf3c228197519edd1ca8cbd804b5f027d7699d
2012-11-21accept svg documents in svg: namespace (hack)Fridrich Štrba1-1/+1
Change-Id: I7678e25a2229abc2147510fe08165dc2faf5d977
2012-11-21obtain LanguageTag from SvtSysLocaleEike Rathke13-92/+47
Change-Id: Iaee25f1d92349704eaae45e6582d31dfa718ddcb
2012-11-21include necessary headerLuboš Luňák1-0/+1
Change-Id: Ibfad213031a2ff07a752cf6b14a2fe35b6e285f4
2012-11-21debug helpers for Point, Size, Rect, etc.Luboš Luňák1-0/+35
I'm kinda tired of typing it out (what kind of imbecile lumps all these classes together into one header and still can't decide whether accessors are Foo() or getFoo() and the capitalization of that?). Change-Id: I15b69280265ae8570378f9f905cca66d546a252c
2012-11-21Turn presenter screen from bundled extension to plain codeStephan Bergmann140-761/+869
The immediate trigger was 5e5c11c664f67ff9fd1120905b09a32bea3b2f6c "fdo#42070 Fix RTL support in presenter console" causing build failures on Mac OS X when linking the extension against vcl, but there should be more benefits of going from a bundled-anyway extension to plain code. (Not the least to get rid of the com.sun.star.drawing.XPresenterHelper hack.) To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant identifiers as follows: * UNO implementation com.sun.star.comp.Draw.framework.PresenterScreenJob -> org.libreoffice.comp.PresenterScreenJob * UNO implementation com.sun.star.sdext.presenter.PresenterProtocolHandler -> org.libreoffice.comp.PresenterScreenProtocolHandler * protocol handler schema vnd.com.sun.star.comp.PresenterScreen -> vnd.org.libreoffice.presenterscreen * configuration schema /org.openoffice.Office.extension.PresenterScreen -> /org.openoffice.Office.PresenterScreen (it appears this contains little to no user-changeable data anyway, so not migrating it to a new user profile due to the schema name change should not be problematic) * job ID onDocumentOpenedJob -> org.libreoffice.PresenterScreen Even with these precautions, having the presenter screen installed both as plain code and as a (per-user or shared) extension still leads to a crash when activating presentation mode (likely due to how both codes want to take control of the screen). To mitigate this, existing installations of the extension are explicitly not migrated to new user profiles. The sdext/source/presenter/bitmaps/*.png files were moved to icon-themes/galaxy/sd/res/presenterscreen-*.png and are now accessed via SdResId (adding the relevant data to sd/source/ui/inc/res_bmp.hrc and sd/source/ui/app/res_bmp.src; not sure whether these locations are already ideal). The code itself has been left mostly unchanged in sdext/source/presenter/, and it still clumsily communicates with sd core code via XPresenterHelper. There is a lot of room for improvement here. The help data is left untouched at sdext/source/presenter/help/ and needs to be incorporated properly into helpcontent2 in a follow-up commit. The --disable-ext-presenter-console configure switch is gone. Change-Id: I71adb7ae6dcdbd1802151fce6e3871d8a2026332
2012-11-21fix build with poppler-0.21.1Petr Mladek1-1/+6
heh, they put back UTF8.h Change-Id: Id915b1a1e41440a4b53058779355e99e3592e5fa