summaryrefslogtreecommitdiff
path: root/svtools/inc
AgeCommit message (Collapse)Author
2011-10-06Remove code related to previously disabled HTML 3.2 exportHarri Pitkänen
2011-10-05WaE: 'argument' : truncation of constant valueTor Lillqvist
FILEVIEW_SHOW_NONE 0x80 so it doesn't fit into a sal_Int8. So make the nFlags argument to the second SvtFileView constructor sal_uInt8 instead.
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-26callcatcher: remove unused codeCaolán McNamara
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-22don't consider this a candidate unless explicitly requestedCaolán McNamara
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane
- BrowseBox: Check Handle column-related invariants when adding a column: # only one handle column # it is the first - BrowseBox: Check column id-related invariants when adding a column: # Id is not the special "handle column" value # Id is not the special "invalid ID" value # unicity of the ID among columns - GetColumnId: return BROWSER_INVALIDID, not 0 (== id of handle column) for an invalid column; adapt code calling GetColumnId to this change. - Use the correct const or #define'd symbol instead of magic constants; introduce such a symbol if needed - General other miscellaneous cleanups: # Translation of comments # typo/spelling in comments, error messages and the like # parenthesise #define'd value # use SAL_MAX_UINT16 instead of USHRT_MAX where a sal_uInt16 is expected # BrowseBox::SetColumnTitle: nItemId is checked to be non-zero, so don't test if for zeroness again.
2011-09-08callcatcher: update listCaolán McNamara
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara
2011-09-05callcatcher: some more unused codeCaolán McNamara
2011-09-02No macros for the com::sun::star::foo.Kohei Yoshida
2011-08-30callcatcher: chop, hack, slayCaolán McNamara
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29callcatcher: variousCaolán McNamara
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-26Remove HTML_CFG_MSIE_40_OLDHarri Pitkänen
This export format has not been available in the UI but there were still a few references to it left in the source.
2011-08-26Remove extra #defineHarri Pitkänen
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere for clarity.
2011-08-25remove newly unused codeCaolán McNamara
2011-08-25remove freshly unused methodsCaolán McNamara
2011-08-25callcatcher: yet more unused codeCaolán McNamara
2011-08-24callcatcher: remove various unused methodsCaolán McNamara
2011-08-23Add comment with discussion on what existing comments claimTor Lillqvist
2011-08-23unusedcode: svt::Matúš Kukan
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power
With database document, any contents of the Pictures folder ( afaics only basic dialogs store content here ) is never cleaned up between saves.
2011-08-22Cleaned up the HIDs in the color configCédric Bosdonnat
2011-08-21unusedcode.easy: Cleanup GraphicObjectJoseph Powers
2011-08-21unusedcode: svtools::Matúš Kukan
2011-08-18Header/Footer: moved the decorator color to the optionsCédric Bosdonnat
2011-08-17regenerate listCaolán McNamara
2011-08-15Remove unused mnBits from ValueSetItem.Jan Holesovsky
2011-08-15callcatcher: Remove unused ValueSet methods.Jan Holesovsky
2011-08-15callcatcher: Remove unused CalendarField and CalendarWrapper methods.Jan Holesovsky
2011-08-15callcatcher: Remove unused Calendar-related methods.Jan Holesovsky
2011-08-10unusedcode.easy: cleanup up of class GraphicManagerJoseph Powers
2011-08-08callcatcher: remove unused methodsCaolán McNamara
2011-08-08remove unused roadmapwizard methodsCaolán McNamara
2011-08-05make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALLLionel Elie Mamane
2011-08-05and some moreCaolán McNamara
2011-08-05build-breakage: remove stray unused inlines and now dead usingsCaolán McNamara
2011-08-04callcatcher: remove unused methodsCaolán McNamara
2011-08-02callcatcher: remove unused methodsThomas Arnhold
2011-07-31callcatcher: remove unused codeCaolán McNamara
2011-07-31simply this and return a new stringCaolán McNamara
2011-07-26callcatcher: remove unused methodsThomas Arnhold
2011-07-26callcatcher: clean up SvTreeList{Box}Thomas Arnhold