summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-06impress210: #i105310# set tooltip for items and some refactoringOcke.Janssen@oracle.com
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164555 -3600 # Node ID 902597eed5414555107034f62583c4ccc2cdfd4b # Parent 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd impress210: #i105310# set tooltip for items and some refactoring
2011-12-06impress210: #i115617# set zoom to fit_to_windowOcke.Janssen@oracle.com
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164393 -3600 # Node ID 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd # Parent dae1ffc5c15d000bb154beecb3da3b4f84336b38 impress210: #i115617# set zoom to fit_to_window
2011-12-06calcGlueState(): move State enum to file-global anonymous namespaceLionel Elie Mamane
so that it can be used in templates in strict C++98. C++11 allows local types (i.e. without linkage) to be used in templates.
2011-12-06pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS buildLionel Elie Mamane
2011-12-06refactor media embedding completely:Michael Stahl
Do the tempfile handling in SdrMediaObj, not in the window; this has the advantage that it works even in the presence of clipboard documents without SfxBaseModels and thus without storage (sc, sw). The SdrMediaObj instances share ownership of a temp file.
2011-12-06SdrMediaObj: copy/paste supportMichael Stahl
This only works properly in Impress, because Calc and Writer lack a SfxBaseModel on their clipboard document.
2011-12-06comphelper::LifecycleProxy: make writing work:Michael Stahl
The storage implementation forgets any writes unless all storages are committed.
2011-12-05fdo#39847: Shrink chart's source ranges to data area.Kohei Yoshida
Otherwise setting data area to e.g. the entire sheet, or even just entire columns would freeze Calc as it tries to parse the entire data range faithfully.
2011-12-05A little more annotation.Kohei Yoshida
2011-12-05Added comment describing what we are doing here...Kohei Yoshida
It's not very obvious from the code alone.
2011-12-05Use enum over integer constant for type safety.Kohei Yoshida
2011-12-05Separate method for code that determins glue state from referenced cells.Kohei Yoshida
2011-12-05Annotated code and a little cleanup to improve readability.Kohei Yoshida
2011-12-05Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida
2011-12-05Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida
2011-12-05Make the class officially non-copyable.Kohei Yoshida
2011-12-05std::auto_ptr is deprecated. Let's use boost::scoped_ptr.Kohei Yoshida
2011-12-05Let's not create unnecessary duplidate.Kohei Yoshida
These ref tokens are only read, not modified. Taking a const reference is sufficient.
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
please use now only CellVertJustify2
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
did not test that yet, should be quite safe to avoid a null pointer exception but the selected area might need some change to allow tests to pass
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)
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
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
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05presenter console: clean and simplify over-abstract codeMichael Meeks
2011-12-05presenter console: add 'Switch monitors' button to help get setupMichael Meeks
For years, we've been carefully detecting the laptop display, and choosing it as the default display to project to - thus many of our users have configured around this. Provide a way for them to undo the folly, and any subsequent mis-detections easily. Initial Artwork is clearly in need of some bug-fixing. Cleanup hyper-pre-optimised madness in ProtocolHandler.cxx too, called a few dozen times - and has nested switch statements on characters.
2011-12-05pywizards: resurrect Xisco's code lost in rebasingMichael Meeks
Xisco merged this to master and then deleted it on master, which cause these files to get lost during the re-base across that.