summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fielduno.cxx
AgeCommit message (Expand)Author
2013-04-26XubString->OUStringCaolán McNamara
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-07-02fdo#50587: Remove totally mis-placed 'static' keyword.Kohei Yoshida
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-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-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-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-04-28Oops I should return empty strings on fail.Kohei Yoshida
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.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-26Define interfance to get edit engine instance without ugly casting.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-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-26Simplified the constructors.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
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-06-03use standard template for this throughoutCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak