summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-08-20it's no use to check for stream status after a seekCaolán McNamara1-7/+10
2015-07-08tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky2-15/+22
2015-06-20Resolves: tdf#88911 Crash when dragging unsupported url to navigator paneCaolán McNamara1-3/+7
2015-06-20crash on use of 'echo hello' as dde command in insert sectionCaolán McNamara1-1/+1
2015-06-18Make 'Show License' button work on OS XAndras Timar1-0/+5
2015-06-10Resolves: tdf#79780 use SelectHdl instead of ClickHdlCaolán McNamara1-3/+3
2015-06-09not necessary to open read/write to extract document metadataAndras Timar1-0/+1
2015-05-19Resolves: tdf#72007: on switching decks keep our left indent, don't assume 0Caolán McNamara1-53/+37
2015-05-01tdf#65498, tdf#87545: Don't confuse logically r/o doc with physically r/oStephan Bergmann1-5/+15
2015-04-16fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara2-8/+16
2015-04-16Cherry-pick 2 fixes:Julien Nabet1-5/+5
2015-04-14Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara1-0/+2
2015-04-14Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara2-18/+14
2015-04-04tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl1-9/+6
2015-04-04sfx2: fix VBA crash when disposing SfxBaseModelMichael Stahl2-0/+18
2015-03-24tdf#90095 Fixed wrong behavior of template delete dialogMichael Horn1-2/+2
2015-01-20fdo#88241 Floating sidebar second call to same item should dismiss itTrent MacAlpine1-2/+11
2015-01-20fdo#87217 Inconsistent floating sidebar close behaviorTrent MacAlpine1-11/+2
2015-01-19fdo#86147: Do not reset r/o mode for SID_SAVETOStephan Bergmann1-2/+7
2015-01-19Re fdo#80538: Remove read-only infobar after "Save As..."Stephan Bergmann1-0/+1
2015-01-15Resolves: fdo#87353 Start Center 'Help' button not functioning any moreCaolán McNamara2-2/+18
2015-01-07fdo#87031 Sidebar tabs not visible when Sidebar deck is shownSamuel Mehrbrodt1-1/+1
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky4-4/+0
2014-12-06fdo#72811: Revert "Broken security/password when saving to older odf (sx?)Michael Stahl1-1/+1
2014-12-05sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl1-0/+1
2014-12-04fdo#85937 Add 'Close Sidebar' command to Sidebar menuSamuel Mehrbrodt3-0/+16
2014-12-01Resolves: fdo#86799 fix insert special char in Find/Find and ReplaceCaolán McNamara1-1/+1
2014-11-24sfx2: add missing locks to FrameActionListenerMichael Stahl1-0/+4
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl1-1/+2
2014-11-23Default to collapsed sidebars everywhere but in Impress.Jan Holesovsky1-0/+13
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18Resolves: fdo#75066 add TABSTOP and DIALOGCONTROL bitsCaolán McNamara1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl7-4/+9
2014-11-17fdo#85478 Avoid destroying bitmaps after VCL is shut downMatthew J. Francis1-23/+5
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-3/+3
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava15-19/+19
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12coverity#735490 reimplement bit countingCaolán McNamara1-12/+7
2014-11-12sal_uIntPtr->sal_uInt32 for BitSetCaolán McNamara2-14/+14
2014-11-12ditch this unused idpool horrorCaolán McNamara3-58/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini32-56/+56
2014-11-11fdo#84582 : fixed label in the 'Insert Version Comment' dialogSzymon Kłos3-1/+9
2014-11-11HIG fixes for sfx2Adolfo Jayme Barrientos20-389/+213
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna2-5/+5
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt1-4/+4
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-3/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann11-21/+27