summaryrefslogtreecommitdiff
path: root/tools/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-06-14calc input line: Fix crash with accessibility enabled.Jan Holesovsky1-1/+2
Conflicts: tools/inc/tools/wintypes.hxx Change-Id: I4508ec866b7e8436e1a8117ac6496ed0f1537abf
2012-06-04Improve error reportingStephan Bergmann1-0/+9
Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395
2012-05-28we really should not have any FASTBOOL left, remove the typedefNorbert Thiebaud1-1/+0
Change-Id: Ia3b0ba6d7ba91218c42abf1368a110b325f5794e
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara1-4/+4
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-24strangely duplicated inner/outer ImplResStringItem structCaolán McNamara1-15/+0
Change-Id: I12884e58505d94b76eb0ad955815ae1702716f0f
2012-05-24use boost::noncopyableCaolán McNamara1-5/+2
Change-Id: I862a4223c955c3a9e9a366b0f3a85465f38e76be
2012-05-22ditch some XubStringsCaolán McNamara2-2/+2
Change-Id: I00e1202de7bf5d20b4ac314dd138a3bb486245cb
2012-05-15ditch UniStringCaolán McNamara1-2/+2
Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c
2012-05-09Removed unnecessary SvLibraryStephan Bergmann1-44/+0
Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb
2012-05-05Use signed 32-bit integer as class IDs.Kohei Yoshida1-7/+7
To allow UNO field type values to be used. Change-Id: If03d3f37cf5b050fe080771c799c3e82c0264a4a
2012-05-03Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara1-1/+2
Change-Id: Ie4aa6939f9f37e04fda5425a6e28c5d846a9cb62
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-13/+11
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-25refactor ImpSvtDataCaolán McNamara1-1/+1
2012-04-18move tools/table.hxx to binfilterMichael Stahl1-148/+0
2012-04-12operator<< for ostream + UniStringLuboš Luňák1-0/+10
This should make even String be easily usable with SAL_DEBUG stuff (the same like 2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd for OUString).
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-6/+61
CSV and other text formats may come with line sizes >64k that so far were truncated due to limitations in ByteString/UniString/String, even if one line consists of several fields that each are <64k. Introduced additional SvStream methods that read into rtl::OString and rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an rtl::OUString. Made Calc CSV import use those.
2012-04-05convert (ugly) WriteUniOrByteString to rtl::OUStringCaolán McNamara1-1/+1
2012-04-02callcatcher: remove some unused codeCaolán McNamara1-1/+0
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks1-1/+3
Avoid ref/unref pair in makeStringAndClear, hook into the stringbuffer-like 'String' class to expose it's conversion to immutable strings, and fixup misc. missing instrumentation.
2012-03-26callcatcher: shiny unused method reduction from to-stl conversionsCaolán McNamara1-3/+0
2012-03-23only SV_DECL_COMPAT_WEAK is still in useCaolán McNamara1-34/+3
2012-03-23ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1Caolán McNamara1-4/+0
2012-03-20remove ToDouble/ToFloatCaolán McNamara4-8/+6
2012-03-20GetStringRes inline doesn't have a purpose anymoreCaolán McNamara1-4/+0
2012-03-20make ResId->OUString the primary routeCaolán McNamara3-4/+2
2012-03-08Convert tools/table.hxx to std::mapNoel Grandin1-3/+4
Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class.
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist1-1/+0
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.
2012-03-02fdo#46501: Cleanup SimpleResMgrSzabolcs Dezsi1-13/+0
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi1-0/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-6/+9
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01callcatcher: update listCaolán McNamara1-2/+0
2012-03-01now restore and use reduced UnlockFile and UnlockRange implsCaolán McNamara1-3/+1
because its super ugly to have unbalanced lock/unlocks and with the removal of STAR_ENABLE_FILE_LOCKING we can call those methods and now get unchanged behaviour
2012-02-29callcatcher: update listCaolán McNamara2-4/+4
2012-02-28fix windows buildCaolán McNamara1-1/+3
2012-02-28convert some low hanging fruitCaolán McNamara1-1/+1
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara1-4/+0
2012-02-27Removed dead codeMarc-André Laverdière-Papineau1-1/+0
Deleted: SvFileStream::UnlockFile()
2012-02-27fdo44516 cleanup of direct use of color in codeWinfried Donkers1-0/+1
2012-02-27Removed unused codeSzabolcs Dezsi1-4/+0
2012-02-27merge GetString variantsCaolán McNamara1-2/+0
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-1/+0
2012-02-27ByteString is no moreCaolán McNamara3-175/+5
2012-02-23don't point inline at non-existing methodCaolán McNamara1-2/+1
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann1-3/+0
2012-02-23lock in ByteString gainsCaolán McNamara1-6/+1
2012-02-21fdo#44993: Remove obsolete FSysRedirectorElton Chung1-37/+0
2012-02-20unusedcode.easy: some cleaningThomas Arnhold1-1/+0
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-16callcatcher: update unused code listCaolán McNamara1-1/+0
2012-02-15lock in those ByteString gains so there's no back-slidingCaolán McNamara1-42/+13