summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2012-04-03Cleanup some unnecessary #includeMatteo Casalin1-1/+0
2012-04-02Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen1-6/+3
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
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
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
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
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
2012-03-08fold i18npaper into i18nutilCaolán McNamara2-3/+3
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
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
2012-02-27fdo#46531: Fixed SpellCheck dialog display issuesCédric Bosdonnat1-89/+86
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
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
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
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
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe1-1/+1