/aoo4110/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 575 sal_Bool bUI, // sal_True: Dialoge etc. erlaubt, sal_False: silent-mode in PrepareClose() argument 588 if( pFirst && !pFirst->GetFrame().PrepareClose_Impl( bUI, bForBrowsing ) ) in PrepareClose() 598 sal_uInt16 nRet = pFrm->GetViewShell()->PrepareClose( bUI, bForBrowsing ); in PrepareClose() 619 if ( bUI && IsModified() && pFrame ) in PrepareClose() 652 SfxBoolItem aWarnItem( SID_FAIL_ON_WARNING, bUI ); in PrepareClose() 658 SfxBoolItem aWarnItem( SID_FAIL_ON_WARNING, bUI ); in PrepareClose()
|
/aoo4110/main/sfx2/source/view/ |
H A D | frame.cxx | 212 sal_uInt16 SfxFrame::PrepareClose_Impl( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose_Impl() argument 237 nRet = GetCurrentViewFrame()->GetViewShell()->PrepareClose( bUI, bForBrowsing ); in PrepareClose_Impl() 240 nRet = pCur->PrepareClose( bUI, bForBrowsing ); in PrepareClose_Impl() 247 nRet = pChildArr->GetObject( nPos )->PrepareClose_Impl( bUI, bForBrowsing ); in PrepareClose_Impl()
|
H A D | viewfrm2.cxx | 365 sal_Bool bUI = sal_True; in Exec_Impl() local 366 if ( ( bOther || pDocSh->PrepareClose( bUI ) ) ) in Exec_Impl()
|
H A D | viewfrm.cxx | 1208 void SfxViewFrame::DoActivate( sal_Bool bUI, SfxViewFrame* pOldFrame ) in DoActivate() argument 1213 pDispatcher->DoActivate_Impl( bUI, pOldFrame ); in DoActivate() 1217 if ( bUI ) in DoActivate() 1246 void SfxViewFrame::DoDeactivate(sal_Bool bUI, SfxViewFrame* pNewFrame ) in DoDeactivate() argument 1250 pDispatcher->DoDeactivate_Impl( bUI, pNewFrame ); in DoDeactivate() 1254 if ( bUI ) in DoDeactivate()
|
H A D | viewsh.cxx | 1389 sal_Bool bUI, // sal_True: Dialoge etc. erlaubt, sal_False: silent-mode in PrepareClose() argument 1396 if ( bUI ) in PrepareClose() 1408 if( bUI && GetViewFrame()->GetDispatcher()->IsLocked() ) in PrepareClose()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | viewfrm.hxx | 150 virtual void Activate( sal_Bool bUI ); 151 virtual void Deactivate( sal_Bool bUI );
|
H A D | frame.hxx | 188 SAL_DLLPRIVATE sal_uInt16 PrepareClose_Impl( sal_Bool bUI, sal_Bool bForBrowsing=sal_False );
|
H A D | viewsh.hxx | 209 …virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal…
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 879 sal_uInt16 ViewShellBase::PrepareClose (sal_Bool bUI, sal_Bool bForBrowsing) in PrepareClose() argument 881 sal_uInt16 nResult = SfxViewShell::PrepareClose (bUI, bForBrowsing); in PrepareClose() 890 nResult = pShell->PrepareClose (bUI, bForBrowsing); in PrepareClose()
|
H A D | outlnvsh.cxx | 1212 sal_uInt16 OutlineViewShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose() argument 1214 if( ViewShell::PrepareClose(bUI, bForBrowsing) != sal_True ) in PrepareClose() 1217 return pOlView == NULL || pOlView->PrepareClose(bUI); in PrepareClose()
|
H A D | drviews1.cxx | 343 sal_uInt16 DrawViewShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose() argument 345 if ( ViewShell::PrepareClose(bUI, bForBrowsing) != sal_True ) in PrepareClose()
|
H A D | viewshel.cxx | 1119 sal_uInt16 ViewShell::PrepareClose (sal_Bool bUI, sal_Bool bForBrowsing) in PrepareClose() argument 1125 nResult = pFormShell->PrepareClose (bUI, bForBrowsing); in PrepareClose()
|
/aoo4110/main/sw/inc/ |
H A D | IDocumentLinksAdministration.hxx | 57 virtual void UpdateLinks(sal_Bool bUI) = 0;
|
H A D | docsh.hxx | 100 …SW_DLLPRIVATE virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = …
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 293 sal_uInt16 __EXPORT ScTabViewShell::PrepareClose(sal_Bool bUI, sal_Bool bForBrowsing) in PrepareClose() argument 320 sal_uInt16 nRet = pFormShell->PrepareClose(bUI, bForBrowsing); in PrepareClose() 324 return SfxViewShell::PrepareClose(bUI,bForBrowsing); in PrepareClose()
|
/aoo4110/main/svx/inc/svx/ |
H A D | fmshell.hxx | 134 sal_uInt16 PrepareClose(sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False);
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | ViewShellBase.hxx | 169 virtual sal_uInt16 PrepareClose (sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False);
|
H A D | OutlineViewShell.hxx | 79 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
|
H A D | OutlineView.hxx | 122 sal_Bool PrepareClose(sal_Bool bUI = sal_True);
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docnew.cxx | 983 void SwDoc::UpdateLinks( sal_Bool bUI ) in UpdateLinks() argument 1013 if( bUpdate && (bUI || !bAskUpdate) ) in UpdateLinks()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | basidesh.cxx | 410 sal_uInt16 __EXPORT BasicIDEShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose() argument 419 if( bUI ) in PrepareClose()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view.cxx | 1782 sal_uInt16 SwView::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose() argument 1791 sal_True != (nRet = pFormShell->PrepareClose( bUI, bForBrowsing )) ) in PrepareClose() 1796 return SfxViewShell::PrepareClose( bUI, bForBrowsing ); in PrepareClose()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | textview.hxx | 76 void ImpSetSelection( const TextSelection& rNewSel, sal_Bool bUI );
|
/aoo4110/main/basctl/source/inc/ |
H A D | basidesh.hxx | 136 virtual sal_uInt16 PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing );
|
/aoo4110/main/svx/source/form/ |
H A D | fmshell.cxx | 287 sal_uInt16 FmFormShell::PrepareClose(sal_Bool bUI, sal_Bool /*bForBrowsing*/) in PrepareClose() argument 316 if ( bModified && bUI ) in PrepareClose()
|