summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)Author
2012-06-04remove anchor to cell shape (re)position hackNoel Power
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida
2012-05-10resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
2012-05-09Access properties in the edit source when the field item is already inserted.Kohei Yoshida
2012-05-09FILE (title) field doesn't have any properties.Kohei Yoshida
2012-05-09Use UNO field type when searching for specific field items.Kohei Yoshida
2012-05-08Support document title field in cells.Kohei Yoshida
2012-05-08Remove the evil hack.Kohei Yoshida
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida
2012-05-03Support sheet name field in cells.Kohei Yoshida
2012-05-03Support date field in cells.Kohei Yoshida
2012-05-03Properly import DateTimeField.Kohei Yoshida
2012-05-03New menu now inserts current time into cell.Kohei Yoshida
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power
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