Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-24 | always explicitly handle empty string of ranges | Ivan Timofeev | |
2011-10-22 | execute filters-test in headless mode | Markus Mohrhard | |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | |
2011-10-20 | Added a scanbutton to the scan-dialog | Rob Snelders | |
2011-10-20 | SvUShorts -> std::vector | Daniel Di Marco | |
2011-10-20 | Sw styles cleanup: removed now unused methods | Cédric Bosdonnat | |
2011-10-20 | Resolves: fdo#41556 restore original CTL font after forcing font | Caolán McNamara | |
2011-10-20 | WaE: NULL used in arithmetic | Tor Lillqvist | |
2011-10-20 | char can be unsigned, use sal_Int8 | Tor Lillqvist | |
2011-10-19 | migrate to StringRangeEnumerator in pdfexport | Ivan Timofeev | |
Notes: win32 working build | |||
2011-10-18 | Removed some -Weffc++ warnings from the Header/Footer work | Cédric Bosdonnat | |
2011-10-17 | Styles cleanup: forgot to remove some bits | Cédric Bosdonnat | |
2011-10-17 | Removed list and numbering paragraph styles and related option page | Cédric Bosdonnat | |
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolán McNamara | |
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test | |||
2011-10-13 | Fix build problem with the 'attribute' namespace. | Fridrich Štrba | |
2011-10-12 | Header/Footer: Implemented fade in/out | Cédric Bosdonnat | |
2011-10-12 | Page Break: Make the line control thicker to ease fade in/out | Cédric Bosdonnat | |
2011-10-12 | Header/Footer: using the drawinglayer to paint the indicator | Cédric Bosdonnat | |
First step before implementing Fade In/Out | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, DateTime edition: | Michael Stahl | |
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter. | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, part 1: | Michael Stahl | |
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars | |||
2011-10-10 | Page Break: fade in / fade out the button when mouse if over the line | Cédric Bosdonnat | |
2011-10-10 | Page Break: Fix page break deletion when changing page style | Cédric Bosdonnat | |
2011-10-10 | Page Break: show the button on the right for book mode view | Cédric Bosdonnat | |
2011-10-10 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-10 | ensure correct export size type in stream operation | Caolán McNamara | |
2011-10-10 | aEmptyByteStr unnecessary | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-09 | Page Break: don't let the indicator being hidden due to the zoom level | Cédric Bosdonnat | |
2011-10-07 | Page Break: Fixed part of the Edit menu action cursors handling | Cédric Bosdonnat | |
Added an optional SwPaM argument to SID_PARA_DLG action to avoid changing the current cursor before showing the dialog. Set the focus to SwEditWin after the action to continue editing the document. | |||
2011-10-07 | WaE: win32 cleanup | Michael Meeks | |
2011-10-07 | this counter is not needed in sw/.. view.cxx, thanks cppcheck | Pierre-André Jacquod | |
2011-10-07 | cppcheck scope reduction in sw/..docredln.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck scope reduction in sw/.. trvlfrm.cxx | Pierre-André Jacquod | |
2011-10-07 | WaE: truncation of constant value | Tor Lillqvist | |
Just use sal_Unicode as type for cLeader as it is being assigned to a sal_Unicode field anyway. | |||
2011-10-07 | WaE: unreachable code | Tor Lillqvist | |
2011-10-07 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | |
static_cast is what we should need here, say the C++ experts. | |||
2011-10-07 | Trying to unbreak the build with older GCC | Fridrich Štrba | |
If I am completely wrong, feel free to revert and fix it the right way | |||
2011-10-07 | fdo#41187 - "Prind grid" possible only when "Display grid" checked | Takeshi Abe | |
2011-10-07 | Remove Declaration of WW8Bytes now not used | Maciej Rumianowski | |
2011-10-07 | 2nd part of Replace WW8Bytes with ww::bytes | Maciej Rumianowski | |
Use prefered methods from SwWW8Writer | |||
2011-10-07 | Remove unused Variables in WW8Export | Maciej Rumianowski | |
Variables were NULL or 0 saved and restored but nothing more. | |||
2011-10-07 | 1st part of Replace WW8Bytes with ww::bytes | Maciej Rumianowski | |
Change WW8Export::pO to ww::bytes and other related | |||
2011-10-07 | Add method data() to ww::bytes. | Jan Holesovsky | |
2011-10-06 | Page Break: implemented final paint of the indicator and its line length | Cédric Bosdonnat | |
2011-10-06 | Page Break: fixed the Edit dialog... wasn't using the correct selection | Cédric Bosdonnat | |
2011-10-06 | Remove code related to previously disabled HTML 3.2 export | Harri Pitkänen | |
2011-10-06 | Page Break: fixed crasher, the page frame can contain no children | Cédric Bosdonnat | |
2011-10-06 | Ensure msword lib has not yet been unloaded when aReaderWriter pReaders are ↵ | Stephan Bergmann | |
destroyed. ...as some may use code exported from msword lib. The newly introduced sw::Filters class can still be improved, bundling what is currently exported through various channels from fltini.cxx. Also, the code is still not thread safe. | |||
2011-10-05 | Page Break: implement the break before page case | Cédric Bosdonnat | |