summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-11-24Removed horizontal rule ugly 1990 thingCédric Bosdonnat
Change-Id: Ifafd8b2ffd9af90b6ac4ed2ee0ccd3c5e980731c Conflicts: sw/source/ui/misc/insrule.cxx
2012-11-23some i18n wrappers with LanguageTagEike Rathke
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-23Toggle Header/Footer edit when loading if neededCédric Bosdonnat
Change-Id: Ia8b469ccbb2d41c70429c725708bc853edcdd537
2012-11-23fdo#52182: Fixed click in frames located in header/footerCédric Bosdonnat
Using a distance to click to select the best object to select between normal text and background object. Change-Id: Ib5b53161c7af2c16f4df379382f2e53fc6d8092b
2012-11-23Show typeid in layout xml dump for debugging purposeCédric Bosdonnat
Change-Id: Ie36ba37d521b4a73455488cee61ef55a6fcc9c0f
2012-11-23Header/Footer: fixed the selection of frames anchored to header/footerCédric Bosdonnat
Now, double-click actually selects a frame anchored in header/footer. Code has been cleaned a bit as well. Change-Id: Idb7f3520527a0cb6efe0ea41c62f452bc87c4e8d
2012-11-23Header/Footer: fixed click on frames over the header/footer area.Cédric Bosdonnat
The main problem here was due to the click to show the separator when there is no header or footer under the frame. That code was just exiting MouseButtonDown too early, which isn't good. Moved the seperators showing code out of the SwCrsrShell as it has no clue about the document-position and may lead to problems. Change-Id: Ia62333b52c5d0659bbe7ec4fcfe6e664db132435
2012-11-23Resolves: fdo#57236 crash on export to htmlCaolán McNamara
SfxItemSet takes a sequence of (start, end) property ranges not a sequence of isolated properties reading 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889 it appears that the properties the new code wanted to query are included in the original ranges already Change-Id: Ifecdf23270d7f3d875d1c0cd942bab659bbabf29
2012-11-23sal_Bool to boolTakeshi Abe
Change-Id: I5f454a00d10264adc0c7312459ca0a7ad261c3ad
2012-11-22make left-right traverse through radiobutton groupsCaolán McNamara
lets preserve the traversal order from the initial grouping order, so convert the radio group set to a vector Change-Id: If057f0c5d5f2eac2e8866a8a39efde8035c4fc4a
2012-11-22AllSettings with LanguageTagEike Rathke
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-22sw: remove WorkaroundForB6375613Michael Stahl
... which is incidentally the last user of XDocumentInfo. Change-Id: I47dc31c8739aa1d50c2a3b26ac51a239417fa5b0
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-22sal_Bool to boolTakeshi Abe
Change-Id: Ib7d74ba8fe3cfc6cf9695d13a1537dacdceca627
2012-11-22Remove unused codeTakeshi Abe
Change-Id: I21800d9da3f31f3a53298e824f0f70b9cf8c0431
2012-11-21unused variablesLuboš Luňák
Change-Id: I216b6ddff479ecf45a9950c05d4d65d55afbc7a1
2012-11-21Moved buttons for consistency and improved widget spacingAlexander Wilms
Change-Id: Ia4faf04589503b1f299b3b53770f82b5d19fcd25
2012-11-21make the word count dialog the right size with disabled CJK word countingCaolán McNamara
we want to hide the CJK word count features unless CJK UI is enabled, or if there are CJK chars in the word count. We want the dialog to fit to the best size, so force the dialog to resize after it's visible (like a vclexpander) if in non-CJK mode and some CJK chars appear in the document. Change-Id: I328dcf2b111d5c5f527757ca11695ce4e9c43353
2012-11-21sal_Bool to boolTakeshi Abe
Change-Id: I0845702a9d0d590b0410df8bdcc3a12661f87714
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin
Change-Id: Icd1b2937fdeaba6de1877258731f53ddf996002e Reviewed-on: https://gerrit.libreoffice.org/936 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-20Merge branch 'feature/killsdf'Andras Timar
Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
2012-11-20Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
2012-11-20Rename style called "Default" to "Default Style" + First Cap Some Others too.Jan Holesovsky
Change-Id: I71b74ceabfdaced541529143d15d020ac17d2e26
2012-11-20fdo#57059 - fix crasher rendering borders for very small windows.Michael Meeks
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-20sal_Bool to boolTakeshi Abe
Change-Id: Icc13eb7a8c6720ac53163e3ee7842a22c2862ab3
2012-11-19warning C4805: '==': unsafe mix of bool and sal_BoolMichael Stahl
Change-Id: Ia3a21febe934b73401a008091c84766a2b798ca0
2012-11-19use LanguageTagEike Rathke
Change-Id: I4ffa1aa2dce0bf1d0c87d56f72589112ec1222a1
2012-11-19n#780645 DOCX import: add support for fixed column widthMiklos Vajna
In general, DOCX tables provide a grid for the table, then use spans in case different number of cells are used in different rows. In this case, the cell width is ignored, as the wished width can be counted from the grid and span values. However, it's also valid to simply provide more cells then the amount defined by the grid, and in this case the cell width should decide the final width of the cells. This commit adds support for this later case. Change-Id: I0dd6c1f0c06f81c2afa00489b7ad1f33ff300a7c
2012-11-19remove unnecessary #includeMatteo Casalin
Change-Id: I5b05a7aded3ed80e0269155100ad075bffecf9ea
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud
that create some clutter on some of the caller, this will be resolved as things progress to ward OUString only This is done that way to be incremental and avoid creating too big patches Change-Id: I4a881d85cc2ee1eb53bc0c0d0902838b1d3720a2
2012-11-19sal_Bool to boolTakeshi Abe
Change-Id: Ia6a4cd46b3bda875baeb9fcdda98a1964aedf841
2012-11-18sw: move swmodeltestbase.hxx to qa/extras/inc/Miklos Vajna
If we already have such an include dir, let's have all headers there. Change-Id: I2100b5308e7fdad9d98cfde76434ff485aca20c7
2012-11-17valgrind: Invalid read from sequence released during assignationCaolán McNamara
Change-Id: I3bb665e15e6f4ae7ada94a33a58633bd548d34f4
2012-11-17sal_Bool to boolTakeshi Abe
Change-Id: I4700455a1f2057ac2cc32da0260c810311c84a4f
2012-11-16Delete empty x-comment from shells.srcZolnai Tamás
Change-Id: I7899b18d30f8093598761204e7fae6bae93f6e5f Reviewed-on: https://gerrit.libreoffice.org/1090 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
2012-11-16n#780277: select field when clicking it instead of having cursor before itCédric Bosdonnat
Change-Id: I93d623b62e9357a71bfca3403cc98092ef58c7e4
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
Change-Id: I542835154e40b25d68fc3995d911810e26e30501
2012-11-15n#789482 DOCX: export track change data after w:hyperlinkMiklos Vajna
Change-Id: If204523d7da544b11b2d809993ada180476104ef
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
Also create a utility constructor for LocaleDataWrapper, which simplifies many of the calling sites. Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin
I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
2012-11-15fdo#46808, use service constructor for i18n::TextConversionNoel Grandin
Modify the service to return XExtendedTextConversion, since that is backwards compatible and the service implements it. Change-Id: I2923969135c396d643c501ed56e0528c0bd7c14a
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc36
Most of the changes are related to newly allocated memory, so we are sure it can not overlap with the source of the copy. Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1033 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens
Change Writer and Math to save ODF with compressed meta.xml as well, since there's no reason not to. Change-Id: Idde0dc9eafb03f0c84e52353289d857615aa3748
2012-11-14add asian/non-asian word count to UI when CJK mode is enabledCaolán McNamara
Change-Id: Ia54ba045a862d17e6967cee0f3f6f7409632233b
2012-11-15sal_Bool to boolTakeshi Abe
Change-Id: I95a8effcc90a9651e30dc43f8db6edeaa7ace5ef
2012-11-14The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara
so they can now be replaced by SV_*_REF now Change-Id: I2207d6582cab5f41851064f3d0c773e9421c0078
2012-11-14fdo#55525 import RTF_TRLEFTMiklos Vajna
Additionally: 1) Make sure cell margins are zero when they are not defined. 2) Handle cellx values in case of a negative left margin. Change-Id: I9b8fb700b6459e622396c98e4344aba79f62c96e
2012-11-13fdo#56954: fix Ignore menu item of grammar mistakesLászló Németh
Change-Id: I5cec602c686d5199b516a7e5135ababeb0751444 Reviewed-on: https://gerrit.libreoffice.org/1024 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org>