summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2011-04-05do what we de on linux for *BSD tooRobert Nagy1-1/+1
2011-04-04remove obsolete about dialog pieces, that now live in cuiMichael Meeks4-1488/+0
2011-04-01removing useless executable flag from makefilesBjoern Michaelsen13-0/+0
2011-03-30change autofit feature so that it ignores trailing empty paragraphsRadek Doulik1-1/+1
2011-03-30tryQueryAggregation isn't implementedCaolán McNamara1-2/+0
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito61-0/+0
2011-03-29drop bogus executable flag from image filesFrancisco Saito2-0/+0
2011-03-29drop bogus executable flag from odf filesFrancisco Saito2-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1140-0/+0
2011-03-28This is the simplest variant that compilesFridrich Štrba1-2/+2
2011-03-28I meant this oneFridrich Štrba1-2/+1
2011-03-28The prewin/postwin foo should not be necessary here ?Fridrich Štrba1-10/+10
2011-03-28fix windows buildCaolán McNamara1-2/+2
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat11-25/+38
2011-03-27cleanup of unoapi testBjoern Michaelsen2-57/+1
2011-03-26make Tango palette entries localizableAndras Timar3-2/+124
2011-03-26Make this singleton demand loaded in order to control its lifecycleCaolán McNamara9-76/+46
i.e. as a global its getting dtored after the uno infrastructure has been shutdown
2011-03-26make palettes localizable via the l10n frameworkAndras Timar2-53/+724
the aim is to remove hundreds of localized palette files from extras\source\palettes\lang\
2011-03-26Adapt the tree to tools/svwin.h removalFridrich Štrba1-2/+1
2011-03-25more sensible SdrObject::Clone() and SdrObject::operator=()Luboš Luňák54-285/+320
Virtual operator=() is IMO pointless, and especially in a class hierarchy like SdrObject it's pretty unlikely one could reasonably assign any SdrObject-based object to any other one. Moreover, it was actually only used in Clone(), which was almost never reimplemented, so the more sensible choice is to have non-virtual operator= and virtual Clone() always being reimplemented and using that. This commit also fixes various smaller or bigger, er, interesting details in the various operator= implementations.
2011-03-25set build depencencies against the new "translations" modulePetr Mladek1-1/+1
2011-03-25include the right fileFridrich Štrba3-3/+3
2011-03-24fix incorrect override of TakeTextRect()Luboš Luňák6-6/+6
bool and sal_Bool is not the same
2011-03-24if it's not implemented then just don't implement itLuboš Luňák1-14/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky6-80/+54
Conflicts: basic/source/runtime/makefile.mk basic/source/runtime/step2.cxx desktop/prj/build.lst desktop/source/app/app.cxx desktop/source/deployment/registry/dp_backend.cxx drawinglayer/source/attribute/fontattribute.cxx editeng/inc/editeng/fontitem.hxx editeng/source/editeng/edtspell.cxx editeng/source/misc/svxacorr.cxx framework/inc/services/substitutepathvars.hxx framework/source/services/substitutepathvars.cxx sfx2/qa/cppunit/makefile.mk sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/objxtor.cxx svx/source/dialog/svxruler.cxx sysui/desktop/icons/so9_base_app.ico sysui/desktop/icons/so9_calc_app.ico sysui/desktop/icons/so9_draw_app.ico sysui/desktop/icons/so9_impress_app.ico sysui/desktop/icons/so9_main_app.ico sysui/desktop/icons/so9_math_app.ico sysui/desktop/icons/so9_writer_app.ico xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/db.cxx xmlhelp/source/cxxhelp/provider/db.hxx
2011-03-22Remove DECLARE_LIST( FmCtrlModelList, XInterface* ).npcdoom1-2/+0
2011-03-21FIX BUG 32559Dózsa Bálint2-1/+27
2011-03-21rename this to avoid resource warningCaolán McNamara4-7/+5
2011-03-21fix thisCaolán McNamara1-1/+1
2011-03-21WaE: remove unused argumentCaolán McNamara1-2/+1
2011-03-20WaE: silence warningsThomas Arnhold1-1/+1
2011-03-20WaE: silence these warnings again post mergeCaolán McNamara1-1/+1
2011-03-19Fixed line style toobar control to display all line stylesCédric Bosdonnat1-250/+53
2011-03-19Fixed typo conditionning the display of BLTR bordersCédric Bosdonnat1-1/+1
2011-03-19No tools value for pi or the basegfx methods will give unprecise resultsCédric Bosdonnat1-1/+2
2011-03-19sc: draw slanted borders using the drawinglayer primitivesCédric Bosdonnat4-182/+52
2011-03-19svx::frame::DrawRange has now a drawinglayer equivalentCédric Bosdonnat4-26/+339
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat1-63/+9
2011-03-19Fixed units mess in SvxBorderLine and BorderLineImplCédric Bosdonnat2-11/+5
2011-03-19Fix border selector to use the new widths systemCédric Bosdonnat4-11/+7
2011-03-19Nicely draw borders using drawinglayerCédric Bosdonnat7-194/+366
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold26-66/+66
2011-03-18Misc dbgutil build fixesThorsten Behrens1-10/+10
Various leftover DBG_TRACE and tooltype removal fallouts
2011-03-18Fix typo in gallery makefileThorsten Behrens1-1/+1
realpath exposes typo in path name - needs to be gallery2
2011-03-18Sprinkle some realpath goodness here, tooTor Lillqvist4-10/+10
2011-03-18Sprinkle some realpath goodness here, tooTor Lillqvist1-5/+5
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1356-16902/+18697
Conflicts: avmedia/source/framework/mediacontrol.cxx connectivity/source/commontools/DateConversion.cxx desktop/source/deployment/registry/component/dp_component.cxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/txtrange.hxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editview.cxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/misc/txtrange.cxx editeng/source/outliner/outlin2.cxx editeng/source/outliner/outlvw.cxx framework/source/layoutmanager/layoutmanager.cxx linguistic/source/lngsvcmgr.hxx sfx2/source/appl/app.cxx sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appdde.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/fileobj.hxx sfx2/source/appl/workwin.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macro.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/statcach.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styledlg.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplcitem.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/new.cxx sfx2/source/doc/objcont.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/objxtor.cxx sfx2/source/inc/appdata.hxx sfx2/source/inc/helpid.hrc sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/statcach.hxx sfx2/source/inc/templdgi.hxx sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnumgr.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/statbar/stbitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/frame2.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/sfxbasecontroller.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewfrm2.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx svx/inc/svx/svditer.hxx svx/source/dialog/sdstring.src svx/source/form/fmpage.cxx svx/source/form/formcontroller.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svditer.cxx svx/source/svdraw/svdview.cxx xmloff/source/forms/elementimport.cxx
2011-03-17killing off stl in gbuildBjoern Michaelsen3-3/+0
2011-03-16CWS-TOOLING: integrate CWS debuglevelsobo3-56/+30
2011-03-14ENABLE_VBA is no moreNorbert Thiebaud1-7/+1