summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-06-10move font itemset handling down into the fontpreview widgetMichael Meeks
2011-06-07Related: rhbz#652604 ensure wizard is dismissed if exception thrownCaolán McNamara
2011-06-07WaE: pPrinter unused, so don't fetch itCaolán McNamara
2011-06-07use standard pattern for thisCaolán McNamara
2011-06-07rend() on a non-const container is a non-const iteratorFridrich Štrba
2011-06-06Replace List for std::vector<const SfxItemSet*>.Rafael Dominguez
2011-06-06Replace List for std::vector<SfxStyleSheetBase*>.Rafael Dominguez
2011-06-04Removed commented linesChristina Rossmanith
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith
2011-06-04Removed comments/commented codeChristina Rossmanith
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-06-01don't see why this has to be globalCaolán McNamara
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: basic/source/app/app.cxx basic/source/runtime/iosys.cxx desktop/unx/source/start.c sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx svx/AllLangResTarget_svx.mk sysui/desktop/productversion.mk sysui/desktop/share/makefile.mk
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx
2011-05-26Fix bug in CloneListRafael Dominguez
2011-05-25Change the signature of DataChanged in the base class.Kohei Yoshida
This change allows the caller to see if DataChanged operation was successful or not.
2011-05-23Remove some extra #incude <tools/pstm.hxx>Joseph Powers
2011-05-23fdo#35728: fix GridControl crashBjoern Michaelsen
* various forms.OGridControlModel tests segfaulted * root cause is the migration to stl containers in DbGridControl * the old tools container returned the removed pointer or NULL causing no failure * a signed int was used as index while the functions returned a unsigned int * the GRID_COLUMN_NOT_FOUND magic value was out of the signed range
2011-05-22Replace List for std::vector<String>.Rafael Dominguez
2011-05-22Replace List for std::vector<String>.Rafael Dominguez
2011-05-22Replace List with std::vector<String>.Rafael Dominguez
2011-05-22Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments"Julien Nabet
2011-05-22remove build breaking debug messagesMarkus Mohrhard
2011-05-21do not leave stuff uninitializedDavid Tardon
2011-05-20adapt for singleton api changeCaolán McNamara
2011-05-20valgrind: use non-leaky singleton patternCaolán McNamara
2011-05-20valgrind: make this a well behaved singletonCaolán McNamara
2011-05-18Unify Display Grid/ Grid Visible and other menu itemsChristian Dywan
2011-05-10make it possible to update the region passed to BeginDrawLayers() (bnc#683550)Luboš Luňák
Writer needs this, as it changes the region during painting.
2011-05-10GDIMetaFile cleanupJoseph Powers
Plus trailing whitespace cleanup.
2011-05-10make it possible to update the region passed to BeginDrawLayers() (bnc#683550)Luboš Luňák
Writer needs this, as it changes the region during painting.
2011-05-09Moved duplicate code into methodsChristina Rossmanith
2011-05-08Check if ObjectList has any item with empty instead of size.Rafael Dominguez
2011-05-08Remove List in GalleryExplorer::FillObjList functions.Rafael Dominguez
2011-05-08real solution to globlmn.hrc localization problem on WindowsAndras Timar
2011-05-06fix horrible indentationLuboš Luňák
2011-05-05use $realpath()Andras Timar
2011-05-05fdo#36727: use gb_Deliver_deliver to deliver to OUTDIRBjoern Michaelsen
2011-05-05copy localized globlmn.hrc to $(OUTDIR)/inc/svx - fdo#36727Andras Timar
otherwise other modules would include the en-US only version and strings in it would be unlocalized in the build
2011-05-05fdo#36727: use gb_Deliver_deliver to deliver to OUTDIRBjoern Michaelsen
2011-05-03fdo#32872: Fixed components names reintroduced with .component filesCédric Bosdonnat
2011-05-02fdo#32872: Fixed components names reintroduced with .component filesCédric Bosdonnat
2011-05-01copy localized globlmn.hrc to $(OUTDIR)/inc/svx - fdo#36727Andras Timar
otherwise other modules would include the en-US only version and strings in it would be unlocalized in the build
2011-04-30Remove some OS/2 codeFrancois Tigeot
2011-04-28bad module name in assigning sdi deps for svxcoreNorbert Thiebaud
2011-04-28fix typoDavid Tardon
2011-04-28microoptimize thisDavid Tardon
2011-04-28make this more readableDavid Tardon