summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
If no LanguageTag instance is at hand use the static methods to convert between BCP 47 string, Locale and MS-LangID instead of creating temporary instances. Change-Id: I9597f768078eb81c840e84a5db5617f26bb7dc09
2013-07-13added static convertTo...() methodsEike Rathke
Standalone conversions from Locale and LangID do not need a LanguageTag instance. Provide simple static methods. For consistency also static methods to convert from BCP47, but using a temporary instance. Change-Id: I5edd27e917ef9e92e8ec457e715b7558d7e4660f
2013-07-13make highest debugging level build againCaolán McNamara
Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba
2013-07-13Fix some runtime exceptions with msvc-built libvisioFridrich Štrba
The previous code was causing silent exceptions in some particular cases. Passing through a temporary works well. Change-Id: I71a9a58b98b5f392da4d8a4c8d08ddc1487ec79f
2013-07-12Don't forget to shift to the right start element within the block!Kohei Yoshida
Else it would always start from element one of the block regardless of the requested start row position. Change-Id: I3843eab2a88b8361250346e3f9696be5086039ea
2013-07-12This comment is no longer correct.Kohei Yoshida
Change-Id: I815016551ea979d27e1f402dc2badda0d856a229
2013-07-12Cache select converted tokens to avoid unnecessary token duplication.Kohei Yoshida
Change-Id: I3a63d5cbbc1cdc37d681ffd41ec22ff65e56cc0d
2013-07-12Set an array of doubles in one step, rather than individually in loops.Kohei Yoshida
The latter is massively slow, apparently. Change-Id: I689643330e1b04eff7d9665de5d6e423906517e1
2013-07-12fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida
This causes wrong format type to get "detected" when testing for a completely different file format type. Change-Id: I230759e2be432beeae2db24c12369ccb4585f334
2013-07-12fdo#66811: vcl: fix broken OUString with length STRING_LENMichael Stahl
ImplSalGetUniString was wrongly converted and constructs OUString with invalid length in WinSalGraphics::CreateFontSubset; this is then implicitly converted to an empty UniString so the font names are missing in the PDF files generated on Windows. (regression from 9e310cc32923ceb4b18d97ce68d54a339b935f01) Change-Id: I1603e62cf18f353f3d7de322b9111a173dc6b225
2013-07-12remove use of recently removed header fileLuboš Luňák
Change-Id: If4248c728f44bfda089fdba9f27a33868daf8663
2013-07-12Updated coreCaolán McNamara
Project: help b344257a8edb47b721e283c9eb50eef9e8a381db
2013-07-12Updated coreCsikós Tamás
Project: help 4096747c2cfa974b1e5b544c36ceff2d85667fc0 update help ids for print areas dialog .ui conversion Change-Id: Icc747e1cb2387aacf806b38aa8a599bf1fec75bd Reviewed-on: https://gerrit.libreoffice.org/4867 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12set primary and secondary text on the gtk overwrite queryboxCaolán McNamara
Change-Id: Ie671ddaba0e749dd0714de589fbaa45d914ba5c9
2013-07-12PCH for more librariesLuboš Luňák
Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
2013-07-12Disable openCL by default on Mac (for now).Michael Meeks
Change-Id: Iaf54a64a9e910eaffe1526f3471df8f98854343d
2013-07-12fdo#66745: drawinglayer: properly restore anti-aliasing modeMichael Stahl
VclPixelProcessor2D: the constructor changes the anti-aliasing mode of the given output device, and the destructor restores a hard-coded mode instead of what was there before. Due to this commit 5913506b2193e93ca2767ab7365ab2e76ed7848f turned off anti-aliasing for FontWork objects simply by creating a temporary VclPixelProcessor2D. Change-Id: I7f7fcbf86b0dd425f599cd8e62fce3c69a2744bb
2013-07-12Fix headless mode glyph cache memory handlingStephan Bergmann
...the original code was riddled with errors. It leaked memory, which if it didn't it would have deleted multiple times. Change-Id: Ic70b425fac02ef894e35b3dc15039d217f8870f5
2013-07-12add autoresize storyboard to reposiqi
Change-Id: I8e9d5a30799fe61df7e7ac235abcbee77f598da2
2013-07-12license updatesiqi
Change-Id: I79c3da3023c4a5feb5d9f581539696ea988a479b
2013-07-12XubString->OUStringCaolán McNamara
Change-Id: I07f4db038114174a65ed453096d566d699e8fce8
2013-07-12WaE: private field 'pBtnHelp' is not usedTor Lillqvist
Change-Id: I72f8440691192b7c05ef1c7df85c76e84f7f54ee
2013-07-12More SAL_INFO in writerperfectFridrich Štrba
Change-Id: Ifeef0fab105bec8c42c7f3844dde5d7f81e264b5
2013-07-12bnc#828598 fdo#59643 SwFormatClipboard: fix undo of paragraph attributesMiklos Vajna
Paragraph attributes were set directly on the SwTxtNodes, instead of going through SwWrtShell::SetAttr(), which handles undo/redo. Regression from 357fac9713875302d30185feabaf5c165e040ca4. Change-Id: I5dc86e20e3c006dab60a075355ce9ad1f1b67bb6
2013-07-12new iconsiqi
Change-Id: I525bd9ffb539f0a64fa02c6a4f10021b298a2eee
2013-07-12GtkComboBox->GtkComboBoxText to use the items, etcCaolán McNamara
Change-Id: I6ece0c471fbe21fc832c4c65a02bfbc9cf991a5a
2013-07-12modern .ui widgetlayout for areasdlg/printareasdlgCsikós Tamás
Change-Id: I91ae85f6ca896bdc91d43654213a079480e627e0 Reviewed-on: https://gerrit.libreoffice.org/4866 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12disable pointer when enlarged image is hiddensiqi
Change-Id: I6c637a4d8d8e0e3ffdeeb29ea98ca184d198355e
2013-07-12iOS5 backward compatiblesiqi
Change-Id: Ia540e68d953069e5f690a36303823f59e1129b46
2013-07-12constify these methodsCaolán McNamara
Change-Id: I72173ef6cbea28afe9f349aa57a94cbfd537a851
2013-07-12Resolves: fdo#54493 autoenable CJK/CTL ui based on installed keyboardsCaolán McNamara
Change-Id: I66d3c57c88ff64fc3e3a7fa50fb5a173e709e3bf
2013-07-12Related: fdo#54493 determine if a CJK/CTL keyboard is installedMarc Garcia
Change-Id: If21a34c69f58612f8ec2eba1253f325f352962cd
2013-07-12Add unit test for GETPIVOTDATA.Kohei Yoshida
This is just an initial version. Will add more test cases as needed. Change-Id: I40b00bedafc585acd21e804cf041ce4538274ff9
2013-07-12SwFormatClipboard: unused includesMiklos Vajna
Change-Id: I41a6ad6e3af76ddcfad7c33b434601dcc8a2de95
2013-07-12remove create of com.sun.star.awt.tree.DefaultTreeDataModel, it doesn't existNoel Power
Change-Id: I029286d9c25f0b7ee562e87cc7e205aa398e594b
2013-07-12fix fdo#66586 Revert "fdo#46808, create IDL fortree::DefaultTreeDataModel"Noel Power
This reverts commit fcd01fba69db6de6cfc983fae65b6ba6764de0d6. Service DefaultTreeDataModel actually doens't exist ( and we can't find when/where it used to :-( ) The treecontrolpeer.cxx change to use the new service also had the undesired effect of throwing an exception when the UnoTreeControl model is inserted ( previously this failed silently ) The net effect is the dialog control is malformed and not initialised correctly
2013-07-12Updated coreCsikós Tamás
Project: help 38c2d6deb0e64f9f5a7bbc29f313185984d0aea5 update help ids for frame url page .ui conversion Change-Id: I1d4ec32bebd5815e071d6c2756fcc3323341de02 Reviewed-on: https://gerrit.libreoffice.org/4861 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12modern .ui widgetlayout for frmpage/frmurlpageCsikós Tamás
Change-Id: Ia308fa393baffc7f456ba613cb216b427c450ca6 Reviewed-on: https://gerrit.libreoffice.org/4854 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann
Change-Id: I4067c5039c7b5c74a1c144721dd7260de54dd2bf
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann
Change-Id: I917c4136614664a1816769300707f170312c885d
2013-07-12Resolves: #i120957# Added Reginas corrections for gradient colors for...Armin Le Grand
linear gradients in VCL renderers Patch by: Regina Review by: alg (cherry picked from commit 94205034afa2abe9ab73b2f5d0c76f295a7889c9) Conflicts: vcl/source/gdi/outdev4.cxx Change-Id: I8b66bb1b9155253e138c7ebb4fc3e0686bae7913
2013-07-12add auto correct for uknown -> unknownCaolán McNamara
Change-Id: I1f67da89f7e9b4a31018fc2ab0a95f7368468d6f
2013-07-12initial unexpanded child was actually zero size, not hiddenCaolán McNamara
Change-Id: I8b65b4986bf316e352131e737ebf736d91173d16
2013-07-12tab traversal order wrongCaolán McNamara
Change-Id: If3b46a1f41cfdde7e6ae04c2aba48fc49d6f2230
2013-07-12allow to run smoketest in arbitrary installationDavid Tardon
Just set OOO_TEST_SOFFICE=path:/path/to/installation/program/soffice . Change-Id: Ic772a56328253f608a62a21923a74198fa29a136
2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr
Patch by: Tsutomu Uchino <hanya.runo@gmail.com> (cherry picked from commit 5e2c3fd88906494965979bd20ca852391bee3bac) Conflicts: pyuno/source/module/pyuno_impl.hxx Change-Id: If73d5f7b799f04b79b5cc71d2d44c797851b18d0
2013-07-12Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr
through environment vars Set the log level with the environment variable "PYSCRIPT_LOG_LEVEL" "DEBUG" (for debugging) "ERROR" (show errors only) "NONE" (or anything else) (for production) is the default and the log output type with the enviroment variable "PYSCRIPT_LOG_STDOUT" "0" (log output to user/Scripts/python/log.txt) "1" (or anything else) (log output to stdout) Patch by: Tsutomu Uchino <hanya.runo@gmail.com> Review by: Herbert Durr <hdu@apache.org> Note: Commit message edited by ASF infra team to work around a known issue with the ASF svn install (not an issue with svn) and UTF-8 handling. This is a temporary issue that we hope to resolve soon. (cherry picked from commit 9dc7f72febe9d294304f70cc7b9cdeab1c67dc8b) Change-Id: I099c8b3f812559c380078f63b692c83fdc811e33
2013-07-12Related: fdo#66817 ensure VclExpander label is mnemonic for disclosure buttonCaolán McNamara
Change-Id: I11c9a35e3d50a827127e4542a40f6f29580d4e8b
2013-07-12write bcp47 format-locale if necessary and read bothEike Rathke
Change-Id: I82cfdd8652d1c86b701ccb0b913928c860a360d2
2013-07-12write ISO codes for native number transliterationEike Rathke
Change-Id: Idc3bf2aabb7df4e57deb13251a1f6631c579268c