summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-06let gb_Extension do the necessary manifest updatesDavid Tardon
2012-03-06set platformDavid Tardon
2012-03-06add support for platform spec. data in manifest and descriptionDavid Tardon
2012-03-06simplify ruleDavid Tardon
2012-03-06add helper function to convert path to native formatDavid Tardon
2012-03-06fix platform IDDavid Tardon
2012-03-06fix build with internal xpdfDavid Tardon
2012-03-06add sdext to tail_buildDavid Tardon
2012-03-06add sdext to gbuildified modules listDavid Tardon
2012-03-06build test executables for pdfimportDavid Tardon
2012-03-06gbuildize sdextDavid Tardon
2012-03-06allow adding deps on packagesDavid Tardon
2012-03-06allow using manifest in different locationDavid Tardon
This is necessary for C++ extensions (at least for those from sdext module), because the manifest needs preprocessing (the extension's name is platform-dependent etc.)
2012-03-06support adding more than 1 file at onceDavid Tardon
2012-03-06sal: add mkdir -pMatúš Kukan
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers
2012-03-06Translate German comments, fix some whitespace and bad translationsPhilipp Weissenbacher
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard
2012-03-06UnoApiTarget: add missing dependencyMatúš Kukan
2012-03-05Finish translating connectivity, fix some whitespacePhilipp Weissenbacher
2012-03-05Translate German comments, fix some whitespacePhilipp Weissenbacher
2012-03-05basic: add missing forward declarations for helper functionsMichael Meeks
2012-03-05attempt fix of hang on base close, due to solarmutex deadlock on joinMichael Meeks
2012-03-05Translate German commentsPhilipp Weissenbacher
2012-03-05Missed two charsPhilipp Weissenbacher
2012-03-05gbuild: do not call mkdir -p in gb_Deliver__deliverMatúš Kukan
Rather create new order-only dependencies on directories where targets should be delivered. On cygwin this is much faster.
2012-03-05UnoApiTarget: avoid calling mkdir -p when not necessaryMatúš Kukan
2012-03-05move some auto_ptr to boost::scoped_ptrMarkus Mohrhard
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-05Remove unused SbxMemoryStreamTor Lillqvist
2012-03-05fix icecream check to not break on SUSEMichael Meeks
2012-03-05Fix indentationWilliam Gathoye
2012-03-05Fix controls size and position on the document information dialogWilliam Gathoye
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist
The tables functionality in Writer documents need SbxValue.
2012-03-05WaE: unused parameter in the DISABLE_SCRIPTING caseTor Lillqvist
2012-03-05WaE: unused variable in the DISABLE_SCRIPTING caseTor Lillqvist
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power
2012-03-05Revert "Workaround for weird gbuild looping problem with Clang for iOS"Tor Lillqvist
The root cause for the problem was in solenv/bin/concat-deps.c, has been fixed now. This reverts commit af9618b29f186c3991d9225cc50b55dc78612f27.
2012-03-05Handle consecutive slashes before ".."Tor Lillqvist
2012-03-05Must properly quote also the vars in config_build.mk when sourcing itTor Lillqvist
2012-03-05Remove unused code from basicElton Chung
2012-03-05Translate german comments in core/comphelperTom Thorogood
2012-03-05fdo#44832: Follow-up fix for axis labels for complex categoriesMarkus Mohrhard
Don't add special handling for second and following categories. [From Markus's patch email to the list, edited by tml] This patch is not obvious and I'm not sure that it will not introduce another regression. I don't fully understand why we need to add special handling for labels of second and following categories.
2012-03-05n#693238, n#747471: create TableManager for inside shapesCédric Bosdonnat
When a texbox is contained inside a table cell... we were running into some troubles when creating the table: the reference to the paragraphs inside the textbox were passed to the TableManager. This was leading to missing references when converting to a table because the paragraph references within the textbox were dropped.
2012-03-05n#747471, n#693238: Textboxes import is a mess with OLE objects insideCédric Bosdonnat
2012-03-05fix dbgutil buildCaolán McNamara
2012-03-05vba implementation for Application.OnKeyNoel Power
2012-03-05Related: rhbz#799630 survive unknown/broken nIdctHint valuesCaolán McNamara
2012-03-05callcatcher: update listCaolán McNamara