summaryrefslogtreecommitdiffstats
path: root/svtools/source
Commit message (Expand)AuthorAgeFilesLines
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-082-4/+3
* fix the conditionRadek Doulik2012-03-081-1/+1
* added one more check to be more safe to identify (in)valid metafilesRadek Doulik2012-03-081-1/+1
* just in caseCaolán McNamara2012-03-081-2/+3
* allow wmf header to be placed on position aligned to 4 bytesRadek Doulik2012-03-071-2/+6
* remove various unused methods and source filesCaolán McNamara2012-03-071-19/+0
* ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara2012-03-063-793/+0
* TaskBar is never constructedCaolán McNamara2012-03-062-504/+0
* Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski2012-03-053-24/+24
* Replace VARARR_SORT TESortedPositions with std::setMaciej Rumianowski2012-03-051-27/+24
* ValueSet: simplified autoscroll logicMatteo Casalin2012-03-031-32/+21
* ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin2012-03-033-103/+161
* ValueSet: remove redundant checkMatteo Casalin2012-03-031-3/+1
* ValueSet: fix safety check - failure value of GetItemId is 0, not -1Matteo Casalin2012-03-031-1/+1
* ValueSet: replace some conditionals with simple arithmeticMatteo Casalin2012-03-031-8/+6
* WaE: has virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+2
* Re-introduce variable thought unused in 2004 and use it as presumably intendedTor Lillqvist2012-03-021-1/+2
* Presumably the intent is to zero the whole pHexTable, not just the 1st elementTor Lillqvist2012-03-011-1/+1
* Sillyish clang WaE: array subscript is of type 'char'Tor Lillqvist2012-03-011-30/+30
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-03-011-1/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0135-92/+92
* LOCAGICAL->LOGICALCaolán McNamara2012-03-013-4/+4
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-282-7/+11
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-281-7/+0
* use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara2012-02-281-3/+2
* Removed dead codeMarc-André Laverdière-Papineau2012-02-271-139/+0
* Avoid temporary rtl::OUStringTakeshi Abe2012-02-281-2/+2
* Removed unused codeSzabolcs Dezsi2012-02-276-51/+0
* drop UniString::CreateFromInt64Caolán McNamara2012-02-271-2/+2
* ditch archaic filter-tracer remnantsCaolán McNamara2012-02-271-47/+0
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-232-4/+4
* fdo#46411 added [pjt-AU] Pitjantjatjara to language listEike Rathke2012-02-231-0/+1
* Adapted SvtMatchContext_Impl to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-36/+30
* Adapted FileViewContentEnumerator to safer-to-use salhelper::ThreadStephan Bergmann2012-02-233-53/+15
* revert slew of debug code committed in errorMichael Meeks2012-02-222-8/+0
* fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez2012-02-222-0/+8
* WaE: duplicateBranchThomas Arnhold2012-02-211-13/+3
* fdo#46382 s/Slovakian/Slovak/Andras Timar2012-02-211-1/+1
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-212-4/+4
* Remove unused codePetr Vorel2012-02-201-6/+0
* move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard2012-02-201-32/+20
* svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold2012-02-191-6/+0
* svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold2012-02-191-30/+0
* Remove unused codeElton Chung2012-02-181-12/+0
* Removed unused code from svl and sfx2Szabolcs Dezsi2012-02-171-2/+2
* ValueSet: from #defines to enum, with reduced scopeMatteo Casalin2012-02-172-10/+18
* ValueSet: use support function to clarify codeMatteo Casalin2012-02-171-39/+29
* ValueSet: factor out duplicated code in InsertItemMatteo Casalin2012-02-171-64/+15
* ValueSet: fix a test condition and remove an obsoleted header fileMatteo Casalin2012-02-171-3/+2
* ValueSet: merge almost empty implementation to main classMatteo Casalin2012-02-173-100/+75