summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-05-06Revert "abstract type in ptr_container needs this workaround"Stephan Bergmann1-14/+10
d3f063cc86b50ac9adf08eb46dd2caf7975ed43c, by instead restricting the use of the Boost pointer containers to non-inline code (watch out for implicitly generated copy ctors and copy assignment ops), thus preventing MSVC from trying to generate full template instantiations of those containers (similar to f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 "Blind fix for MSVC, take two"). Turns out the ScConditionalFormat copy ctor was unused anyway (but the ScConditionalFormatList copy ctor isn't, so only prevent generation of an implicit copy assignment op there). Change-Id: I23303a98df7024dbce95638ac13097b71a9c5c04
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-28/+28
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-27WaE: class 'ScRefCellValue' was previously declared as a structTor Lillqvist1-1/+1
Change-Id: I0d75fd1a1e8fa23a246d6dfe9af024404198645a
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-5/+4
Change-Id: I93f83a840874c973cdc0821ddeb1913be7f09767
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard1-2/+4
Change-Id: I1c305c67772b46cede6b4da3e79578f2f1a8ee89
2013-03-23remove the code for this old test conceptMarkus Mohrhard1-18/+0
Change-Id: I4c9c383cffa2cfadbee32ec1e19af4b569b13f0c
2013-03-04doubled includesThomas Arnhold1-2/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard1-1/+1
Change-Id: I7a232c27dd0c1eee6f389d30f46658500aaded47
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-29Fix ScCondDateFormatEntry::mpCacheStephan Bergmann1-6/+1
Change-Id: Iec348a367cedce8022f9be4be80adeaefab7b0a6
2012-11-28cache calls to Date::SYSTEMMarkus Mohrhard1-0/+11
Change-Id: Iccdfeb45519dfc7e1373bf1303ecfc0c83f4cbc0
2012-11-23String to OUString in conditio.[ch]xxMarkus Mohrhard1-16/+16
Change-Id: Iea2da3947a76e45fb323abed3b9a14ccc3fdfbdc
2012-11-15implement remaining conditional date formatsMarkus Mohrhard1-4/+7
Change-Id: I0a514f305367f556be2fea6650afb63bff4c5a8c
2012-11-15initial work for date conditional formatsMarkus Mohrhard1-1/+55
Change-Id: Ifba8a4061e898a031004c20222e78eb825f07e4e
2012-11-15String to OUStringMarkus Mohrhard1-6/+6
Change-Id: I32f35a34f031b1905b1b3955d6a8e6804bd4ce23
2012-11-15remove strange commentsMarkus Mohrhard1-3/+3
Change-Id: I307ac354550119f87e7eee0d747b36715c9e0ccc
2012-11-12remove conditional formats withiout range after import, related fdo#56983Markus Mohrhard1-0/+6
Change-Id: I9a8c02369c3e5a12310a46229bdc1671f75593ad
2012-11-09remove unused methods in ScConditionalFormatMarkus Mohrhard1-4/+0
Change-Id: I36e57f8eac028e72fedd81a5fb05698ff1c57fe0
2012-11-09remove unused defineMarkus Mohrhard1-2/+0
Change-Id: I5d529cef6e75ccdfe57800bceace99353d4b4b47
2012-11-04implement text conditional formatsMarkus Mohrhard1-0/+4
Change-Id: I29e837c3495264b04c25a8d6977e3f8dd1efd73b
2012-11-04switch from String to OUStringMarkus Mohrhard1-1/+1
Change-Id: I755d6e6e9c1118792578de52bd3af484f88072be
2012-11-04add error and not error conditionMarkus Mohrhard1-2/+6
Change-Id: Iaf087a470fa7353877ac726af907e6d4a31cba99
2012-11-02we don't need to pass this parameterMarkus Mohrhard1-9/+9
Change-Id: Ia330894b43c94d1dee09e7013999d22114ca52ac
2012-11-02implement above/below average conditional formatMarkus Mohrhard1-0/+4
Change-Id: I9ea745818552a8e2553b0de17f2e83d8b8da3d3b
2012-11-02implement top/bottom n percentMarkus Mohrhard1-0/+7
Change-Id: I463cd96831cd47b4e2ed878761e7196098a2e163
2012-11-02implement top/ bottom n elements conditional formatMarkus Mohrhard1-0/+7
Change-Id: Ie6aebf91689b6e260225548802d699cf70dadb94
2012-11-02extract filling the cache for conditional formatsMarkus Mohrhard1-3/+5
Change-Id: I90c4f7ac5c462a507cf0d44b7837facdd2bc3643
2012-11-02remove misleading commentMarkus Mohrhard1-4/+0
Change-Id: Ie169423e88539fb6557a36ac3db44386ceb77bbe
2012-10-30implement basic support for icon setsMarkus Mohrhard1-2/+6
already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-09-25this operator can be constMarkus Mohrhard1-1/+1
2012-09-24Build fix.Kohei Yoshida1-0/+2
Change-Id: I2faebd74a1908c0a11e0e876055352716e54f5ca
2012-09-25try to explicitly include map for tinderboxMarkus Mohrhard1-0/+2
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard1-0/+41
Change-Id: I63536625eaf9b73c8e63d3cf88b6b798a6bf017b
2012-09-23improve the dump code for cond formatsMarkus Mohrhard1-3/+3
Change-Id: Icefaa4777f64ca934928ae2ad95496000df364e9
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard1-0/+4
The old ODF storage is style based and so the sam cond format can be divided up into several single stlyes which resulted in several new style cond formats. Now we check for old stlye cond formats if there is a equal cond format and in this case just extend the area. This should make it easier to transform old documents into the new range based cond formats. Change-Id: I51a5148922e19e6860de9915abfc59d49b18d96e
2012-08-31update cond formats for deleting, moving and cut&pasteMarkus Mohrhard1-0/+2
Change-Id: I52987e957918853bcd1abd1460c6166b52454d62
2012-08-14implement dumper for new cond format testMarkus Mohrhard1-0/+14
Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-04don't use SC_DLLPUBLIC for class + methodMarkus Mohrhard1-4/+4
Change-Id: Iec2cbcc0cfdfccb8d143b7a83d69f7fc186c3f7e
2012-07-04add the cond format managerMarkus Mohrhard1-1/+1
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
2012-06-12-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
Change-Id: If2b4118481dd265a81641d5cdf14f5095b8064e9
2012-06-11abstract type in ptr_container needs this workaroundMarkus Mohrhard1-0/+7
Change-Id: I00be4d0963c9cebc50aff3eb44cb208b6eb8c88c
2012-06-11fix rebase problemsMarkus Mohrhard1-0/+1
Change-Id: If025dbfc3364f49151638a606928229dba0ee645
2012-06-11correctly set new conditional formatMarkus Mohrhard1-0/+2
# Change-Id: I6dc3f1cd99cd15aa3dad72a1417f3e2c1af0108d
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard1-2/+0
Change-Id: I01dd992ccd3ddd6b8fc61ce0549ec71b5ff257c0
2012-06-11remove uno from oox cond format import codeMarkus Mohrhard1-0/+2
Change-Id: I762a502403ecb31371efc0384376d283f7f09949
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-3/+3
Change-Id: Ib9cd4e09e55ff2413db8e1daf45624d695e3113d
2012-06-11integrate color formats into conditional formatsMarkus Mohrhard1-4/+21
Change-Id: I3c235f6dd0b69d3fc560910fcc890d2c80c995c0
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard1-8/+42
Change-Id: Id49eb1da20b75a9ab83d20c29ad8e976d46b9423
2012-06-05drop some unused codeCaolán McNamara1-4/+3
Change-Id: I952fa56cb8cef0321688ccd117659c8603f71e16