summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2011-01-22Remove empty description and dates.Thomas Arnhold
2011-01-21Remove old RCS lines.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-16make publicDavid 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-10use SAL_N_ELEMENTSDavid Tardon
2011-01-06Remove DECLARE_LIST( FmCtrlModelList, XInterface* )Joseph Powers
Actually the whole file isn't used.
2011-01-06Remove DECLARE_LIST( FmEntryDataBaseList, FmEntryData* )Joseph Powers
2011-01-06Remove DECLARE_LIST( XPolygonList, XPolygon* )Joseph Powers
2011-01-05cppcheck cleaning in svx part 2Julien Nabet
2011-01-05cppcheck cleaningJulien Nabet
2011-01-04cppcheck cleaningJulien Nabet
2011-01-03Remove DECLARE_LIST(DbGridColumns, DbGridColumn*)Joseph Powers
2011-01-03Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*)Joseph Powers
2011-01-03Remove unused headerJoseph Powers
2011-01-03Revert previous patchJoseph Powers
2011-01-03Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*)Joseph Powers
This one is easy since no one seams to use it.
2011-01-03WaE: fix shadow warning post DECLARE_LIST removalCaolán McNamara
2011-01-02Remove DECLARE_LIST() GalleryThemeList & GalleryImportThemeListJoseph Powers
2011-01-02Remove DECLARE_LIST( GalleryObjectList, GalleryObject* )Joseph Powers
2011-01-01Remove DECLARE_LIST( TargetList, String* )Joseph Powers
2011-01-01fix build error on 32bit windowsCaolán McNamara
2010-12-29Some cppcheck cleaningJulien Nabet
2010-12-29Some cppcheck cleaningJulien Nabet
2010-12-28Allow tear-off for the Arrowheads dialog, fdo#32676.Jan Holesovsky
2010-12-26Remove 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-26Fix a compile time warning: un-initialized variable.Joseph Powers
2010-12-25Remove DECLARE_LIST( SvxDrawPageList, SvxDrawPage *)Joseph Powers
Plus remove a macro that isn't used.
2010-12-25Remove DECLARE_LIST(ImpDistributeEntryList, ImpDistributeEntry*)Joseph Powers
2010-12-24cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: uninit variableCaolán McNamara
2010-12-23cppcheck: can reduce the scope of this variableCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: uninit member variableCaolán McNamara
2010-12-23Rename .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-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: uninit memberCaolán McNamara
2010-12-18cppcheck: silence warningsCaolán McNamara
2010-12-18Remove large blocks of commented codeAnders Jonsson
2010-12-18Correct credits url to website conventionsThorsten Behrens
2010-12-17WaE: C4805: Unsafe mix of bool and BOOLCaolán McNamara
2010-12-17WaE: C4805: Unsafe mix of bool and BOOLCaolán McNamara
2010-12-12Change unnamespace file.hxx macrosAndy Holder
2010-12-12cppcheck: silence warningCaolán McNamara
2010-12-12cleaning of __EXPORT defineGert Faller
2010-12-12change of __READONLY_DATA define to constGert Faller
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-10propogate exit code out to mainCaolán McNamara
2010-12-06remove obsolete __FAR_DATAMichael Callahan