Lines Matching refs:ScDocShell

145 void ScDocShell::Execute( SfxRequest& rReq )  in Execute()
725 …const SfxFilter* pFilter = ScDocShell::Factory().GetFilterContainer()->GetFilter4FilterName( aFilt… in Execute()
741 0, String::CreateFromAscii( ScDocShell::Factory().GetShortName() ), 0 ); in Execute()
742 … pImpl->pDocInserter->StartExecuteModal( LINK( this, ScDocShell, DialogClosedHdl ) ); in Execute()
751 ScDocShell* pOtherDocSh = new ScDocShell; in Execute()
996ScDocShell* pDocShell = dynamic_cast< ScDocShell* >( pDocObj->GetEmbeddedObject() ); in Execute()
1139 sal_Bool ScDocShell::ExecuteChangeProtectionDialog( Window* _pParent, sal_Bool bJustQueryIfProtecte… in ExecuteChangeProtectionDialog()
1205 void ScDocShell::DoRecalc( sal_Bool bApi ) in DoRecalc()
1244 void ScDocShell::DoHardRecalc( sal_Bool /* bApi */ ) in DoHardRecalc()
1282 void ScDocShell::DoAutoStyle( const ScRange& rRange, const String& rStyle ) in DoAutoStyle()
1307 void ScDocShell::NotifyStyle( const SfxStyleSheetHint& rHint ) in NotifyStyle()
1378 void ScDocShell::SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages ) in SetPrintZoom()
1411 sal_Bool ScDocShell::AdjustPrintZoom( const ScRange& rRange ) in AdjustPrintZoom()
1490 void ScDocShell::PageStyleModified( const String& rStyleName, sal_Bool bApi ) in PageStyleModified()
1530 void ScDocShell::ExecutePageStyle( SfxViewShell& rCaller, in ExecutePageStyle()
1758 void ScDocShell::GetStatePageStyle( SfxViewShell& /* rCaller */, in GetStatePageStyle()
1797 void ScDocShell::GetState( SfxItemSet &rSet ) in GetState()
1876 void ScDocShell::GetSbxState( SfxItemSet &rSet ) in GetSbxState()
1894 void __EXPORT ScDocShell::Draw( OutputDevice* pDev, const JobSetup & /* rSetup */, sal_uInt16 nAspe… in Draw()
1927 Rectangle __EXPORT ScDocShell::GetVisArea( sal_uInt16 nAspect ) const in GetVisArea()
1955 ((ScDocShell*)this)->aDocument.SetVisibleTab(nVisTab); in GetVisArea()
1970 ((ScDocShell*)this)->SfxObjectShell::SetVisArea( aNewArea ); in GetVisArea()
1977 void ScDocShell::GetPageOnFromPageStyleSet( const SfxItemSet* pStyleSet, in GetPageOnFromPageStyleSet()
2013 long __EXPORT ScDocShell::DdeGetData( const String& rItem, in DdeGetData()
2062 long __EXPORT ScDocShell::DdeSetData( const String& rItem, in DdeSetData()
2101 ::sfx2::SvLinkSource* __EXPORT ScDocShell::DdeCreateLinkSource( const String& rItem ) in DdeCreateLinkSource()
2140 ScViewData* ScDocShell::GetViewData() in GetViewData()
2149 SCTAB ScDocShell::GetCurTab() in GetCurTab()
2158 ScTabViewShell* ScDocShell::GetBestViewShell( sal_Bool bOnlyVisible ) in GetBestViewShell()
2177 SfxBindings* ScDocShell::GetViewBindings() in GetViewBindings()
2190 ScDocShell* ScDocShell::GetShellByNum( sal_uInt16 nDocNo ) // static in GetShellByNum()
2192 ScDocShell* pFound = NULL; in GetShellByNum()
2198 if ( pShell->Type() == TYPE(ScDocShell) ) in GetShellByNum()
2201 pFound = (ScDocShell*) pShell; in GetShellByNum()
2213 IMPL_LINK( ScDocShell, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ) in IMPL_LINK() argument
2254 void ScDocShell::EnableSharedSettings( bool bEnable ) in EnableSharedSettings()
2286 uno::Reference< frame::XModel > ScDocShell::LoadSharedDocument() in LoadSharedDocument()