summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-12targetted VBA re-work.Noel Power100-4052/+515
2012-09-12Remove race conditions from testStephan Bergmann1-62/+29
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann4-27/+42
2012-09-12diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann2-1/+1
2012-09-12Simplify osl_searchPath_implStephan Bergmann1-21/+6
2012-09-12remove unused hMainThread_Caolán McNamara2-5/+0
2012-09-12Resolves: rhbz#831755 crash with 0 dyaLinePitch in .docxCaolán McNamara1-4/+10
2012-09-12Improvement on previous commitStephan Bergmann13-107/+46
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin12-41/+85
2012-09-12Patch line end clean upStephan Bergmann1-20/+20
2012-09-12n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna9-8/+45
2012-09-12Deliver libexslt.a (for iOS)Tor Lillqvist1-0/+1
2012-09-12coretext: use only the FontFace ref from the StyleNorbert Thiebaud6-43/+57
2012-09-11fdo#43210 Corrected page preview direction for RTL interfaceIssa Alkurtass1-6/+23
2012-09-11fix ./configure --without-system-liblangtagDavid Tardon1-1/+1
2012-09-11::rtl::OUString to OUString in UnoControlsRicardo Montania4-15/+15
2012-09-11Modifying comments to meet doxygen standardsAbdulmajeed Al-Abaulrazzaq17-448/+448
2012-09-11Remove unnecessary #ifndef guardsTakeshi Abe11-123/+0
2012-09-11Improvement on previous commitStephan Bergmann8-113/+58
2012-09-11fdo#46808, Adapt task::PasswordContainer UNO service to new styleNoel Grandin9-57/+85
2012-09-11blind fix for toolkit_unoapiNoel Power1-0/+4
2012-09-11Stray circular dependency of tk on svtStephan Bergmann1-1/+0
2012-09-11use _use_static_libraries here again to ensure proper dependencyMatúš Kukan2-10/+1
2012-09-11Unused includesStephan Bergmann1-4/+0
2012-09-11Missing "this->" qualificationStephan Bergmann1-1/+1
2012-09-11-Werror=unused-but-set-variableStephan Bergmann1-1/+0
2012-09-11-Werror=non-virtual-dtorStephan Bergmann1-0/+1
2012-09-11Updated iconsAlexander Wilms20-22606/+7748
2012-09-11Make update_tree.pl work with internal xmllintStephan Bergmann2-2/+5
2012-09-11Stray "use Carp"Stephan Bergmann1-1/+0
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann55-117/+45
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann43-121/+26
2012-09-11-Werror,-Wunused-private-field workaround (BluetoothServer)Stephan Bergmann1-6/+3
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann104-257/+66
2012-09-11-Werror,-Wunused-private-field (SC_TOKEN_FIX_MEMBERS -> ScRawTokenBase)Stephan Bergmann1-11/+10
2012-09-11-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2012-09-11-Werror,-Wnon-literal-null-conversion (various sw)Stephan Bergmann4-4/+4
2012-09-11-Werror,-Wnon-literal-null-conversion (SwInsertFld_Data ctor)Stephan Bergmann1-1/+1
2012-09-11-Werror,-Wnon-literal-null-conversion (SpellStart(..., *pConvArgs = 0))Stephan Bergmann1-7/+7
2012-09-11-Werror,-Wnon-literal-null-conversion (GetDrawOutliner(* pObj=NULL))Stephan Bergmann2-4/+4
2012-09-11-Werror,-Wnon-literal-null-conversionStephan Bergmann1-1/+1
2012-09-11-Werror,-Wunused-valueStephan Bergmann3-8/+8
2012-09-11fdo#53009: For msi installer, only default-select a subset of dictionariesStephan Bergmann4-1/+176
2012-09-11fdo#53520: One more dict pt vs. pt-PT inconsitencyStephan Bergmann1-1/+1
2012-09-11Some code simplificationStephan Bergmann1-22/+16
2012-09-11disable scrollable Frame ( not working well )Noel Power5-5/+8
2012-09-11get scrollbar details actually read for groupboxNoel Power8-28/+49
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power4-6/+36
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power6-120/+106
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power8-53/+140