summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Expand)AuthorAgeFilesLines
* removed duplicate includes in svxTakeshi Abe2012-04-0262-90/+1
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-301-17/+18
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-30/+30
* don't use a global LockListener to avoid startup hit on ctoringCaolán McNamara2012-03-281-7/+7
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-8/+7
* drop intermediate temporary UniStringsCaolán McNamara2012-03-271-4/+2
* UniString to rtl::OUString.Kohei Yoshida2012-03-262-0/+18
* readUnicodeString can just return the stringCaolán McNamara2012-03-261-2/+1
* .txt files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .sdi files don't need executable bitsMichael Stahl2012-03-235-0/+0
* .xcl files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .sce files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .component files don't need executable bitsMichael Stahl2012-03-233-0/+0
* .hrc files don't need executable bitsMichael Stahl2012-03-2347-0/+0
* .hxx files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .h files don't need executable bitsMichael Stahl2012-03-232-0/+0
* .cxx files don't need executable bitsMichael Stahl2012-03-231-0/+0
* chmod -xTor Lillqvist2012-03-212-0/+0
* fdo#45671 set initial color for split buttonsWinfried Donkers2012-03-212-2/+26
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-31/+30
* reduce UniStringsCaolán McNamara2012-03-203-8/+10
* remove extra string castsCaolán McNamara2012-03-204-4/+4
* Fix redundant assignment of "nAngle" in switchJulien Nabet2012-03-181-2/+2
* workaround broken msvc template instantiationLuboš Luňák2012-03-171-0/+3
* correction of typo in commentWinfried Donkers2012-03-161-1/+1
* fdo#45671 split button for calc cell border colorWinfried Donkers2012-03-151-0/+3
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1421-2/+71
* Related: fdo#46728 it would help to initialize the reference count I supposeCaolán McNamara2012-03-131-0/+1
* Resolves: fdo#46728 reference count the overlay managersCaolán McNamara2012-03-1318-114/+171
* forward declaration doesn't make any sense, need to see whole definitionCaolán McNamara2012-03-131-5/+0
* SvxULSpaceItem: implement contextual spacingMiklos Vajna2012-03-121-0/+1
* remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák2012-03-121-9/+9
* fix SvxShowCharSetItem leakCaolán McNamara2012-03-122-3/+6
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-105-12/+12
* fdo#45671 fix for transparent colour split buttonWinfried Donkers2012-03-091-0/+4
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-081-40/+23
* fdo#45682 split button for writer table line colorWinfried Donkers2012-03-081-0/+30
* drop dead makefile.mk'sCaolán McNamara2012-03-081-197/+0
* remove misc. unused codeMichael Meeks2012-03-062-22/+0
* ClickLightHdl doesn't need to be a linkCaolán McNamara2012-03-062-45/+28
* fdo#45688: Split button for Calc cell font colorWinfried Donkers2012-03-063-2/+17
* Removed dead codeMarc-André Laverdière-Papineau2012-03-042-16/+0
* Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-051-0/+5
* Do deliver dbcharsethelper.hxx even if DISABLE_DBCONNECTIVITYTor Lillqvist2012-03-051-2/+0
* Don't bypass the form stuff for iOS for nowTor Lillqvist2012-03-051-1/+1
* Don't bypass the form stuff for iOS for nowTor Lillqvist2012-03-051-1/+1
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-03-021-1/+1
* WaE: unused functionTor Lillqvist2012-03-021-7/+0
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-03-022-2/+2
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0155-178/+178