summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2011-02-07add readme content from the wikiKarsten Gerloff
2011-02-06OSL_DEBUG_LEVEL formattingThomas Arnhold
2011-02-05migrate to use boost unordered containersFridrich Štrba
2011-02-01Clean up makefilesThomas Arnhold
2011-02-01Remove RCS linesThomas Arnhold
2011-01-31Remove DBG_UTIL_MESSEHACK_AUSKOMMENTThomas Arnhold
2011-01-31Remove double line spacing.Thomas Arnhold
2011-01-31remove dead codeDavid Tardon
2011-01-30equalsAscii -> equalsAsciiLCaolán McNamara
2011-01-28Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold
2011-01-27Related: rhbz#610103 more woes on rpm upgrade vs rpm eraseCaolán McNamara
2011-01-26Translations of German comments in sfxAlbert Thuswaldner
2011-01-26Translations of German comments in sfxAlbert Thuswaldner
2011-01-24Make Get10ThSec declaration match the implementationTor Lillqvist
2011-01-23WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-21Remove old RCS lines.Thomas Arnhold
2011-01-21Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20Improve the 'Update all links?' message, fdo#32548.Jan Holesovsky
Based on Kohei's version, it would need larger rework to implement Christoph's version.
2011-01-19logic reversedCaolán McNamara
2011-01-16equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara
2011-01-14Resolves: rhbz#668057 lock sftp urls tooCaolán McNamara
2011-01-14Additional fix to Remove DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)Joseph Powers
Thanks Lubos Lunak for pointing this out.
2011-01-14fix out_of_range abort introduced in 7bc30e29Luboš Luňák
2011-01-10Remove commented codeAnders Jonsson
2011-01-07cppcheck: prefer prefix variantCaolán McNamara
2011-01-06fdo#32869: Added navigation buttons to writerMaja Djordjevic
2011-01-04unused method SetHasNameCaolán McNamara
2011-01-02Remove DECLARE_LIST(HelpHistoryList_Impl,HelpHistoryEntry_Impl*)Joseph Powers
2011-01-02Remove DECLARE_LIST( SfxInPlaceClientList, SfxInPlaceClient* )Joseph Powers
2011-01-02Remove DECLARE_LIST(SfxStyleFamilyList, SfxStyleFamilyItem*)Joseph Powers
2011-01-02Remove DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)Joseph Powers
2011-01-01Remove DECLARE_LIST( TargetList, String* )Joseph Powers
2011-01-01Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* )Joseph Powers
2010-12-31Remove DECLARE_LIST( SfxMediumList, SfxMedium* )Joseph Powers
2010-12-31Remove DECLARE_LIST( SfxFilterList_Impl, SfxFilter* )Joseph Powers
2010-12-31Remove DECLARE_LIST( AccelList, Accelerator* )Joseph Powers
2010-12-24Remove DECLARE_LIST( GroupList_Impl, GroupData_Impl* )Joseph Powers
2010-12-24Remove DECLARE_LIST( EntryList_Impl, DocTemplates_EntryData_Impl* )Joseph Powers
2010-12-23Remove DECLARE_LIST( NameList_Impl, NamePair_Impl* )Joseph Powers
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-22Removed __EXPORTGuillaume Poussel
2010-12-20WaE: shadowed variableCaolán McNamara
2010-12-20fix bad mergeCaolán McNamara
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
Conflicts: sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/menu/virtmenu.cxx sysui/desktop/share/create_tree.sh
2010-12-19cppcheck: the scope of this variable can be reducedCaolán McNamara
2010-12-19RegionData_Impl: ULONG -> size_tMiklos Vajna
Only in the implementation, prototype already changed.
2010-12-18This ctor doesn't do anything anymore.Caolán McNamara
Arguably the first arg could be used as input to "reserve" on the vector
2010-12-18remove DECLARE_LISTsJoseph Powers
(EntryList_Impl,DocTempl_EntryData_Impl*) (RegionList_Impl,RegionData_Impl*)