summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-05Added some tests for basic/scannerAugust Sodora
2011-12-06WaE: uninitialized valueMarkus Mohrhard
2011-12-05possible fix for build breakerMarkus Mohrhard
2011-12-05Use sal_Int32 in all these placesAugust Sodora
2011-12-05WaE: fix Mac build wrt. fprintfMichael Meeks
2011-12-05Prevent the testtool from buildingAugust Sodora
2011-12-05WaE: cleanup ambiguous types in appendMichael Meeks
2011-12-05add tests for new bitshift functions to scWolfgang Pechlaner
2011-12-05remove last uses of CellVertJustify in our codeMarkus Mohrhard
2011-12-05enable sc's c++ subsequenttests related to fdo#43308Markus Mohrhard
2011-12-05incompatible change to solve uno problem related to fdo#43308Markus Mohrhard
2011-12-05possible fix for fdo#43312Markus Mohrhard
2011-12-05Remove unused tools/stack.hxxMarcel Metz
2011-12-05Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz
2011-12-05Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz
2011-12-05Replace Stack with std::stack< SVGAttributeWriter* >Marcel Metz
2011-12-05Replace Stack with std::stack< LineInfo* >Marcel Metz
2011-12-05Replace Stack with std::stack< Color* >Marcel Metz
2011-12-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz
2011-12-05Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz
2011-12-05Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >Marcel Metz
2011-12-05Replace Stack with std::stack< bool >Marcel Metz
2011-12-05Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz
2011-12-05Remove Large Handles optionStefan Knorr (astron)
2011-12-05lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen
2011-12-05fax wizard: build and install the java wizard in paralle to the python oneMichael Meeks
2011-12-05fax wizard: more misc. bug fixing, and missing file makefileMichael Meeks
2011-12-05Improve pyuno debugging in various ways - add stack traces etc.Michael Meeks
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks
2011-12-05presenter console: clean and simplify over-abstract codeMichael Meeks
2011-12-05presenter console: add 'Switch monitors' button to help get setupMichael Meeks
2011-12-05pywizards: resurrect Xisco's code lost in rebasingMichael Meeks
2011-12-05Set the python fax wizard as the default oneXisco Fauli
2011-12-05Add the rest of the files to scp2Xisco Fauli
2011-12-05add fax files to makefileXisco Fauli
2011-12-05add directories to basic/program and makefilesXisco Fauli
2011-12-05Forgotten fileXisco Fauli
2011-12-05Hello world (python) as a componentXisco Fauli
2011-12-05Fix merge conflictsXisco Fauli
2011-12-05allow to install desktop integration in Linux dev buildPetr Mladek
2011-12-05Use OOO_VENDOR as Packager whenever it is definedAndras Timar
2011-12-05RTF import: fixed the handling of frame properties n#417818Cédric Bosdonnat
2011-12-05sw, fixed some missing include in dbglevel>1Cédric Bosdonnat
2011-12-05docx: actually import the last frame of a section.Cédric Bosdonnat
2011-12-05WW8TableNodeInfo debug outputs now for DBG_UTIL only buildsCédric Bosdonnat
2011-12-05bah, wrong file extension...David Tardon
2011-12-05It's RTL languages not bidi languagesLior Kaplan
2011-12-05fix build on macosxDavid Tardon
2011-12-05corrected [pt-PT] date formatsSérgio Marques
2011-12-06catch exception by constant referenceTakeshi Abe