summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Collapse)AuthorFilesLines
2012-07-19fdo#52241 remove just one entryDavid Tardon1-3/+2
Change-Id: Ida7920c3196105f7f8aab519da12e79135839345 (cherry picked from commit 859018061956b1937c7be3809a9858cbd610fa9c) Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-07-18fdo#50801 fix cross-reference text when Caption order is Numbering firstUray M. János2-48/+88
Change-Id: I7306f99c18d0f9cfb3b0ce147ecc200662d23b3d Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-11fdo#51793: FormatNumber can handle sal_uInt32 values after all...Cédric Bosdonnat2-2/+2
Change-Id: I9d50bce0278a4aa65873aa816eb991473f556cee (cherry picked from commit 32c7ba61a9ce620c1c9544ac469ccfd143e60bb9) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-06-06fdo#50144 put full reference text to selection fieldAndras Timar1-1/+1
Change-Id: I99a4a2a3fc6e20f9c8d35213609075f2269eab2f
2012-06-05fdo#50139 do not cut first character of field textAndras Timar1-1/+1
Change-Id: Ia80e0bc0540259f9a752452ad677c645c97fc7f5
2012-05-25Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin2-2/+15
Change-Id: Ia1f52f25680d3f970aa4f7f60a8e5203326a6796
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2-5/+5
I added a GetPos() method because quite a lot of code used that method and the existing code is quite tied to the precise return values of that method. Change-Id: I9af6b923d978abe758b63d835f228495c020455a
2012-05-14Convert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vectorNoel Grandin1-31/+24
Change-Id: I7f0adc9e2e196652dd938c27630fb2e13f9900e3
2012-05-14Convert V_DECL_PTRARR_DEL(SortKeyArr) to boost::ptr_vectorNoel Grandin1-34/+12
Removed the copy constructor because it was dangerous, it could result in accessing an SwTOXSortKey object after it was released. Removed the operator= because it was private, and no longer used. Change-Id: Ifaf21cbbad5f8b9cabddcc3009e4ed776b1fdd71
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
3af0c948254751eade9bff772b849720747c5494 868bd3b778b6c7b970c67d1dacc469967f69e551 b2e84f9a40fda7821d4e658f9102bcbc783a1ba3 7264d2767095150944ff1e6999c71be1dbdc6f83 858b5b4f36a357fe7192e7c2ed9cc3cdfc81fd8f The problem is that a paragraph gets added to the document after the TableBox selection is created, which changes the node ids of the following paragraphs in the TableBox but the map has used cached SttNd value as its key, so it can't recognize nodes using the new index. This worked in the old implementation because that was effectively a sorted-vector, so probably the best conversion to stl is a sorted vector Change-Id: I1143d843b872eee15b016f82b68ecc020969f1b5
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
Merge the references with the other document even if there is no field using them as this may break the sequence and references in other parts of a master document.
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
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot2-4/+4
Part XL Modules sw
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
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
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
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
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
Whole bunch of code is #if OSL_DEBUG_LEVEL > 1, reduce that to > 0 so more assertions are active when building --enable-debug or --enable-dbgutil.
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-3/+3
OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI incompatible objects.
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