summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-03Cleanup some unnecessary #includeMatteo Casalin1-1/+0
2012-04-02Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen1-6/+3
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to have been used to add first line indent for paragraphs in Netscape version 3 but all currently available export modes use CSS for that.
2012-04-02show synchronized checked only if all margins are the same, related fdo#44337Markus Mohrhard2-8/+10
2012-03-30removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe4-5/+0
2012-03-27Translate German commentsPhilipp Weissenbacher3-45/+39
2012-03-27Translate German comments, fix some English onesPhilipp Weissenbacher1-71/+70
2012-03-26fdo#46942: Fix a regression caused by List removal.Kohei Yoshida1-0/+1
3236c2c3af9355157c62f68fcbd429498f7f747b accidentally removed the gallery item count which was used to differentiate the gallery symbols from normal ones.
2012-03-26Move this into a real method also.Kohei Yoshida2-147/+153
2012-03-26This string is assigned but not used.Kohei Yoshida1-2/+0
2012-03-26bool and string.Kohei Yoshida1-9/+9
2012-03-26Move the fat handler code into a real method.Kohei Yoshida2-97/+102
To allow my editor to do static analysis correctly. Those IMPL_LINK macros screw it up.
2012-03-26UniString to rtl::OUString.Kohei Yoshida2-10/+7
2012-03-26Attempt to translate some German comments, but not all.Kohei Yoshida1-12/+13
2012-03-26readUnicodeString can just return the stringCaolán McNamara1-2/+2
seeing as no-one checks the return value, we don't need the intermediate temporary string
2012-03-26need seen for seperate CUI_RESSSTRCaolán McNamara2-6/+5
2012-03-23.hrc files don't need executable bitsMichael Stahl2-0/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20reduce UniStringsCaolán McNamara1-2/+2
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann3-3/+3
2012-03-14add 'Japanese Postcard' paper size to both Paper format and Print dialogTakeshi Abe2-0/+3
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+2
...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-14fixed pointer to the paper.hxx in commentTakeshi Abe1-1/+1
2012-03-12cui: implement contextual spacing UIMiklos Vajna4-8/+32
2012-03-12SvxStdParagraphTabPage::Reset: no need to have two SvxULSpaceItem hereMiklos Vajna1-6/+4
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-2/+2
2012-03-09add an explicit Cancel handlerCaolán McNamara2-1/+11
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2-5/+4
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
2012-03-08fold i18npaper into i18nutilCaolán McNamara2-3/+3
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-03-07These methods don't need to be implemented as LinksCaolán McNamara2-32/+25
2012-03-02Convert tools/table to std::vector and std::map in cuiNoel Grandin2-97/+72
Convert DoubleStringArray to std::vector Convert DoubleStringTable to std::map Convert StringsTable to std::map
2012-03-02WNT-only IMPL_LINK_NOARG fixesStephan Bergmann1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann121-515/+515
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-27fdo#46531: Fixed SpellCheck dialog display issuesCédric Bosdonnat1-89/+86
More robust, handling of the explanations message and link display.
2012-02-27Reduced loadtime of autocorrect tablesSzabolcs Dezsi1-2/+2
2012-02-23Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann4-31/+42
2012-02-21catch by referenceCaolán McNamara1-1/+1
2012-02-21WaE: unused variableCaolán McNamara1-19/+20
2012-02-20WaE: msvc:C4099Caolán McNamara1-1/+1
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18Fix typos in commentsElton Chung2-2/+2
2012-02-17Cleanup inludesMatteo Casalin1-0/+10
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann3-183/+159
2012-02-13Use "Close" instead of "Cancel" button in the about dialogPetr Mladek1-0/+1
Thanks to Stefan Knorr (Astron) for hint.
2012-02-13WaE: unreferenced local variableTor Lillqvist1-6/+6
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2-2/+0
2012-02-10add back close button to the about dialogPetr Mladek4-2/+36
Some windowmanagers on small devides do not have the close window button, so all dialogs should have its own way how to diappear. It is now done like in other application. They use "Close" button instead of "OK". They put it into the right side and delimit it by a line, so it looks like another dialog in the application.
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-1/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-4/+4
2012-02-09another improvement of the about dialogPetr Mladek2-4/+7
* put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR" * remove "LibreOffice is" from the copyright line. It has affect only when the product is called "LibreOffice" * center version and buildid line * remove the confusing branch-point from buildid; it is not longer necessary when we have the version suffix, e.g. beta1+