summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-09ByteString->rtl::OstringCaolán McNamara
2012-02-09ensure correct sc dependenciesCaolán McNamara
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke
2012-02-08String to rtl::OUString.Kohei Yoshida
2012-02-08bool cleanups.Kohei Yoshida
2012-02-08Moved ScCollection under filter/starcalc.Kohei Yoshida
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida
2012-02-08Removed unnecessary header includes.Kohei Yoshida
2012-02-09we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard
2012-02-09remove unnecessary checkMarkus Mohrhard
2012-02-09remove unnecessary temporary variableMarkus Mohrhard
2012-02-09use slowcheck in scMarkus Mohrhard
2012-02-09copy settings for RTL with sheets, fdo#45768Markus Mohrhard
2012-02-08ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida
2012-02-08Old result not used for now always case sensitive search.Kohei Yoshida
2012-02-08Apparently these two methods are now deprecated.Kohei Yoshida
2012-02-08Move this typedef back into collect.hxx for now.Kohei Yoshida
2012-02-08Fixed a link error.Kohei Yoshida
2012-02-08std::unique must be followed by erase() to really remove duplicates.Kohei Yoshida
2012-02-08getExactMatch() should return the original string when no match is found.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-02-08Let's use enum for better type safety.Kohei Yoshida
2012-02-08TypedStrData to hold rtl::OUString.Kohei Yoshida
2012-02-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power
2012-02-08remove superflous whitespaceBjoern Michaelsen
2012-02-08first try to add slowcheck build targetMarkus Mohrhard
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin
2012-02-08update unused listCaolán McNamara
2012-02-07WaE in debug buildMarkus Mohrhard
2012-02-07fix dbgutil buildMarkus Mohrhard
2012-02-07Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
2012-02-07make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power
2012-02-07fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power
2012-02-07Namespace scope fixStephan Bergmann
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06The usual bool & string conversion.Kohei Yoshida
2012-02-06FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06Actually I didn't need this.Kohei Yoshida
2012-02-06We don't need this macro; we can safely pass const char* as-is.Kohei Yoshida
2012-02-06ModuleCollection no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06More on string/bool conversion.Kohei Yoshida
2012-02-06String to rtl::OUString & reduce indent levels.Kohei Yoshida
2012-02-06We don't use boost::shared_ptr here any more...Kohei Yoshida
2012-02-06Use the new method.Kohei Yoshida
2012-02-06I think it's time we had a real method for this...Kohei Yoshida
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner
2012-02-07Removed duplicate macroTakeshi Abe