summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold185-628/+632
2011-03-01Replaced String with rtl::OUString.Kohei Yoshida5-19/+17
2011-03-01Hooray! No more ScfRefMap.Kohei Yoshida1-53/+0
2011-03-01Another one on ScfRefMap to std::map conversion.Kohei Yoshida1-3/+3
2011-03-01More on ScfRefMap to std::map conversion.Kohei Yoshida2-2/+8
2011-03-01These ones are best converted to std::map.Kohei Yoshida2-4/+8
2011-03-01Another one on ScfRefMap to boost::ptr_map conversion.Kohei Yoshida2-38/+34
2011-03-01More on ScfRefMap to boost::ptr_map.Kohei Yoshida2-14/+14
2011-03-01Replaced another use of ScfRefMap with ptr_map.Kohei Yoshida2-12/+13
2011-03-01Replace use of ScfRefMap with boost::ptr_map.Kohei Yoshida2-10/+15
2011-03-01Moved the widgets a bit and shrank the dialog to make it look nicer.Kohei Yoshida1-7/+7
2011-03-01Re-arranged widgets definitions a bit.Kohei Yoshida1-7/+8
2011-03-01Put all the other pieces into place.Kohei Yoshida6-32/+79
2011-03-01Initial change to display named range option in the source dialog.Kohei Yoshida7-14/+74
2011-03-01Used boost::scoped_ptr to manage instances.Kohei Yoshida1-13/+20
2011-03-01Extracted datapilot handling code into its own method.Kohei Yoshida3-140/+146
2011-03-01Revert part of cab7e33c which added ';' into the expressionCaolán McNamara1-2/+2
2011-03-02Removed dead codeTakeshi Abe20-121/+1
2011-03-01We call them field windows. Let's be consistent...Kohei Yoshida2-3/+3
2011-03-01Refresh the field view when the source range changes.Kohei Yoshida2-0/+11
2011-03-01Remove bogus comments.Guillaume Poussel80-215/+215
2011-03-01Remove bogus comments.Guillaume Poussel49-115/+113
2011-03-01Check for existance of cache before creating a new one.Kohei Yoshida3-2/+11
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida7-52/+52
2011-03-01Finally get the refresh to work properly.Kohei Yoshida6-13/+24
2011-02-28Let's rename InvalidateSource() to ClearSource().Kohei Yoshida2-7/+7
2011-02-28More cleanups.Kohei Yoshida3-21/+4
2011-02-28Remove old container that stored data caches.Kohei Yoshida1-2/+1
2011-02-28More removal of cache ID related stuff.Kohei Yoshida4-19/+11
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida7-336/+32
2011-02-28Remove cache ID storage from ScDPSaveData.Kohei Yoshida2-16/+4
2011-02-28Some whitespace cleanups.Kohei Yoshida1-23/+23
2011-02-28Make sure everybody calls ScDPCacheTable::getOrder() publicly.Kohei Yoshida1-2/+2
2011-02-28Make sure nobody modifies the table cache outside of ScDPCacheTable.Kohei Yoshida7-25/+39
2011-02-26WaE: picky about comparison between signed and unsignedChristian Lohmaier1-1/+1
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold2-3/+3
2011-02-25Removed dead codeTakeshi Abe7-100/+3
2011-02-25Mark fall-throughTakeshi Abe1-2/+2
2011-02-24Remove commented variableMichael Lefevre1-1/+0
2011-02-24Remove "using namespace ::rtl"Julien Nabet10-14/+23
2011-02-23Using * for pointer type is better than typedef to FooPtr.Kohei Yoshida1-2/+1
2011-02-23Remove bogus commentMichaël Lefèvre1-4/+2
2011-02-22Remove Tools -> Media Player from CalcThomas Arnhold3-18/+0
2011-02-22Enabled backspace with any modifier in case of SC_INPUT_TYPETakeshi Abe1-1/+0
2011-02-22Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PRECJean-Baptiste Faure1-5/+5
2011-02-22make this one an exception file tooCaolán McNamara1-3/+3
2011-02-22Include precompiled_sc.hxxTor Lillqvist1-0/+3
2011-02-22Include precompiled_sc.hxxTor Lillqvist1-0/+3
2011-02-21Added method documentation.Kohei Yoshida1-0/+6
2011-02-21Use const where possible.Kohei Yoshida1-1/+1