summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2014-01-15remove last xub_StrLen in formsCaolán McNamara1-1/+1
2014-01-14bool improvementsStephan Bergmann2-3/+3
2014-01-08Lock SolarMutex in RichtTextEngine::CreateStephan Bergmann1-0/+2
2014-01-08This can be privateStephan Bergmann1-1/+1
2013-12-22Fix other typosJulien Nabet1-1/+1
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-1/+1
2013-12-20typo fixesAndras Timar4-5/+5
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+4
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann5-12/+12
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-3/+3
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-3/+3
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-3/+3
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann1-1/+0
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann1-2/+1
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann7-16/+25
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-1/+2
2013-11-27forms: avoid deadlock when setting FontControlModel propertiesMichael Stahl5-60/+96
2013-11-27FontControlModel::convertFastPropertyValue: fix bad cast of KerningMichael Stahl1-1/+1
2013-11-23outter -> outer (also when "outter" is inside another word)Julien Nabet1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin8-22/+22
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2-2/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-142/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin4-28/+28
2013-11-14i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl2-43/+2
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2-10/+8
2013-11-11remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin10-35/+34
2013-11-05fixincludeguards.sh: formsThomas Arnhold105-289/+289
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-3/+3
2013-11-04remove redundant calls to OUString constructorNoel Grandin2-4/+4
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza5-64/+11
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara4-4/+0
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane1-11/+3
2013-10-17WaE: unknown warning group '-Wmaybe-uninitialized'Tor Lillqvist1-3/+3
2013-10-17MacOS X fixup to bogus WaE: 'bValue' may be used uninitializedLionel Elie Mamane1-7/+9
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane1-1/+11
2013-10-16WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist1-1/+1
2013-10-16respect reference values in checkboxesLionel Elie Mamane2-4/+34
2013-10-02Spell "indices" correctlyTor Lillqvist1-2/+2
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann1-6/+3
2013-10-01convert FORMS modules from String to OUStringNoel Grandin7-23/+23
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara3-0/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák6-8/+8