summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fielduno.cxx
AgeCommit message (Expand)Author
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#737607 Uncaught exceptionCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21coverity#738808 Uninitialized scalar fieldCaolán McNamara
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-04String to OUStringThomas Arnhold
2013-07-09Mark as constTakeshi Abe
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
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