summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin2-13/+15
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold4-8/+0
2012-06-06fdo#50144 put full reference text to selection fieldAndras Timar1-1/+1
2012-06-05fdo#50139 do not cut first character of field textAndras Timar1-1/+1
2012-05-25Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin2-2/+15
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2-5/+5
2012-05-14Convert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vectorNoel Grandin1-31/+24
2012-05-14Convert V_DECL_PTRARR_DEL(SortKeyArr) to boost::ptr_vectorNoel Grandin1-34/+12
2012-05-09Convert SV_DECL_PTRARR_DEL(_RefIdsMaps) to boost::ptr_vectorNoel Grandin1-6/+5
2012-05-09Convert SV_DECL_PTRARR(SwTOXSortTabBases) to std::vectorNoel Grandin1-6/+12
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara1-17/+11
2012-03-08different types in std::min on 32bitCaolán McNamara1-2/+1
2012-03-08docufld.cxx: Apple gcc can't find min(sal_Int32, int)Michael Stahl1-1/+2
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara13-175/+188
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-6/+6
2012-02-08fdo#35669: Update the references even if nothing uses them hereCédric Bosdonnat1-2/+1
2012-02-03Fix iterator erase management (thank you Stephan)Julien Nabet1-2/+5
2012-01-30fdo#35669: more robust references mergingCédric Bosdonnat1-2/+4
2012-01-26fdo#35669: properly merge ref fields in master documentsCédric Bosdonnat1-15/+22
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-8/+8
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot2-4/+4
2012-01-13SvStringsDtor->std::vectorAugust Sodora1-3/+2
2012-01-13SvStringsDtor->std::vectorAugust Sodora1-2/+2
2012-01-13SvStringsDtor->std::vectorAugust Sodora1-5/+3
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-5/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara3-4/+5
2011-12-08fdo#43521: Don't shown the name of a reference field if it's emptyCédric Bosdonnat1-4/+9
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-4/+4
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud19-38/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-24sw: enable more debug code:Michael Stahl2-12/+9
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-3/+3
2011-11-23std::map::erase takes a nonconst iteratorCaolán McNamara1-2/+2
2011-11-23SwSelBoxes: svarray -> std::mapDaisuke Nishino1-11/+14
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara3-7/+6
2011-11-01eliminate SvUShorts typeDaniel Di Marco2-8/+6
2011-10-20WaE: NULL used in arithmeticTor Lillqvist1-1/+1
2011-09-17Explicitly state namespace to avoid ambiguous type clash with ICU.Tomas Chvatal1-1/+1
2011-07-29Get rid of these non-printable charsThomas Arnhold1-2/+0
2011-06-30do not use include path that lead directly outside of the current moduleNorbert Thiebaud1-1/+1
2011-06-14WaE: uninitialized after conversion to std::setCaolán McNamara1-1/+1
2011-06-14Remove obsolete #defines of SVSTDARR_USHORTSORT. LGPLv3+/MPL.Nigel Hawkins1-1/+0
2011-06-14Fix build break introduced in commit eae3537.Nigel Hawkins1-2/+2
2011-06-14Replaced use of SvUShortsSort with std::set/map in reffld.cxx. LGPLv3+/MPL.Nigel Hawkins1-61/+104
2011-06-08Replace DBG_ stuff with OSL_ equivalents in writerJacek Wolszczak1-11/+0
2011-05-30Cross-References-Tab now displays the items correctly. fdo#34872Rob Snelders1-1/+1
2011-05-25Adjusted for SvBaseLink change.Kohei Yoshida1-4/+6
2011-05-24Remove some extra #incude <tools/pstm.hxx>Joseph Powers1-1/+0