summaryrefslogtreecommitdiff
path: root/svx/inc
AgeCommit message (Collapse)Author
2012-06-05drop a XubStringCaolán McNamara
Change-Id: Ibf53fc9f2ae47101c5631147f383f5452a7bfe62
2012-05-25status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky
Nobody know what these acronyms stay for; so instead use an icon, and a menu that contains the full descrption. Tooltip now says what is active. Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky
Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more verbose text when in overwrite mode. Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
2012-04-27removed unused headerTakeshi Abe
2012-04-26Resolves: fdo#47733 keyboard navigation broken for SvxSimpleTableContainerCaolán McNamara
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara
2012-04-23PATCH: Remove unused code from editingVicente Rafael Estevez Vacas
2012-04-18callcatcher: update listCaolán McNamara
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara
2012-04-15findbar: Kill copy'n'paste.Jan Holesovsky
2012-04-09fdo43752: PPTX import fix affected odp imports.Muthu Subramanian
Related bugs: n#719989, n#719997
2012-04-05callcatcher: update list, add README, remove some newly unused codeCaolán McNamara
2012-04-05Unused code removal.Winfried Donkers
2012-04-05Unused code removal.Santiago Martinez
2012-04-04better drawing support for borders of different width, fdo#33634Markus Mohrhard
2012-04-03Cleanup some unnecessary #includeMatteo Casalin
2012-04-02UniString->rtl::OUString and drop globalsCaolán McNamara
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02removed duplicate includes in svxTakeshi Abe
2012-03-26UniString to rtl::OUString.Kohei Yoshida
2012-03-26readUnicodeString can just return the stringCaolán McNamara
seeing as no-one checks the return value, we don't need the intermediate temporary string
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-23.hxx files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-20reduce UniStringsCaolán McNamara
2012-03-17workaround broken msvc template instantiationLuboš Luňák
2012-03-16correction of typo in commentWinfried Donkers
2012-03-15fdo#45671 split button for calc cell border colorWinfried Donkers
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-13forward declaration doesn't make any sense, need to see whole definitionCaolán McNamara
2012-03-12fix SvxShowCharSetItem leakCaolán McNamara
2012-03-06remove misc. unused codeMichael Meeks
2012-03-06ClickLightHdl doesn't need to be a linkCaolán McNamara
and ClickLightHdl always takes a non-NULL argument, so NULL test is pointless. Turn it into a normal method that takes a reference. GetLightSource can be const. Nothing calls DoubleClickHdl, remove it.
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01callcatcher: update listCaolán McNamara
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27callcatcher: update unused listCaolán McNamara
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-22unusedcode.easy: remove some moreThomas Arnhold
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-19Remove unused codePetr Vorel
2012-02-18Remove unused codeElton Chung