summaryrefslogtreecommitdiff
path: root/sw/source/ui
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Reapearing DGB_UTIL things removedCédric Bosdonnat2-2/+2
2010-12-06remove obsolete __FAR_DATAMichael Callahan22-55/+55
2010-12-05autocomplete using the context's case i#22961Michael Meeks1-2/+22
2010-12-05cppcheck: scope of this variable can be reducedCaolán McNamara1-1/+1
2010-12-05cppcheck: initialize these variablesCaolán McNamara1-2/+8
2010-12-03WaE: get member init order rightCaolán McNamara1-2/+1
2010-12-03Add missing extedit.cxx for the external edit featureSurendran Mahendran1-0/+150
2010-12-03default insert-symbol to use the symbol fontMichael Meeks1-0/+1
2010-12-03First cuts for edit with external tool methodSurendran Mahendran5-24/+39
Define the EditWithExternalTool method and add it to the makefile to get it built as well. Basic working model of external edit application. This should work fine in all platforms given that I am using SystemShellExecute ReRead method does an automatic refresh of the Shell
2010-12-03Handle Click of External Edit functionalitySurendran Mahendran1-1/+21
By adding the external method to the specific FN_EXTERNAL_EDIT identifier
2010-12-03Header file for external edit tool functionalitySurendran Mahendran1-0/+38
Has the method that is invoked when edit with external tool is called
2010-12-03Moved a functionality to a header fileSurendran Mahendran2-18/+18
Needed the lcl_getPreferredExtension elsewhere, so moved it to hxx.
2010-12-03Adding "Edit via External Tool" to Graphic PopupSurendran Mahendran1-0/+8
1) add unique identifier to cmdid.h 2) add ExecMethod and StateMethod to _grfsh.sdi 3) add additional details for the identifier in swriter.sdi 4) add the item to the popup menu in mn.src
2010-12-03Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist1-1/+1
2010-12-03Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist1-1/+1
2010-12-03Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist1-1/+1
2010-12-03fdo#31190: Use the same method to getthe DBData than the mail mergeCédric Bosdonnat1-1/+11
2010-12-02Enable OLE object export, only as an experimental featureMichael Meeks1-0/+11
2010-12-02Add export as PDF / JPG to OLE objects context menuGert Faller2-0/+166
2010-12-01use SwCrsrSaveState to save and restore cursor positionLuboš Luňák1-8/+2
2010-12-01Fix for i#8288: "Replace all" should leave the cursor at original positionMattias Johnsson1-0/+9
2010-11-30clean code at writerKayo Hamid70-707/+22
2010-11-27Clean code at writerKayo Hamid26-303/+11
2010-11-26Clean code at writerKayo Hamid20-183/+6
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky12-126/+32
Conflicts: sw/inc/SwNumberTree.hxx sw/inc/calbck.hxx sw/inc/tox.hxx sw/inc/viscrs.hxx sw/source/core/doc/docnum.cxx sw/source/core/docnode/finalthreadmanager.cxx sw/source/core/docnode/ndnum.cxx sw/source/core/docnode/ndtbl.cxx sw/source/core/draw/dcontact.cxx sw/source/core/edit/edlingu.cxx sw/source/core/edit/ednumber.cxx sw/source/core/except/errhdl.cxx sw/source/core/fields/chpfld.cxx sw/source/core/fields/fldbas.cxx sw/source/core/frmedt/fetab.cxx sw/source/core/layout/flycnt.cxx sw/source/core/layout/makefile.mk sw/source/core/layout/pagechg.cxx sw/source/core/layout/tabfrm.cxx sw/source/core/ole/ndole.cxx sw/source/core/text/makefile.mk sw/source/core/txtnode/txtedt.cxx sw/source/filter/basflt/fltini.cxx sw/source/filter/html/swhtml.cxx sw/source/filter/ww1/fltshell.cxx sw/source/filter/ww1/w1sprm.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtw8num.cxx sw/source/filter/ww8/ww8par3.cxx sw/source/filter/ww8/ww8par5.cxx sw/source/filter/ww8/ww8par6.cxx sw/source/filter/xml/xmltble.cxx sw/source/filter/xml/xmltbli.cxx sw/source/ui/dbui/dbinsdlg.cxx sw/source/ui/dbui/mmoutputpage.cxx sw/source/ui/dialog/swdlgfact.cxx sw/source/ui/docvw/edtwin.cxx sw/source/ui/docvw/srcedtw.cxx
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat8-18/+16
* Fixed the different dbglevel builds * This needed to change all the sw local ASSERT to OSL_ENSURE...
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-24Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup.Giuseppe Castagno4-4/+4
(cherry picked from commit 9771daa4e13ceef4917fb230cd72a2aa098f1400)
2010-11-24n#652204: Font color selection didn't effect new textCédric Bosdonnat1-18/+3
Fixed the font color selection behavior: selecting a color when no text is selected doesn't turn the paintbrush mode anymore.
2010-11-24cppcheck: Possible null pointer dereferenceCaolán McNamara1-3/+8
2010-11-24cppcheck: silence bogus warningCaolán McNamara1-3/+2
2010-11-24cppcheck: silence bogus warningCaolán McNamara1-2/+2
2010-11-22Remove the last of HC iconsJoseph Powers6-76/+62
2010-11-19Enhanced fields navigation enhancementsCédric Bosdonnat1-0/+6
Fixes the following bugs: * n#423729: Select the first field by default * n#639288: When double-clicking in an enhanced field, select the whole content of the field and don't complain about read-only selection * When navigating between the fields using Tab / Shift+Tab, select only the content of the field without the field delimiters Some comments cleanup is also included.
2010-11-19Enhanced fields navigation enhancementsCédric Bosdonnat1-0/+6
Fixes the following bugs: * n#423729: Select the first field by default * n#639288: When double-clicking in an enhanced field, select the whole content of the field and don't complain about read-only selection * When navigating between the fields using Tab / Shift+Tab, select only the content of the field without the field delimiters Some comments cleanup is also included.
2010-11-19Made the "My AutoText" string localizable, #i66304#Andras Timar3-89/+10
2010-11-18fix build breakage with dbglevel=1David Tardon2-2/+2
2010-11-18fix build breakage with dbglevel=1David Tardon1-1/+1
2010-11-18fix build breakage with dbglevel=1David Tardon1-1/+1
2010-11-16HC Cleanup - writerJoseph Powers5-49/+33
2010-11-16Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup.Giuseppe Castagno4-4/+4
2010-11-16some more fixupsCaolán McNamara3-8/+4
2010-11-16fix this upCaolán McNamara19-91/+42
2010-11-16drop removed resourcesCaolán McNamara10-222/+0
2010-11-15Remove empty dated commentsJ. Graeme Lingard8-45/+1
2010-11-14Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAMCaolán McNamara1-1/+1
2010-11-13Remove empty dated commentsJ. Graeme Lingard22-167/+3
2010-11-13Purged BmpColorMode from libs-gui - writerJoseph Powers6-102/+11
2010-11-13RTL_CONSTASCII_USTRINGPARAM for writer_swJulien Nabet1-1/+1
2010-11-12RTL_CONSTASCII_USTRINGPARAM used with nonarrayCaolán McNamara1-1/+1