summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
AgeCommit message (Collapse)AuthorFilesLines
2010-10-28add modelines to .hxx files as wellLIBREOFFICE_3_3_FREEZEfeature/rodatastringsCaolán McNamara231-0/+604
2010-10-26Corrected file modesThorsten Behrens1-0/+0
2010-10-26Fix broken Impress document zoom behaviourThorsten Behrens1-0/+1
As outlined in bugs n#380013 and i#88939, in certain cases Impress loads documents nastily offset to the top or left, instead of keeping it nicely centered.
2010-10-18remove non-compiled codePovilas Kanapickas1-5/+0
2010-10-13Merged pptx-autoplay-fix.diff from ooo-buildKatarina Machalkova1-0/+1
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky1-1/+0
2010-10-05more removed include guards using fixguard.pyPetr Mladek86-116/+0
2010-10-04Remove commented out #include directives.J. Graeme Lingard1-3/+0
2010-10-02Code cleanup after i80528Kalman Szalai - KAMI1-5/+0
2010-09-30Split a11y ctor (#i114012)Caolán McNamara1-0/+2
Split ctor so that there aren't any horrible callbacks into semi-constructed objects that causes draw/impress to immediately die if a11y is enabled
2010-09-17fit-list-to-size.diff: Shrink font automatically when text overflows.OOO_BUILD_3_2_99_0_PREThorsten Behrens1-0/+3
i#94086 Scale-font-down if typing text in Impress and the text box becomes too small.
2010-09-01dba33i: #i111146# migrated all SFX-based applications to use named viewsFrank Schoenheit [fs]1-1/+0
2010-07-05impress193: rebase m84Christian Lippka3-167/+0
2010-06-29#i112601# paint the correct page backgroundChristian Lippka1-1/+2
2010-06-29#i112758# final fix for static BitmapExChristian Lippka1-2/+0
2010-06-29masterfix: #i112758# integration of renaissance2 in m81 broke smoketestoo_nativeooo/OOO330_m0ooo/DEV300_m84obo1-5/+0
2010-06-29#i112758# better fix to free static bitmaps on vcl deinitChristian Lippka1-3/+0
2010-06-28#i112758# changed static BitmapEx to static pointersChristian Lippka1-2/+2
2010-06-22CWS-TOOLING: integrate CWS impress191obo3-167/+0
2010-06-17masterfix: #i10000# resolve merge problemsooo/DEV300_m83obo1-60/+0
2010-06-16masterfix: #i10000# remove conflict marksobo2-7/+1
2010-06-15CWS-TOOLING: integrate CWS impress190obo52-616/+73
2010-06-14cws impress190: rebase m82Christian Lippka52-616/+73
2010-06-14CWS-TOOLING: integrate CWS tl80obo1-2/+2
2010-06-14CWS tl80: merge with DEV300_m82Thomas Lange [tl]37-746/+391
2010-06-14cws impress191: rebase m81Christian Lippka37-746/+391
2010-06-04#i94055# enable default printing for handout mode (using the layout set at ↵Christian Lippka3-167/+0
the handout master page
2010-06-04CWS-TOOLING: integrate CWS slidecopyooo/DEV300_m81Ivo Hinkelmann24-589/+183
2010-06-03slidecopy: merge after copying in CWS renaissance2Frank Schoenheit [fs]22-589/+183
2010-06-03CWS-TOOLING: integrate CWS renaissance2Ivo Hinkelmann14-157/+208
2010-05-11cws tl80: merge with DEV300 m77Thomas Lange [tl]4-9/+18
2010-05-07slidecopy: allow activating a tool panel view XLayoutManager::showElementFrank Schoenheit [fs]2-1/+11
2010-05-05#i89450# removed unused codeChristian Lippka55-722/+7
2010-04-30fixed unix compiler warningsChristian Lippka1-1/+0
2010-04-22cws tl80: #i110341# problems with spell check dialog fixedThomas Lange [tl]1-2/+2
2010-04-20#i107213# finalized layout grippies tooltipsChristian Lippka1-0/+4
2010-04-16merged placeholder handles into one to avoid display errors due to pixel ↵Christian Lippka1-2/+2
rounding in some zoom levels
2010-04-14mergeFrank Schoenheit [fs]1-6/+7
2010-04-14slidecopy: allow sorting the tool panels in the TaskPane (so far, the ↵Frank Schoenheit [fs]1-6/+7
implicit ordering was defined by the order in which the config nodes were returned by the config manager)
2010-04-14mergeFrank Schoenheit [fs]6-67/+25
2010-04-14slidecopy: removed PID_FIRST_CUSTOM_PANEL (not used anymore)Frank Schoenheit [fs]1-3/+1
2010-04-14slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code ↵Frank Schoenheit [fs]2-22/+0
formerly found in SD
2010-04-13slidecopy: moved SD's task pane implementation to the new base ↵Frank Schoenheit [fs]3-40/+24
implementation from SFX. Still not all previous functionality restored.
2010-04-13fixed unix warningsChristian Lippka281-1/+1
2010-04-12slidecopy: mergeFrank Schoenheit [fs]278-1136/+310
2010-04-12slidecopy: removed unused forward declarationFrank Schoenheit [fs]2-2/+0
2010-04-12renaissance2: rebase m76Christian Lippka14-156/+204
2010-04-09slidecopy: merge CWS wth MWS-m76Frank Schoenheit [fs]21-473/+198
2010-04-09slidecopy: moved SD's version of DockingWindows (bearing a title bar, and a ↵Frank Schoenheit [fs]2-79/+6
closer when docked) to SFX, and based the new TaskPane on it
2010-04-08slidecopy: FLT_RIGHT_PANE_DOCKING_WINDOW is obsolete (superseded by ↵Frank Schoenheit [fs]1-2/+1
FLT_TOOL_PANEL_DOCKING_WINDOW) for quite some time now ...