Lines Matching refs:ScDocShell

90 void ScDocShell::PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos )  in PostEditView()
104 void ScDocShell::PostDataChanged() in PostDataChanged()
113 void ScDocShell::PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, in PostPaint()
176 void ScDocShell::PostPaint( const ScRange& rRange, sal_uInt16 nPart, sal_uInt16 nExtFlags ) in PostPaint()
183 void ScDocShell::PostPaintGridAll() in PostPaintGridAll()
188 void ScDocShell::PostPaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab ) in PostPaintCell()
193 void ScDocShell::PostPaintCell( const ScAddress& rPos ) in PostPaintCell()
198 void ScDocShell::PostPaintExtras() in PostPaintExtras()
203 void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, const ScRange& rRange ) in UpdatePaintExt()
227 void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW nStartRow, SCTAB nSt… in UpdatePaintExt()
235 void ScDocShell::LockPaint_Impl(sal_Bool bDoc) in LockPaint_Impl()
242 void ScDocShell::UnlockPaint_Impl(sal_Bool bDoc) in UnlockPaint_Impl()
282 void ScDocShell::LockDocument_Impl(sal_uInt16 nNew) in LockDocument_Impl()
293 void ScDocShell::UnlockDocument_Impl(sal_uInt16 nNew) in UnlockDocument_Impl()
304 sal_uInt16 ScDocShell::GetLockCount() const in GetLockCount()
309 void ScDocShell::SetLockCount(sal_uInt16 nNew) in SetLockCount()
326 void ScDocShell::LockPaint() in LockPaint()
331 void ScDocShell::UnlockPaint() in UnlockPaint()
336 void ScDocShell::LockDocument() in LockDocument()
342 void ScDocShell::UnlockDocument() in UnlockDocument()
357 void ScDocShell::SetInplace( sal_Bool bInplace ) in SetInplace()
366 void ScDocShell::CalcOutputFactor() in CalcOutputFactor()
416 double ScDocShell::GetOutputFactor() const in GetOutputFactor()
423 void ScDocShell::InitOptions(bool bForLoading) // called from InitNew and Load in InitOptions()
457 Printer* ScDocShell::GetDocumentPrinter() // fuer OLE in GetDocumentPrinter()
462 SfxPrinter* ScDocShell::GetPrinter(sal_Bool bCreateIfNotExist) in GetPrinter()
467 void ScDocShell::UpdateFontList() in UpdateFontList()
478 OutputDevice* ScDocShell::GetRefDevice() in GetRefDevice()
483 sal_uInt16 ScDocShell::SetPrinter( SfxPrinter* pNewPrinter, sal_uInt16 nDiffFlags ) in SetPrinter()
586 ScChangeAction* ScDocShell::GetChangeAction( const ScAddress& rPos ) in GetChangeAction()
652 void ScDocShell::SetChangeComment( ScChangeAction* pAction, const String& rComment ) in SetChangeComment()
670 void ScDocShell::ExecuteChangeCommentDialog( ScChangeAction* pAction, Window* pParent,sal_Bool bPre… in ExecuteChangeCommentDialog()
701 void ScDocShell::CompareDocument( ScDocument& rOtherDoc ) in CompareDocument()
814 void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheckDuplicates, sal_uLo… in MergeDocument()
1198 bool ScDocShell::MergeSharedDocument( ScDocShell* pSharedDocShell ) in MergeSharedDocument()