summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/SfxDocumentMetaData.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-14/+2
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann1-2/+4
2013-10-07Use URL as fallback for DocumentBaseURL in css.document.MediaDescriptorStephan Bergmann1-4/+11
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-10/+0
2013-08-31Some trivial string clean upStephan Bergmann1-4/+2
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl1-23/+52
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-2/+3
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-11use LanguageTag to convertEike Rathke1-13/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-4/+4
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin1-23/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-03-07fdo#46808, Use service constructor for document::DocumentPropertiesNoel Grandin1-43/+27
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-1/+1
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir1-246/+246
2013-02-11fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin1-10/+2
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-4/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-3/+0
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-7/+4
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-8/+2
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-13/+4
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-113/+113
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-9/+7
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot1-8/+8
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-1/+1
2011-11-27remove include of pch header from sfx2Norbert Thiebaud1-1/+0
2011-08-16catch by const referenceCaolán McNamara1-20/+20
2011-08-16const char*->const char[]Caolán McNamara1-7/+6
2011-06-01overly staticCaolán McNamara1-6/+2
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-28Remove commented code in libs-core/sfx2Xisco Fauli1-3/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-10/+34
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-0/+0
2011-03-13Move DBG_ERROR1 to OSL_TRACEThomas Arnhold1-2/+2
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-0/+0
2011-03-01Remove dead CodeXisco Fauli1-16/+0
2011-02-14xmlfix3: SfxDocumentMetaData::init(): handle DOMs with root but not parentMichael Stahl1-12/+34
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold1-7/+7
2011-01-21Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-3/+3
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-8/+8
2010-11-22cleanup createFromAscii callsJulien Nabet1-2/+0
2010-11-21TL_CONSTASCII_USTRINGPARAM in libs core 32Gert Faller1-62/+62
2010-11-21TL_CONSTASCII_USTRINGPARAM in libs core 32Gert Faller1-13/+13