Age | Commit message (Expand) | Author | Files | Lines |
2013-11-18 | Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxx | Stephan Bergmann | 1 | -0/+16 |
2013-08-29 | convert chunk of sfx internal code from String to OUString | Noel Grandin | 1 | -8/+8 |
2013-08-29 | convert includes/sfx2/frame.hxx from String to OUString | Noel Grandin | 1 | -5/+5 |
2013-06-18 | String to OUString (SfxStringItem and related) | Matteo Casalin | 1 | -2/+2 |
2013-02-25 | loplugin: unused variables | Thomas Arnhold | 1 | -1/+0 |
2013-02-14 | Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII... | Jean-Noël Rouvignac | 1 | -4/+4 |
2012-07-25 | sal_Bool to bool, String to OUString, in SfxMedium. | Kohei Yoshida | 1 | -1/+1 |
2012-07-06 | re-base on ALv2 code. Includes: | Michael Meeks | 1 | -23/+14 |
2012-06-20 | Convert SV_DECL_PTRARR(SfxFrameArr_Impl) to std::vector | Noel Grandin | 1 | -21/+26 |
2012-03-30 | removed duplicate includes in sfx2 | Takeshi Abe | 1 | -1/+0 |
2012-02-05 | Remove unused code | Elton Chung | 1 | -10/+0 |
2011-12-08 | childs -> children | Michael T. Whiteley | 1 | -2/+2 |
2011-11-27 | remove include of pch header from sfx2 | Norbert Thiebaud | 1 | -2/+0 |
2011-08-23 | callcatcher: yet more unused code | Caolán McNamara | 1 | -22/+0 |
2011-04-06 | Additional translations of German comments | Albert Thuswaldner | 1 | -1/+1 |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | 1 | -0/+0 |
2011-03-28 | Remove commented code in libs-core/sfx2 | Xisco Fauli | 1 | -1/+0 |
2011-03-18 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky | 1 | -18/+18 |
2011-03-13 | Move OSL_ENSURE(0,...) to OSL_FAIL(...) | Thomas Arnhold | 1 | -1/+1 |
2011-03-12 | fix mis-merge all-around. | Norbert Thiebaud | 1 | -2/+2 |
2011-03-12 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Thorsten Behrens | 1 | -16/+16 |
2011-03-11 | Transalations (5) | Albert Thuswaldner | 1 | -34/+35 |
2011-01-07 | removetooltypes: #i112600# remove tooltypes | Mikhail Voytenko | 1 | -17/+17 |
2011-01-01 | Remove DECLARE_LIST( TargetList, String* ) | Joseph Powers | 1 | -5/+5 |
2010-11-18 | fwk160: #i114694# support XDocumentEventBroadcaster | Mikhail Voytenko | 1 | -1/+1 |
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian Spaeth | 1 | -0/+2 |
2010-10-09 | Remove redundant #ifndef & #ifdef directives | J. Graeme Lingard | 1 | -3/+0 |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | 1 | -8/+0 |
2010-10-04 | Convert all Query/Put Value() to bool | Norbert Thiebaud | 1 | -6/+6 |
2010-03-11 | autorecovery: merged changes from m74. Still need to find out how to re-do tw... | Frank Schoenheit [fs] | 1 | -4/+1 |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun Mi... | Jens-Heiner Rechtien | 1 | -4/+1 |
2010-01-08 | autorecovery: merge after rebase to m69 | Frank Schoenheit [fs] | 1 | -621/+63 |
2009-12-15 | autorecovery: Sfx(View)Frame::GetTopFrame now also returning a SfxFrame& inst... | Frank Schoenheit [fs] | 1 | -2/+2 |
2009-12-15 | autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can ... | Frank Schoenheit [fs] | 1 | -4/+4 |
2009-12-14 | autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItem | Frank Schoenheit [fs] | 1 | -9/+38 |
2009-12-11 | autorecovery: moved more SFX-dependent code from frame loader's ::load to pro... | Frank Schoenheit [fs] | 1 | -2/+2 |
2009-12-04 | autorecovery: another client of InsertDocument_Impl died ... | Frank Schoenheit [fs] | 1 | -20/+0 |
2009-12-03 | autorecovery: SID_USER_DATA is effectively dead | Frank Schoenheit [fs] | 1 | -3/+0 |
2009-12-03 | [CWS autorecovery] SwitchToViewShell_Impl moved into the SfxFrame | Frank Schoenheit [fs] | 1 | -11/+1 |
2009-11-30 | [CWS autorecovery] removed some dead/unused stuff | Frank Schoenheit [fs] | 1 | -1/+1 |
2009-11-30 | [CWS autorecovery] merged SfxTopViewFrame into SfxViewFrame | Frank Schoenheit [fs] | 1 | -1/+1 |
2009-11-29 | #i10000# | Frank Schoenheit [fs] | 1 | -4/+4 |
2009-11-27 | [CWS autorecovery] merged SfxTopFrame into SfxFrame | Frank Schoenheit [fs] | 1 | -37/+14 |
2009-11-23 | [CWS autorecovery] SfxFrame::Browse is dead, too | Frank Schoenheit [fs] | 1 | -5/+0 |
2009-11-23 | [CWS autorecovery] removed SfxCancellable/SfxCancelManager, and (part of) its... | Frank Schoenheit [fs] | 1 | -12/+0 |
2009-11-20 | [CWS autorecovery] removed some unused SfxFrame methods | Frank Schoenheit [fs] | 1 | -536/+22 |
2009-11-20 | [CWS autorecovery] a very early step towards #i65597#: | Frank Schoenheit [fs] | 1 | -2/+2 |
2009-10-16 | #i103496#: split svtools; improve ConfitItems | Mathias Bauer | 1 | -3/+3 |
2009-09-18 | CWS-TOOLING: integrate CWS mba32issues02 | Jens-Heiner Rechtien | 1 | -1/+1 |
2008-11-10 | CWS-TOOLING: integrate CWS cmcfixes50 | Rüdiger Timm | 1 | -1/+1 |