summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-07move required resources down from fpicker & svtools into vclMichael Meeks4-130/+147
2011-11-07hush more kinds of file typesMichael Meeks1-1/+16
2011-11-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks9-22/+31
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks41-4699/+282
2011-11-07gtk: use a more sensibly unique version defineMichael Meeks3-4/+3
2011-11-07typename outside templateCaolán McNamara1-4/+2
2011-11-07Remove superfluous includes and forward declsAugust Sodora17-90/+29
2011-11-07redundant if not-null checks on deleteThomas Arnhold16-50/+25
2011-11-07don't need typename outside a templateCaolán McNamara1-3/+3
2011-11-07Removed unused codeEmanuele Fia3-59/+0
2011-11-07Get rid of SvStringsSortDaisuke Nishino9-71/+44
2011-11-07make extensions ByteString freeCaolán McNamara8-183/+162
2011-11-07callcatcher: update listCaolán McNamara7-129/+1
2011-11-07callcatcher: update list, drop some newly unused methodsCaolán McNamara9-154/+2
2011-11-07callcatcher: remove some unused methodsCaolán McNamara15-119/+3
2011-11-07don't seem to need CAT.objCaolán McNamara1-2/+1
2011-11-07remove unused fileDavid Tardon1-156/+0
2011-11-07add soffice.bin generation to the desktop/ module rule to fix win32Michael Meeks1-1/+5
2011-11-07fixed remaining issues with ooxml custom shapes scalingRadek Doulik2-73/+45
2011-11-07fixed remaining issues with custom shapes sizingRadek Doulik9-36/+1585
2011-11-07ooxml custom shapes wipRadek Doulik1-21/+32
2011-11-07fix buildRadek Doulik1-6/+8
2011-11-07fix ooxml custom shapes sizingRadek Doulik8-1531/+1532
2011-11-07fix ooxml custom shapes sizingRadek Doulik2-27/+58
2011-11-07Fix linking on WindowsFridrich Štrba3-7/+7
2011-11-07Minor clean up.Stephan Bergmann1-2/+1
2011-11-07SCTAB is sal_Int16 and not sal_Int32Markus Mohrhard1-1/+1
2011-11-07MAC tinderbox does not like OUString::valueOf(sal_Int16)Markus Mohrhard1-2/+2
2011-11-07use boost::scoped_ptrIvan Timofeev1-5/+3
2011-11-07cppcheck: drop redundant checkIvan Timofeev1-45/+35
2011-11-07forgot to amend these changes to my last commitMarkus Mohrhard4-4/+4
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard67-530/+582
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard27-751/+751
2011-11-06ByteString->rtl::OStringCaolán McNamara1-8/+7
2011-11-06make filter ByteString freeCaolán McNamara1-10/+12
2011-11-06aString is always emptyCaolán McNamara1-2/+1
2011-11-06ByteString->rtl::OStringCaolán McNamara2-3/+3
2011-11-06ByteString->rtl::OStringCaolán McNamara2-10/+7
2011-11-06no need for intermediate string hereCaolán McNamara1-3/+1
2011-11-06ByteString->rtl::OStringCaolán McNamara2-18/+17
2011-11-06make sfx2 ByteString freeCaolán McNamara7-60/+64
2011-11-06sw now ByteString free except for windows related onesCaolán McNamara1-29/+32
2011-11-06StaticIsEnabledBroadcasting can only be trueCaolán McNamara4-12/+3
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara10-117/+43
2011-11-06little refactoring in ods import codeMarkus Mohrhard2-19/+21
2011-11-06RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna2-7/+5
2011-11-06RTF import: close file descriptor once import finishedMiklos Vajna1-0/+1
2011-11-06RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna1-0/+1
2011-11-06cppcheck: avoid possible null pointer dereferencesIvan Timofeev6-16/+14
2011-11-06cppcheck: drop redundant checksIvan Timofeev3-9/+7