/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()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 576 sal_Bool bForBrowsing 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()
|
/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 | 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()
|
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()
|
/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 | ViewShell.hxx | 293 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
|
H A D | DrawViewShell.hxx | 235 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
|
/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 412 (void)bForBrowsing; 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/basctl/source/inc/ |
H A D | basidesh.hxx | 136 virtual sal_uInt16 PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing );
|
/aoo4110/main/sw/inc/ |
H A D | docsh.hxx | 100 …SW_DLLPRIVATE virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = …
|
/aoo4110/main/sfx2/inc/sfx2/ |
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…
|
H A D | objsh.hxx | 427 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 202 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
|
H A D | docsh.hxx | 204 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 322 sal_uInt16 SwDocShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose() argument 324 sal_uInt16 nRet = SfxObjectShell::PrepareClose( bUI, bForBrowsing ); in PrepareClose()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | view.hxx | 433 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 2421 sal_uInt16 __EXPORT ScDocShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose() argument 2467 sal_uInt16 nRet = SfxObjectShell::PrepareClose( bUI, bForBrowsing ); in PrepareClose()
|