summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)Author
2012-04-28Oops I should return empty strings on fail.Kohei Yoshida
2012-04-26Evil manual reference counter manipulations. Let's murder them.Kohei Yoshida
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida
2012-04-26Ditto. Use rtl::Reference.Kohei Yoshida
2012-04-26Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..Kohei Yoshida
2012-04-26Fixed API Test for ScHeaderFooterTextCursor.Kohei Yoshida
2012-04-26Fixed API test.Kohei Yoshida
2012-04-26ScHeaderFieldObj is no more.Kohei Yoshida
2012-04-26Infer the field type for cell field objects too.Kohei Yoshida
2012-04-26Make GetObjectByIndex_Impl consistent.Kohei Yoshida
2012-04-26Directly translate SVX class ID to internal enum value.Kohei Yoshida
2012-04-26Early bailout.Kohei Yoshida
2012-04-26ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.Kohei Yoshida
2012-04-26Now we can lump all these service names together.Kohei Yoshida
2012-04-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida
2012-04-26Fixed memory leak. The edit source gets cloned in SvxUnoText.Kohei Yoshida
2012-04-26Another place where ScHeaderFieldObj was still referenced.Kohei Yoshida
2012-04-26Support file field in ScEditFieldObj which requires special handling.Kohei Yoshida
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida
2012-04-26Prepare for supporting fields other than URL in ScEditFieldObj.Kohei Yoshida
2012-04-26Nobody uses ScCellFieldObj now. Removing.Kohei Yoshida
2012-04-26Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida
2012-04-26Construct the edit source instance outside ScHeaderFieldObj.Kohei Yoshida
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida
2012-04-26Simplified the constructors.Kohei Yoshida
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida
2012-04-26Have the caller pass the content instance directly.Kohei Yoshida
2012-04-26Have the caller of ScEditFieldObj define the content the field belongs to.Kohei Yoshida
2012-04-26More generic handling of field item plus some cleanups.Kohei Yoshida
2012-04-26Store URL field data in a generic way.Kohei Yoshida
2012-04-26Initial copy and paste skeleton for the new UNO field item implementation.Kohei Yoshida
2012-04-18Convert from tools/table.hxx to std::mapNoel Grandin
2012-04-18Remove unnecessary auto_ptr complexityNoel Grandin
2012-04-18fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-05resolved fdo#40021 don't let CSV import get confused by erroneous HTML detectionEike Rathke
2012-04-04resolved fdo#46699 do not write compound document header when reading 0-lengt...Eike Rathke
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04some small corrections to the sort entry patchesMarkus Mohrhard
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard