summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara
2012-01-04Page Break: fixed position of tab in RTL and added dirty hack for freezesCédric Bosdonnat
2012-01-04Header/Footer: switch cursor between header and footer using the cursorCédric Bosdonnat
This fixes commit cce76e658af88813e17dea4f04388a29d7e582df.
2012-01-04Page Break: fix remaining indicator in some casesCédric Bosdonnat
When creating a new page without using a page break, before a page break, there was a remaining indicator. These are now checked and removed to avoid such cases.
2012-01-04Page Break, Header/Footer: fixed the line color change if config changesCédric Bosdonnat
2012-01-04Page Break: show the page break right under the mouseCédric Bosdonnat
2012-01-04sw: tweak comment translationsMichael Stahl
2012-01-04Translate German comments to English and correct the English onesPhilipp Weissenbacher
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
Remove SvStrings definition and obsolete #defines.
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-03Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-03Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-03Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-03Page Breaks: avoid flickering of the tab by drawing it over the lineCédric Bosdonnat
2012-01-03Related: fdo#37161 update layout (if present) before DOCX exportMiklos Vajna
2012-01-03fdo#37161 RTF: update layout (if present) before exportMiklos Vajna
2012-01-02Clean non English strings in the codeLior Kaplan
we do translation differently.
2012-01-02another string composition bad for l10nAndras Timar
Delete $1 / Format $1 where $1 can be Header / Footer It turned out that translation of Header and Footer can be different when deleting and when formatting, at least in Estonian.
2011-12-30Unused, as pointed by Terrence Enger.Jan Holesovsky
2011-12-30fdo#38831 Convert some SvStrings to std::vector (part 2)Brad Sowden
2011-12-30fdo#38831 Convert some SvStrings to std::vectorBrad Sowden
2011-12-29Header/Footer: When editing, show only the appropriate conrol.Jan Holesovsky
Instead of showing both the header and footer controls, show only the footer-related if in footer, or header-related if in header.
2011-12-29Header/Footer: Show / hide the control immediately.Jan Holesovsky
- When the mouse pointer enters or leaves the headers / footers, show or hide the header / footer control immediately. Waiting for that to appear is annoying; and similarly for disappearing - one usually ended up clicking the header / footer area to speed that up, and had a feeling of misbehaving. - Few related re-paint improvements
2011-12-29Some cppcheck cleaningJulien Nabet
2011-12-29Some cppcheck cleaningJulien Nabet
2011-12-29RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)Miklos Vajna
2011-12-28fdo#35099 fix RTF export of date fieldMiklos Vajna
2011-12-27Try to draw replacement preview at original sizeStefan Knorr (astron)
2011-12-27Thanks to Ivan Timofeev, fix the 'Preview' checkbox in 'Indexes and Tables...'Jan Holesovsky
2011-12-27Fix position of the 'evaluate up to level' text and numeric field.Jan Holesovsky
2011-12-27Remove an unnecessary full stopLior Kaplan
2011-12-24Keep abstract dialog terminology alignedLior Kaplan
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora
2011-12-23Writer: Hyperlinks on ToX have 'Index Link' style by defaultCédric Bosdonnat
2011-12-23WaE: possibly uninitialized variableCédric Bosdonnat
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-22sw: translate some comments, and s/sal_Bool/bool/Michael Stahl
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva
2011-12-22Improve usability of the Page Break control.Jan Holesovsky
- use the same fade in/out values that we use for headers/footers - clicking on the line opens the menu too - clicking outside the menu hides the button - leaving the line or the button hides the button immediately
2011-12-21Header/Footer,Page Break: fix bad test for printing mode (fdo#43962)Cédric Bosdonnat
2011-12-21Replace SwTxtPortionTable with std::map.Marcel Metz
2011-12-21sw: fdo#39159 fdo#40482: temp selection print doc:Michael Stahl
Ensure that the printing temp selection document is not destroyed prematurely by SwXTextView::NotifySelChanged, called via ViewOptionAdjustStop, by retaining the temp doc object shell not at the View but in SwRenderData. Not restoring the view options for selections does not actually work, because having a selection surprisingly does not imply printing a temp document: the preview also uses a selection. (view option regression from cd690d2e72be410058376c416a40ff5d918fb0f7)
2011-12-21tweak for pre language-defect #77Caolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21needs more work firstCaolán McNamara
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21callcatcher: remove some unused codeCaolán McNamara