summaryrefslogtreecommitdiff
path: root/svx/inc
AgeCommit message (Collapse)Author
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-21Remove unused dbexch.hrcThomas Arnhold
The only part where one definition was used was commented out. All other definitions in the hrc file were unused. Change-Id: I257e61b96271685e9321211846a0021059924abe
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2012-06-16Dialog for Smooth filterTomaž Vajngerl
Added dialog for smooth (gaussian blur) filter which now accepts a parameter for setting the strenth of smoothing (bluring). Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-15move zoomitem from svx to sfx2Tim Hardeck
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-13Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold
This is the first part of a nice cleanup ;) Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
2012-06-13SetDrawBaseLine is never used so bDrawBaseLine is always trueCaolán McNamara
since removal of sc/source/ui/attrdlg/condfrmt.cxx Change-Id: Iba794cd62fc4872dbb9dc7c3d7591cdd5ab5519e
2012-06-12convert NfWSStringsDtor further to vector<OUString>Michael Stahl
Change-Id: I4fac64952abf208864281fda722d8b7242689395
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