summaryrefslogtreecommitdiffstats
path: root/sfx2/source/view/frmload.cxx
Commit message (Expand)AuthorAgeFilesLines
* targeted string re-workNorbert Thiebaud2012-05-291-2/+2
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-291-1/+1
* remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev2012-01-301-8/+8
* Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot2012-01-101-13/+13
* remove include of pch header from sfx2Norbert Thiebaud2011-11-271-2/+0
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-291-0/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-121-48/+15
|\
| * removetooltypes01: Rebase to DEV300m98Carsten Driesner2011-01-211-36/+4
| |\
| | * fwk162: merge to DEV300_m96Mikhail Voytenko2011-01-031-6/+5
| | |\
| | * | fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock; remov...Mikhail Voytenko2011-01-031-36/+4
| * | | removetooltypes01: #i112600# remove tooltypes from sfx2Mikhail Voytenko2011-01-101-8/+8
| | |/ | |/|
| * | CWS gnumake: resync to m91; conflicts unresolvedMathias Bauer2010-10-281-1/+1
| |\|
| * | CWS gnumake2: avoid export of template symbolsMathias Bauer2010-04-241-5/+4
| * | CWS gnumake2: rebase to DEV300_m76; fix build problemsMathias Bauer2010-04-171-452/+551
| |\ \
| * | | CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; rem...Mathias Bauer2010-04-161-1/+1
* | | | Move DBG_ERROR to OSL_FAILThomas Arnhold2011-03-021-1/+1
* | | | RTL_CONSTASCII_USTRINGPARAM in libs core 44Gert Faller2010-11-211-2/+2
* | | | merge vosremoval-mutex.diffNorbert Thiebaud2010-10-251-1/+1
* | | | use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud2010-10-251-1/+1
* | | | add lots more missing sal/macros.h includesMichael Meeks2010-10-141-0/+1
* | | | Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid2010-10-141-1/+1
* | | | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+2
| |_|/ |/| |
* | | dba33i: #i111146# completely put the responsibility for remembering/restoring...Frank Schoenheit [fs]2010-09-011-1/+1
| |/ |/|
* | autorecovery: merged changes from m74. Still need to find out how to re-do tw...Frank Schoenheit [fs]2010-03-111-4/+1
|\ \
| * | changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-121-4/+1
| |/
* | autorecovery: merge after rebase to m69Frank Schoenheit [fs]2010-01-081-448/+550
|\ \ | |/ |/|
| * autorecovery: ensure that unsaved XML forms are properly recovered, by proper...Frank Schoenheit [fs]2009-12-181-2/+5
| * autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItemFrank Schoenheit [fs]2009-12-141-47/+2
| * autorecovery: SfxBaseModel::createViewController: ensure the created SfxFrame...Frank Schoenheit [fs]2009-12-111-9/+2
| * autorecovery: moved more SFX-dependent code from frame loader's ::load to pro...Frank Schoenheit [fs]2009-12-111-42/+1
| * autorecovery: moved SfxViewFrame::LoadDocument_Impl to SfxFrameLoader_Impl::i...Frank Schoenheit [fs]2009-12-111-4/+27
| * autorecovery: allowed the SFX doc loader to in-place replace a view in an exi...Frank Schoenheit [fs]2009-12-111-35/+60
| * autorecovery: made JumpMark a argument of the to-be-created view.Frank Schoenheit [fs]2009-12-111-4/+28
| * autorecovery: step 2 of final roll up of calling hierarchyFrank Schoenheit [fs]2009-12-101-7/+14
| * autorecovery: step 1 of final roll up of calling hierarchyFrank Schoenheit [fs]2009-12-101-28/+39
| * autorecovery: moved some code from SfxFrame::InsertDocument_Impl to where the...Frank Schoenheit [fs]2009-12-101-0/+44
| * autorecovery: streamlined InsertDocument_Impl, as preparation for moving its ...Frank Schoenheit [fs]2009-12-091-18/+15
| * autorecovery: replace some calls to SfxViewFrame::CreateViewFrame with calls ...Frank Schoenheit [fs]2009-12-041-9/+15
| * autorecovery: another client of InsertDocument_Impl died ...Frank Schoenheit [fs]2009-12-041-5/+31
| * autorecovery: migrated the Window/NewWindow functionality to UNO => one less ...Frank Schoenheit [fs]2009-12-031-6/+0
| * [CWS autorecovery] replace InsertDocument_Impl calls with UNO component loadingFrank Schoenheit [fs]2009-12-031-3/+4
| * [CWS autorecovery] somewhat separated the 'switch view shell on SFX level' fr...Frank Schoenheit [fs]2009-12-031-5/+5
| * [CWS autorecovery] SwitchToViewShell_Impl moved into the SfxFrameFrank Schoenheit [fs]2009-12-031-2/+1
| * [CWS autorecovery] forgot to remove some includesFrank Schoenheit [fs]2009-11-301-1/+0
| * [CWS autorecovery] merged SfxTopFrame into SfxFrameFrank Schoenheit [fs]2009-11-271-3/+3
| * #i10000#Frank Schoenheit [fs]2009-11-261-3/+3
| * [CWS autorecovery] last step, for the moment, of loader streamliningFrank Schoenheit [fs]2009-11-261-138/+154
| * [CWS autorecovery] even closer to an SFX document loader working in the prope...Frank Schoenheit [fs]2009-11-261-71/+103
| * [CWS autorecovery] further streamlined the SFX frame loader's load methodFrank Schoenheit [fs]2009-11-261-129/+89
| * [CWS autorecovery] also transform the Referer/SID_REFERER when translating be...Frank Schoenheit [fs]2009-11-251-5/+3