summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2011-01-16make publicDavid Tardon1-1/+1
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 Tardon1-1/+1
2011-01-06Remove DECLARE_LIST( FmCtrlModelList, XInterface* )Joseph Powers1-118/+0
Actually the whole file isn't used.
2011-01-06Remove DECLARE_LIST( FmEntryDataBaseList, FmEntryData* )Joseph Powers4-50/+83
2011-01-06Remove DECLARE_LIST( XPolygonList, XPolygon* )Joseph Powers2-67/+71
2011-01-05cppcheck cleaning in svx part 2Julien Nabet6-9/+11
2011-01-05cppcheck cleaningJulien Nabet4-3/+6
2011-01-04cppcheck cleaningJulien Nabet10-13/+16
2011-01-03Remove DECLARE_LIST(DbGridColumns, DbGridColumn*)Joseph Powers4-73/+92
2011-01-03Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*)Joseph Powers2-9/+10
2011-01-03White space cleanupJoseph Powers1-7/+7
2011-01-03Remove unused headerJoseph Powers1-1/+5
2011-01-03White space cleanpJoseph Powers3-6/+6
2011-01-03Revert previous patchJoseph Powers1-1/+10
2011-01-03Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*)Joseph Powers1-14/+4
This one is easy since no one seams to use it.
2011-01-03WaE: fix shadow warning post DECLARE_LIST removalCaolán McNamara1-3/+2
2011-01-02Remove DECLARE_LIST() GalleryThemeList & GalleryImportThemeListJoseph Powers2-54/+70
2011-01-02Remove DECLARE_LIST( GalleryObjectList, GalleryObject* )Joseph Powers2-81/+109
2011-01-01Remove DECLARE_LIST( TargetList, String* )Joseph Powers5-36/+35
2011-01-01fix build error on 32bit windowsCaolán McNamara1-1/+1
2010-12-29Some cppcheck cleaningJulien Nabet11-69/+42
2010-12-29Some cppcheck cleaningJulien Nabet10-46/+19
2010-12-28Allow tear-off for the Arrowheads dialog, fdo#32676.Jan Holesovsky2-2/+2
2010-12-26Remove DECLARE_LIST( ViewList, MyView* )Joseph Powers2-1868/+0
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 Powers1-2/+2
2010-12-25Remove DECLARE_LIST( SvxDrawPageList, SvxDrawPage *)Joseph Powers2-15/+7
Plus remove a macro that isn't used.
2010-12-25Remove DECLARE_LIST(ImpDistributeEntryList, ImpDistributeEntry*)Joseph Powers1-41/+51
2010-12-24cppcheck: prefer prefix variantCaolán McNamara1-2/+2
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-3/+3
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-23cppcheck: uninit variableCaolán McNamara1-1/+1
2010-12-23cppcheck: can reduce the scope of this variableCaolán McNamara1-4/+2
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-3/+3
2010-12-23cppcheck: uninit member variableCaolán McNamara1-0/+1
2010-12-23Rename .uno:UndoAction/Redo to "Undo"/"Redo", fdo#32472.Jan Holesovsky1-2/+2
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 Holesovsky1-1/+1
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 McNamara1-0/+1
2010-12-18cppcheck: silence warningsCaolán McNamara1-42/+0
2010-12-18Remove large blocks of commented codeAnders Jonsson1-103/+0
2010-12-18Correct credits url to website conventionsThorsten Behrens1-1/+1
2010-12-17WaE: C4805: Unsafe mix of bool and BOOLCaolán McNamara3-6/+6
2010-12-17WaE: C4805: Unsafe mix of bool and BOOLCaolán McNamara1-4/+4
2010-12-12Change unnamespace file.hxx macrosAndy Holder2-2/+2
2010-12-12cppcheck: silence warningCaolán McNamara1-1/+1
2010-12-12cleaning of __EXPORT defineGert Faller1-2/+2
2010-12-12change of __READONLY_DATA define to constGert Faller5-13/+13
2010-12-11cleaning of __EXPORT defineGert Faller19-222/+222
2010-12-10propogate exit code out to mainCaolán McNamara1-3/+4
2010-12-06remove obsolete __FAR_DATAMichael Callahan2-2/+2
2010-12-06Replace all occured, occurance etc.Takeshi Abe9-15/+15