summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-02-09ByteString to rtl::OStringBuffer.Kohei Yoshida1-33/+33
2012-02-09Expanded macros to make it easier to work on ByteString.Kohei Yoshida1-28/+26
2012-02-09ByteString to rtl::OString.Kohei Yoshida1-3/+3
2012-02-09ByteString,UniString to rtl variants.Kohei Yoshida1-76/+83
2012-02-09A bit of code-sharing.Kohei Yoshida1-43/+53
2012-02-09Convert ByteString, UniString to rtl variants in AsciiSave.Kohei Yoshida1-45/+52
2012-02-09sal_Bool to bool.Kohei Yoshida1-14/+14
2012-02-09String to rtl::OUString.Kohei Yoshida12-82/+81
2012-02-09Cleaned up more header include silliness.Kohei Yoshida7-18/+33
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida8-8/+6
2012-02-09Really cleaned up dpglobal.hxx.Kohei Yoshida5-76/+10
2012-02-09Moved ScDPItemData into own files.Kohei Yoshida6-331/+410
2012-02-09Cleaning up ScDPItemData a bit...Kohei Yoshida4-38/+51
2012-02-09Moved definitions of ScDPItemData where they belong.Kohei Yoshida3-195/+196
2012-02-09More duplicated defines.Kohei Yoshida6-34/+24
2012-02-09Use names from unonames.hxx to be consistent.Kohei Yoshida8-131/+110
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida8-206/+205
2012-02-09Consolidate all these duplicated defined uno prop names for pivot table.Kohei Yoshida3-44/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe7-34/+34
2012-02-09ByteString->rtl::OstringCaolán McNamara1-43/+41
2012-02-09ensure correct sc dependenciesCaolán McNamara1-2/+2
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke6-92/+257
2012-02-08String to rtl::OUString.Kohei Yoshida4-28/+25
2012-02-08bool cleanups.Kohei Yoshida2-187/+189
2012-02-08Moved ScCollection under filter/starcalc.Kohei Yoshida4-4/+4
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida17-116/+115
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida12-185/+252
2012-02-08Removed unnecessary header includes.Kohei Yoshida3-4/+0
2012-02-09we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard1-1/+1
2012-02-09remove unnecessary checkMarkus Mohrhard1-5/+1
2012-02-09remove unnecessary temporary variableMarkus Mohrhard1-5/+6
2012-02-09use slowcheck in scMarkus Mohrhard1-2/+2
2012-02-09copy settings for RTL with sheets, fdo#45768Markus Mohrhard1-0/+8
2012-02-08ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida2-158/+7
2012-02-08Old result not used for now always case sensitive search.Kohei Yoshida1-8/+0
2012-02-08Apparently these two methods are now deprecated.Kohei Yoshida1-2/+2
2012-02-08Move this typedef back into collect.hxx for now.Kohei Yoshida4-6/+4
2012-02-08Fixed a link error.Kohei Yoshida1-2/+2
2012-02-08std::unique must be followed by erase() to really remove duplicates.Kohei Yoshida1-43/+27
2012-02-08getExactMatch() should return the original string when no match is found.Kohei Yoshida1-4/+4
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida21-578/+645
2012-02-08Let's use enum for better type safety.Kohei Yoshida7-46/+55
2012-02-08TypedStrData to hold rtl::OUString.Kohei Yoshida2-21/+39
2012-02-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power1-0/+60
2012-02-08remove superflous whitespaceBjoern Michaelsen1-1/+1
2012-02-08first try to add slowcheck build targetMarkus Mohrhard1-1/+4
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin3-10/+19
2012-02-08update unused listCaolán McNamara2-9/+1
2012-02-07WaE in debug buildMarkus Mohrhard1-5/+5
2012-02-07fix dbgutil buildMarkus Mohrhard1-5/+5