summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-04-17draw sidebar: With the recent Jay's fixes, default to expanded sidebar too.Jan Holesovsky1-2/+2
2015-04-16sfx2: warning C4100 unreferenced formal parameterMichael Stahl1-1/+1
2015-04-15sfx2: silence bogus SfxObjectShell::isTiledRendering() warningsMiklos Vajna1-4/+6
2015-04-15fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara2-8/+16
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin1-22/+16
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-3/+3
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin10-70/+70
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin2-10/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin63-261/+261
2015-04-14SfxDispatchController_Impl::InterceptLOKStateChangeEvent: fix typoMiklos Vajna1-1/+1
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu1-0/+1
2015-04-13tdf#90566: memory leak: maChangeListeners is not properly disposedJulien Nabet1-3/+3
2015-04-13format changesSiqi Liu1-6/+7
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu2-11/+56
2015-04-13tdf#90478: Hide explanation on ODF when default format is alienJacobo Aragunde Pérez4-7/+20
2015-04-13tdf#90478: Show the right default format when savingJuan A. Suarez Romero5-16/+51
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin3-11/+11
2015-04-13convert HiddenWarningFact to scoped enumNoel Grandin4-10/+10
2015-04-13convert HIDDENINFORMATION_ constants into scoped enumNoel Grandin1-10/+10
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin8-43/+41
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin4-6/+6
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin2-11/+11
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin10-35/+35
2015-04-10convert SfxSlotFilterState to scoped enumNoel Grandin1-10/+10
2015-04-09Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara1-0/+2
2015-04-09Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta1-0/+17
2015-04-09Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta2-0/+21
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin4-13/+13
2015-04-09convert SFX_LOAD constants to scoped enumNoel Grandin1-17/+16
2015-04-09cleanup templdgiTomaž Vajngerl1-176/+238
2015-04-09cleanup templdlgTomaž Vajngerl1-231/+88
2015-04-09cleanup templdgi.hxxTomaž Vajngerl1-4/+3
2015-04-09unique_ptr for SfxTemplatePanelControl pImplTomaž Vajngerl1-4/+2
2015-04-07Remove dead INetProtocol::VimStephan Bergmann6-9/+8
2015-04-07sfx2: try to fix WNT buildMichael Stahl1-6/+6
2015-04-07fix osx buildNoel Grandin1-7/+7
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin5-20/+20
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin3-7/+7
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-35/+0
2015-04-03Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara2-9/+6
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-1/+0
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-2/+0
2015-04-02tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl1-9/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann27-67/+67
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann27-67/+67
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann4-6/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-45/+45