summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
AgeCommit message (Expand)AuthorFilesLines
2013-05-30setPropertyValue can throw PropertyVetoExceptionLionel Elie Mamane2-2/+4
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin2-4/+5
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-3/+2
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+3
2012-11-17use LanguageTagEike Rathke1-2/+2
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2-0/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks66-1538/+945
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2-6/+5
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida4-20/+20
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida2-2/+2
2012-10-01Use prefixTor Lillqvist2-2/+2
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-3/+3
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud10-24/+24
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-11misc fixes and improvementsNoel Power2-0/+8
2012-09-11attempt own scrollNoel Power3-0/+24
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2-8/+4
2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan1-146/+0
2012-08-23fdo#53001 disable unlink graphics in image control dialog in base report builderJoel Madero1-1/+1
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold9-32/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara6-8/+7
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-2/+0
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-2/+0
2012-07-01Remove unused definesThomas Arnhold1-5/+0
2012-06-29Remove UNO includes commentsThomas Arnhold76-162/+0
2012-06-27Remove unused include filesThomas Arnhold1-63/+0
2012-06-26removed unnecessary forward declarations of classTakeshi Abe4-8/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks56-1325/+823
2012-06-21re-base on ALv2 code.Michael Meeks12-297/+189
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara1-2/+1
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-10/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-2/+5
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+6
2012-05-29targeted string re-workNorbert Thiebaud9-41/+41
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara1-43/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-3/+3
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-03-20reduce UniStringsCaolán McNamara2-10/+12
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann6-0/+18
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann4-6/+6
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann1-2/+7
2012-02-16Translate German commentsPhilipp Weissenbacher1-3/+3
2012-02-11Fix cppcheck warning same expression on both sides of '|'Julien Nabet1-1/+1
2012-02-10fdo#40261: Fix crash in XML Form Document.Jan Holesovsky2-88/+73
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-3/+2