Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-20 | remove ToDouble/ToFloat | Caolán McNamara | |
2012-03-20 | callcatcher: update list, I suspect SvLBoxBmp cannot be instantiated | Caolán McNamara | |
2012-03-20 | make ResId->OUString the primary route | Caolán McNamara | |
2012-03-20 | remove extra string casts | Caolán McNamara | |
2012-03-16 | Some include and comment clean up | Stephan Bergmann | |
2012-03-16 | fdo#37593 Make sure needsUpdate compares canonicalized paths | Stephan Bergmann | |
...so that it does not erroneously always claim an update is needed, so that SvtDocumentTemplateDialog::UpdateHdl_Impl does not always jump back to OpenTemplateRoot() shortly after opening the dialog (and thus jumps away from the last remembered folder). | |||
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-14 | Some visual clean up | Stephan Bergmann | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-14 | svtools/source/contnr: translate comments | Stefan Knorr (astron) | |
2012-03-14 | svtools/source/config: fix typos, translate | Stefan Knorr (astron) | |
2012-03-14 | svtools/source/brwbox: translate comments | Stefan Knorr (astron) | |
2012-03-13 | TextEngine::SeekCursor needs to call SetFont after all | Stephan Bergmann | |
10f28d5c9a072bf108a79f3b05ad8247ca0dcea5 "callcatcher: build fixes" had removed this with the comment "SetFont() doesn't do anything" but that is clearly wrong: Without this, e.g. bold text within text fields is not displayed as such (e.g., "File - New - Templates and Documnets - Templates - Presentation Backgrounds - Black and White": the captions in the right hand pane ("Title:", "Date:", etc.) should be bold). | |||
2012-03-13 | Clean up ODocumentInfoPreview | Stephan Bergmann | |
2012-03-12 | implement RTF support of contextual spacing | Miklos Vajna | |
Import, export and testcase. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | Translate German comments | Philipp Weissenbacher | |
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel Grandin | |
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places. | |||
2012-03-08 | fix the condition | Radek Doulik | |
2012-03-08 | added one more check to be more safe to identify (in)valid metafiles | Radek Doulik | |
2012-03-08 | just in case | Caolán McNamara | |
2012-03-07 | allow wmf header to be placed on position aligned to 4 bytes | Radek Doulik | |
- because there are such buggy emf files flying around (n#705956) | |||
2012-03-07 | remove various unused methods and source files | Caolán McNamara | |
2012-03-06 | ditch archaic taskbox/taskmisc/taskstat implementations | Caolán McNamara | |
2012-03-06 | TaskBar is never constructed | Caolán McNamara | |
2012-03-05 | Replace VARARR TEWritingDirectionInfos with std::vector | Maciej Rumianowski | |
2012-03-05 | Replace VARARR_SORT TESortedPositions with std::set | Maciej Rumianowski | |
2012-03-03 | ValueSet: simplified autoscroll logic | Matteo Casalin | |
2012-03-03 | ValueSet: reduce memory footprint by dynamically evaluating rectangles | Matteo Casalin | |
2012-03-03 | ValueSet: remove redundant check | Matteo Casalin | |
2012-03-03 | ValueSet: fix safety check - failure value of GetItemId is 0, not -1 | Matteo Casalin | |
2012-03-03 | ValueSet: replace some conditionals with simple arithmetic | Matteo Casalin | |
2012-03-02 | WaE: has virtual functions but non-virtual destructor | Tor Lillqvist | |
2012-03-02 | Re-introduce variable thought unused in 2004 and use it as presumably intended | Tor Lillqvist | |
2012-03-01 | More IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-01 | Presumably the intent is to zero the whole pHexTable, not just the 1st element | Tor Lillqvist | |
2012-03-01 | Sillyish clang WaE: array subscript is of type 'char' | Tor Lillqvist | |
2012-03-01 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-01 | More IMPL_LINK_NOARG fixes for clang | Tor Lillqvist | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | LOCAGICAL->LOGICAL | Caolán McNamara | |
2012-02-28 | we don't want any of these to be streamed out/in as 64bit values | Caolán McNamara | |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | |
2012-02-28 | use read_uInt16s_ToOUString instead of hand-crafted loop | Caolán McNamara | |
2012-02-27 | Removed dead code | Marc-André Laverdière-Papineau | |
* Removed unused SvInplaceEdit | |||
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe | |
in scripting / sdext / starmath / stoc / svtools / svx | |||
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | |
2012-02-27 | ditch archaic filter-tracer remnants | Caolán McNamara | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |