summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2011-05-01copy localized globlmn.hrc to $(OUTDIR)/inc/svx - fdo#36727Andras Timar2-1/+2
otherwise other modules would include the en-US only version and strings in it would be unlocalized in the build
2011-04-27svx-sdrobjeditview-update-edit-area.diff: edit area calcualtionRadek Doulik1-1/+2
update before setting output area so that aTextEditArea can be recalculated (bnc#305205, bnc#347355)
2011-04-22svx-honour-customshape-capabilities.diff (bnc#395372)Petr Mladek1-0/+10
this bug started to be visible after enabling wordwrap in shapes (bnc#171052)
2011-04-22svx-shapes-default-word-wrap-enable.diff: wrap text in shapes by defaultPetr Mladek1-1/+1
it is a very nice feature and preferred behavior (bnc#171052)
2011-04-20fdo#36288: Fixed a crasher on Base.Kohei Yoshida1-2/+5
The return type was probably unintentionally converted to sal_Int16 from sal_uInt16, and it didn't check for "column not found" condition.
2011-04-18fdo#36230 Remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL idChristian Dywan1-1/+0
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