summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2012-06-20move ScNamedEntryArr_Impl out of header to make MSVC happyMichael Stahl1-17/+32
2012-06-20Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vectorNoel Grandin1-26/+22
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-9/+0
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2-4/+4
2012-06-12Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin3-39/+38
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin1-11/+9
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vectorNoel Grandin1-14/+10
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vectorNoel Grandin1-29/+27
2012-06-11remove uno from oox cond format import codeMarkus Mohrhard1-26/+3
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-5/+4
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard1-8/+12
2012-06-09Remove superfluous empty lines on topThomas Arnhold24-69/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-04better import xlsx heightsNoel Power1-4/+0
2012-06-04remove anchor to cell shape (re)position hackNoel Power1-60/+0
2012-06-02targeted string re-workNorbert Thiebaud2-14/+14
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks3-6/+6
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power1-11/+54
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard2-5/+5
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida2-5/+5
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-10resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke1-8/+9
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara1-1/+2
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 Yoshida2-2/+5
2012-05-08Remove the evil hack.Kohei Yoshida1-13/+0
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida3-14/+66
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 Yoshida4-80/+50
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida2-10/+10
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida1-1/+45
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida1-3/+44
2012-05-03Support sheet name field in cells.Kohei Yoshida2-3/+21
2012-05-03Support date field in cells.Kohei Yoshida1-4/+25
2012-05-03Properly import DateTimeField.Kohei Yoshida2-1/+23
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-2/+2
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power1-54/+11
2012-04-28Oops I should return empty strings on fail.Kohei Yoshida1-4/+5
2012-04-26Evil manual reference counter manipulations. Let's murder them.Kohei Yoshida1-3/+0
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida2-6/+9
2012-04-26Ditto. Use rtl::Reference.Kohei Yoshida1-18/+14
2012-04-26Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..Kohei Yoshida1-36/+30
2012-04-26Fixed API Test for ScHeaderFooterTextCursor.Kohei Yoshida1-1/+0
2012-04-26Fixed API test.Kohei Yoshida1-11/+22
2012-04-26ScHeaderFieldObj is no more.Kohei Yoshida1-408/+24