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