Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-22 | Remove empty description and dates. | Thomas Arnhold | |
2011-01-21 | Remove old RCS lines. | Thomas Arnhold | |
2011-01-20 | Replace 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-16 | make public | David Tardon | |
The SdrDragEntry class is "leaked out" through the functions of SVX_DLLPUBLIC SdrDragMethod that use its maSdrDragEntries member (of type std::vector<SdrDragEntry*>). That breaks build with debug version of libstdc++ (with gcc 4.5, at least) in sd and chart2 because linker cannot find typeinfo for SdrDragEntry. Alternative would be to move the definitions of these functions to source/svdraw/svddrgmt.cxx . | |||
2011-01-10 | use SAL_N_ELEMENTS | David Tardon | |
2011-01-06 | Remove DECLARE_LIST( FmCtrlModelList, XInterface* ) | Joseph Powers | |
Actually the whole file isn't used. | |||
2011-01-06 | Remove DECLARE_LIST( FmEntryDataBaseList, FmEntryData* ) | Joseph Powers | |
2011-01-06 | Remove DECLARE_LIST( XPolygonList, XPolygon* ) | Joseph Powers | |
2011-01-05 | cppcheck cleaning in svx part 2 | Julien Nabet | |
2011-01-05 | cppcheck cleaning | Julien Nabet | |
2011-01-04 | cppcheck cleaning | Julien Nabet | |
2011-01-03 | Remove DECLARE_LIST(DbGridColumns, DbGridColumn*) | Joseph Powers | |
2011-01-03 | Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*) | Joseph Powers | |
2011-01-03 | Remove unused header | Joseph Powers | |
2011-01-03 | Revert previous patch | Joseph Powers | |
2011-01-03 | Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*) | Joseph Powers | |
This one is easy since no one seams to use it. | |||
2011-01-03 | WaE: fix shadow warning post DECLARE_LIST removal | Caolán McNamara | |
2011-01-02 | Remove DECLARE_LIST() GalleryThemeList & GalleryImportThemeList | Joseph Powers | |
2011-01-02 | Remove DECLARE_LIST( GalleryObjectList, GalleryObject* ) | Joseph Powers | |
2011-01-01 | Remove DECLARE_LIST( TargetList, String* ) | Joseph Powers | |
2011-01-01 | fix build error on 32bit windows | Caolán McNamara | |
2010-12-29 | Some cppcheck cleaning | Julien Nabet | |
2010-12-29 | Some cppcheck cleaning | Julien Nabet | |
2010-12-28 | Allow tear-off for the Arrowheads dialog, fdo#32676. | Jan Holesovsky | |
2010-12-26 | Remove DECLARE_LIST( ViewList, MyView* ) | Joseph Powers | |
Howerver, I can't find the object refernced anywhere. Nor can I get it to compile on my box. This looks like dead code. | |||
2010-12-26 | Fix a compile time warning: un-initialized variable. | Joseph Powers | |
2010-12-25 | Remove DECLARE_LIST( SvxDrawPageList, SvxDrawPage *) | Joseph Powers | |
Plus remove a macro that isn't used. | |||
2010-12-25 | Remove DECLARE_LIST(ImpDistributeEntryList, ImpDistributeEntry*) | Joseph Powers | |
2010-12-24 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: uninit variable | Caolán McNamara | |
2010-12-23 | cppcheck: can reduce the scope of this variable | Caolán McNamara | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: uninit member variable | Caolán McNamara | |
2010-12-23 | Rename .uno:UndoAction/Redo to "Undo"/"Redo", fdo#32472. | Jan Holesovsky | |
The undo/redo text before this change says "Can't Undo", or "Can't Redo", which is apparently to be more descriptive in the menu; but this also means that the information that the functionality is unavailable is actually doubled - it is disabled, and additionally named this way. I am changing this to a simple "Undo" and "Redo" to be consistent with the rest of the functionality, nowhere else disabling a functionality adds any 'disabled' wording to that. | |||
2010-12-20 | Merge 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-19 | cppcheck: uninit member | Caolán McNamara | |
2010-12-18 | cppcheck: silence warnings | Caolán McNamara | |
2010-12-18 | Remove large blocks of commented code | Anders Jonsson | |
2010-12-18 | Correct credits url to website conventions | Thorsten Behrens | |
2010-12-17 | WaE: C4805: Unsafe mix of bool and BOOL | Caolán McNamara | |
2010-12-17 | WaE: C4805: Unsafe mix of bool and BOOL | Caolán McNamara | |
2010-12-12 | Change unnamespace file.hxx macros | Andy Holder | |
2010-12-12 | cppcheck: silence warning | Caolán McNamara | |
2010-12-12 | cleaning of __EXPORT define | Gert Faller | |
2010-12-12 | change of __READONLY_DATA define to const | Gert Faller | |
2010-12-11 | cleaning of __EXPORT define | Gert Faller | |
2010-12-10 | propogate exit code out to main | Caolán McNamara | |
2010-12-06 | remove obsolete __FAR_DATA | Michael Callahan | |