Lines Matching refs:ScDocShell
84 void ScDocShell::PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos ) in PostEditView()
98 void ScDocShell::PostDataChanged() in PostDataChanged()
107 void ScDocShell::PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, in PostPaint()
170 void ScDocShell::PostPaint( const ScRange& rRange, sal_uInt16 nPart, sal_uInt16 nExtFlags ) in PostPaint()
177 void ScDocShell::PostPaintGridAll() in PostPaintGridAll()
182 void ScDocShell::PostPaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab ) in PostPaintCell()
187 void ScDocShell::PostPaintCell( const ScAddress& rPos ) in PostPaintCell()
192 void ScDocShell::PostPaintExtras() in PostPaintExtras()
197 void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, const ScRange& rRange ) in UpdatePaintExt()
221 void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW nStartRow, SCTAB nSt… in UpdatePaintExt()
229 void ScDocShell::LockPaint_Impl(sal_Bool bDoc) in LockPaint_Impl()
236 void ScDocShell::UnlockPaint_Impl(sal_Bool bDoc) in UnlockPaint_Impl()
276 void ScDocShell::LockDocument_Impl(sal_uInt16 nNew) in LockDocument_Impl()
287 void ScDocShell::UnlockDocument_Impl(sal_uInt16 nNew) in UnlockDocument_Impl()
298 sal_uInt16 ScDocShell::GetLockCount() const in GetLockCount()
303 void ScDocShell::SetLockCount(sal_uInt16 nNew) in SetLockCount()
320 void ScDocShell::LockPaint() in LockPaint()
325 void ScDocShell::UnlockPaint() in UnlockPaint()
330 void ScDocShell::LockDocument() in LockDocument()
336 void ScDocShell::UnlockDocument() in UnlockDocument()
351 void ScDocShell::SetInplace( sal_Bool bInplace ) in SetInplace()
360 void ScDocShell::CalcOutputFactor() in CalcOutputFactor()
410 double ScDocShell::GetOutputFactor() const in GetOutputFactor()
417 void ScDocShell::InitOptions(bool bForLoading) // called from InitNew and Load in InitOptions()
451 Printer* ScDocShell::GetDocumentPrinter() // fuer OLE in GetDocumentPrinter()
456 SfxPrinter* ScDocShell::GetPrinter(sal_Bool bCreateIfNotExist) in GetPrinter()
461 void ScDocShell::UpdateFontList() in UpdateFontList()
472 OutputDevice* ScDocShell::GetRefDevice() in GetRefDevice()
477 sal_uInt16 ScDocShell::SetPrinter( SfxPrinter* pNewPrinter, sal_uInt16 nDiffFlags ) in SetPrinter()
580 ScChangeAction* ScDocShell::GetChangeAction( const ScAddress& rPos ) in GetChangeAction()
646 void ScDocShell::SetChangeComment( ScChangeAction* pAction, const String& rComment ) in SetChangeComment()
664 void ScDocShell::ExecuteChangeCommentDialog( ScChangeAction* pAction, Window* pParent,sal_Bool bPre… in ExecuteChangeCommentDialog()
695 void ScDocShell::CompareDocument( ScDocument& rOtherDoc ) in CompareDocument()
808 void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheckDuplicates, sal_uLo… in MergeDocument()
1192 bool ScDocShell::MergeSharedDocument( ScDocShell* pSharedDocShell ) in MergeSharedDocument()