summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke
During XML import formulas of defined names and conditional formatting were remembered as regular svString tokens that then later were retrieved without quotes for compilation. This didn't go along with the new ScRangeData::CompileUnresolvedXML() that recreates the formula string from an already tokenized form of the formula. Introduced FormulaToken::AddStringXML() with ocStringXML to sort those out and removed the IsImportingXML() hack from FormulaCompiler::AppendString(), the ocStringXML case is handled in FormulaCompiler::CreateStringFromToken().
2011-09-11Don't let the PathSubstitution service null relative pathsMichael Meeks
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks
2011-09-11initial DocumentSettingsSerializer interface impl.Michael Meeks
2011-09-11add XPropertyList enum, factory, and associated cleanupMichael Meeks
2011-09-10on MacOSX we use the system header by default for MesaNorbert Thiebaud
2011-09-10convert Mesa to gbuild and add to tail_buildPeter Foley
2011-09-10provide instructions to install a linreoffice-custom gnumakeNorbert Thiebaud
2011-09-10try to use our 'own' make if installed in /opt/lo/bin/makeNorbert Thiebaud
if GNUMAKE is undefined and /opt/lo/bin/make is an executable then define GNUMAKE as /opt/lo/bin/make
2011-09-10link gdb python helpers across into the install as wellMichael Meeks
2011-09-10Add detection of stale / slow makes (for Windows) and warn about them.Michael Meeks
2011-09-10Revert partly cppcheck cleaningJulien Nabet
2011-09-10Some cppcheck cleaningJulien Nabet
2011-09-10Drop unused partsJulien Nabet
2011-09-10Translate some German commentsLionel Elie Mamane
2011-09-10Proper fix for "problem with sytem wpd/wpg"Lionel Elie Mamane
2011-09-09FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) callLionel Elie Mamane
Fixes crash of fdo#40701, but not broken feature
2011-09-09Some cppcheck cleaningJulien Nabet
2011-09-09Work around a problem when building with system libwpd and libwpgFridrich Štrba
before somebody who has a clue fixes it
2011-09-09Writer Page Breaks: don't print the marker, not for PDF export or printingCédric Bosdonnat
2011-09-09Header/Footer: adjusted popup menu textsCédric Bosdonnat
2011-09-09Header/Footer: don't show the separator action in readonly modeCédric Bosdonnat
2011-09-09Use new line heights only if SAL_USE_NEW_LINEHEIGHT=1Eike Rathke
Commit 3364fefe1e2dec522211040f2f9ea37bf5cd7466 introduced a new (and font technically correct) handling of interline spacing that affects line heights in all applications. Activate that only if SAL_USE_NEW_LINEHEIGHT=1 is set in the environment, else use the old handling until all quirks are sorted out.
2011-09-09sb140: #i117295# use rtl::StaticStephan Bergmann
2011-09-09sb140: #i117294# removed unused mutex guardStephan Bergmann
2011-09-09sb140: #i117292# use ImplInheritanceHelperStephan Bergmann
2011-09-09sb140: #i117291# do not mis-use XTypeProvider.getImplementationId in ↵Stephan Bergmann
XUnoTunnel.getSomething
2011-09-09sb140: #i116872# avoid uninitialized RGB values for full-transparency pixelsStephan Bergmann
plus sb140: #i116872# optimize for nOpacity == 0 (requested by aw)
2011-09-09sb140: #i117079# @executable_path -> @loader_path hack missed some instancesStephan Bergmann
2011-09-09sb140: silence warningsStephan Bergmann
2011-09-09sb140: #i117085# support ENABLE_SYMBOLSStephan Bergmann
2011-09-09sb140: #i117084# do not leak Lockfile instanceStephan Bergmann
plus improvements based on a14010cb8c485ee1d07530d34a00f03db3233e02 "valgrind: fix leak"
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are ↵Stephan Bergmann
destroyed too late) plus sb140: #i117082# extra indirections to apeace MSC sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors
2011-09-09sb140: #i117081# solenv/gbuilt/{Cpp,J}unitTest.mk typosStephan Bergmann
2011-09-09sb140: #i117080# solenv/gbuilt/JunitTest.mk fails to remove the userdirStephan Bergmann
2011-09-09sb140: sb140: #i116981# clean up memory upon exitStephan Bergmann
2011-09-09sb140: #i116910# do not leak Thread_Impl from desktop::AcceptorStephan Bergmann
2011-09-09sb140: #i116786# use auto_ptr to track member lifetimeStephan Bergmann
improves over similar 787b86549305cf0e5fdea28581b1a40f8ed3ef3d "fix leak"
2011-09-09sb140: #i116785# avoid ring-ref that keeps ref counted objects alive foreverStephan Bergmann
improves over similar dbd2b6037046f0ecaa9a052ebf7c0fa84026968a "fix circular depend"
2011-09-09sb140: #i114718# avoid references to object across ↵Stephan Bergmann
XAggregation::setDelegator boundary
2011-09-09bah, missing CTL elementCaolán McNamara
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara
2011-09-09its gb_Library_add_api not gb_Library_use_apiBjoern Michaelsen
2011-09-09Uploading libvisio-0.0.7Fridrich Štrba
2011-09-09 second try to prevent warningMarkus Mohrhard
2011-09-09add missing $David Tardon
2011-09-09callcatcher: various unused codeCaolán McNamara
2011-09-09WaE: constify these (worrying-looking) font name tablesCaolán McNamara
2011-09-09size arg can be constCaolán McNamara
2011-09-09convert the last of sd's ByteStrings to rtl::OString[Buffer]Caolán McNamara
fix potential bug in "3D" search while I'm at it I guess