summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2012-03-13TextEngine::SeekCursor needs to call SetFont after allStephan 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-13Clean up ODocumentInfoPreviewStephan Bergmann
2012-03-12implement RTF support of contextual spacingMiklos Vajna
Import, export and testcase.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08Translate German commentsPhilipp Weissenbacher
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel 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-08fix the conditionRadek Doulik
2012-03-08added one more check to be more safe to identify (in)valid metafilesRadek Doulik
2012-03-08just in caseCaolán McNamara
2012-03-07allow wmf header to be placed on position aligned to 4 bytesRadek Doulik
- because there are such buggy emf files flying around (n#705956)
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara
2012-03-06TaskBar is never constructedCaolán McNamara
2012-03-05Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski
2012-03-05Replace VARARR_SORT TESortedPositions with std::setMaciej Rumianowski
2012-03-03ValueSet: simplified autoscroll logicMatteo Casalin
2012-03-03ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin
2012-03-03ValueSet: remove redundant checkMatteo Casalin
2012-03-03ValueSet: fix safety check - failure value of GetItemId is 0, not -1Matteo Casalin
2012-03-03ValueSet: replace some conditionals with simple arithmeticMatteo Casalin
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02Re-introduce variable thought unused in 2004 and use it as presumably intendedTor Lillqvist
2012-03-01More IMPL_LINK_NOARG fixesStephan Bergmann
2012-03-01Presumably the intent is to zero the whole pHexTable, not just the 1st elementTor Lillqvist
2012-03-01Sillyish clang WaE: array subscript is of type 'char'Tor Lillqvist
2012-03-01WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-01More IMPL_LINK_NOARG fixes for clangTor Lillqvist
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01LOCAGICAL->LOGICALCaolán McNamara
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-28use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
* Removed unused SvInplaceEdit
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann
2012-02-23fdo#46411 added [pjt-AU] Pitjantjatjara to language listEike Rathke
2012-02-23Adapted SvtMatchContext_Impl to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-23Adapted FileViewContentEnumerator to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-22revert slew of debug code committed in errorMichael Meeks
2012-02-22fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21fdo#46382 s/Slovakian/Slovak/Andras Timar
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-20Remove unused codePetr Vorel
2012-02-20move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard
2012-02-19svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold