summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2013-02-22s/the the/the/Tor Lillqvist3-3/+3
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin3-22/+6
2013-02-11fdo#46808, convert xml::xpath::XPathExtension service to new-styleNoel Grandin2-12/+10
2013-02-11fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin1-5/+3
2013-02-11fdo#46808, convert some forms code to XComponentContextNoel Grandin7-31/+17
2013-02-11fdo#46808, convert svt::GraphicAccess to XComponentContextNoel Grandin2-2/+2
2013-02-11fdo#46808, Adapt form::control::FilterControl UNO service to new styleNoel Grandin2-49/+66
2013-01-30fix for the awkward OUString::replaceAll() behaviourLuboš Luňák1-5/+3
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac10-60/+55
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-6/+6
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+1
2013-01-26Fix Member variable m_pView is not initialized in the constructorJulien Nabet1-0/+1
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-2/+2
2013-01-09turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variablesMatúš Kukan1-2/+2
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin6-24/+23
2013-01-09fdo#46808, Adapt sdb::OrderDialog UNO service to new styleNoel Grandin1-19/+2
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley1-0/+1
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-3/+2
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin1-21/+25
2012-12-20rhbz#782736 use right device for converting sizeDavid Tardon1-1/+1
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin1-14/+3
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin7-24/+19
2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl1-8/+0
2012-11-30Include <iterator>Fridrich Štrba1-0/+1
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-1/+1
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin1-3/+3
2012-11-27Fix --enable-dbgutil buildStephan Bergmann1-1/+1
2012-11-27re-factor lifecycle issues in FormattedFieldWrapper.Michael Meeks2-104/+92
2012-11-27re-base on ALv2 code. Includes:Michael Meeks115-2544/+1643
2012-11-27Revert "sb140: #i114718# avoid references to object across XAggregation::setD...Michael Meeks2-76/+97
2012-11-27correct free slot count.Michael Meeks1-2/+0
2012-11-27Revert "sb140: #i114669# appears be duplicate of fixed i114718, so re-enablin...Michael Meeks1-1/+1
2012-11-27fs34b: #i117507# serialize_node: do not reach out into the implementationFrank Schoenheit [fs]3-51/+80
2012-11-27fs34b: added some diagnostics, so next time a bug like #i117507# happensFrank Schoenheit [fs]1-22/+32
2012-11-27fs34b: #i117459# fixed the test - do not create multiple children of a docume...Frank Schoenheit [fs]2-24/+4
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-1/+0
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz4-20/+0
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+1
2012-11-22AllSettings with LanguageTagEike Rathke4-4/+4
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-17use LanguageTagEike Rathke1-4/+4
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+2
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar3-6/+6
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-3/+4
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-2/+2
2012-10-23fdo#46808, fix up some NumberFormatter createInstance calls I missedNoel Grandin1-1/+0
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar23-75/+40