summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-06correct TDF linkIvan Timofeev1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05fix coordinates on Options - Load/Save - General panelAndras Timar1-4/+4
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-2/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-12/+12
2012-02-05fix various overlapped controls in the Options dialogIvan Timofeev3-6/+5
2012-02-02cui: about.cxx: nSpace was not declared in this scopeMichael Stahl1-1/+1
2012-02-03Replaced String by rtl::OUStringTakeshi Abe1-2/+2
2012-02-02I added some links and removed the ok buttondbarisakkurt4-34/+75
2012-01-31Fix "Throwing a copy of the caught exception instead of rethrowing"Julien Nabet1-6/+6
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2-40/+25
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann2-4/+4
2012-01-31callcatcher: update listCaolán McNamara2-18/+0
2012-01-30MaxTextLength apparently needs to take comma in "1,000" into account.Stephan Bergmann1-1/+1
2012-01-30refactor ConvertLineEndCaolán McNamara2-4/+6