summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fielduno.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-34/+34
2014-02-25coverity#737607 Uncaught exceptionCaolán McNamara1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21coverity#738808 Uninitialized scalar fieldCaolán McNamara1-6/+9
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-9/+8
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-22/+22
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-22/+22
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-22/+22
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza1-5/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-04String to OUStringThomas Arnhold1-1/+1
2013-07-09Mark as constTakeshi Abe1-5/+5
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-8/+8
2013-04-26XubString->OUStringCaolán McNamara1-3/+3
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-27/+27
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-07-02fdo#50587: Remove totally mis-placed 'static' keyword.Kohei Yoshida1-1/+1
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-4/+4
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-4/+1
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida1-9/+9
2012-05-09Access properties in the edit source when the field item is already inserted.Kohei Yoshida1-17/+185
2012-05-09FILE (title) field doesn't have any properties.Kohei Yoshida1-2/+14
2012-05-09Use UNO field type when searching for specific field items.Kohei Yoshida1-25/+32
2012-05-08Support document title field in cells.Kohei Yoshida1-0/+3
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida1-12/+61
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-39/+6
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida1-34/+35
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida1-3/+44
2012-05-03Support sheet name field in cells.Kohei Yoshida1-2/+18
2012-05-03Support date field in cells.Kohei Yoshida1-4/+25
2012-05-03Properly import DateTimeField.Kohei Yoshida1-1/+17
2012-04-28Oops I should return empty strings on fail.Kohei Yoshida1-4/+5
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida1-5/+5
2012-04-26Fixed API test.Kohei Yoshida1-11/+22
2012-04-26ScHeaderFieldObj is no more.Kohei Yoshida1-408/+24
2012-04-26Infer the field type for cell field objects too.Kohei Yoshida1-45/+48
2012-04-26Make GetObjectByIndex_Impl consistent.Kohei Yoshida1-13/+15
2012-04-26Directly translate SVX class ID to internal enum value.Kohei Yoshida1-20/+19
2012-04-26Early bailout.Kohei Yoshida1-31/+30
2012-04-26ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.Kohei Yoshida1-38/+10
2012-04-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida1-33/+33
2012-04-26Support file field in ScEditFieldObj which requires special handling.Kohei Yoshida1-7/+88
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida1-74/+101
2012-04-26Prepare for supporting fields other than URL in ScEditFieldObj.Kohei Yoshida1-78/+94
2012-04-26Nobody uses ScCellFieldObj now. Removing.Kohei Yoshida1-424/+1