Lines Matching refs:ScDocument

70 SfxBroadcaster* ScDocument::GetDrawBroadcaster()  in GetDrawBroadcaster()
75 void ScDocument::BeginDrawUndo() in BeginDrawUndo()
81 sal_Bool ScDocument::IsDrawRecording() const in IsDrawRecording()
86 void ScDocument::EndDrawUndo() in EndDrawUndo()
92 XColorListSharedPtr ScDocument::GetColorTable() in GetColorTable()
108 void ScDocument::TransferDrawPage(ScDocument* pSrcDoc, SCTAB nSrcPos, SCTAB nDestPos) in TransferDrawPage()
148 void ScDocument::InitDrawLayer( SfxObjectShell* pDocShell ) in InitDrawLayer()
213 void ScDocument::UpdateDrawLanguages() in UpdateDrawLanguages()
224 void ScDocument::UpdateDrawPrinter() in UpdateDrawPrinter()
237 sal_Bool ScDocument::IsChart( const SdrObject* pObject ) in IsChart()
249 IMPL_LINK_INLINE_START( ScDocument, GetUserDefinedColor, sal_uInt16 *, pColorIndex ) in IMPL_LINK_INLINE_START() argument
253 IMPL_LINK_INLINE_END( ScDocument, GetUserDefinedColor, sal_uInt16 *, pColorIndex ) in IMPL_LINK_INLINE_END() argument
255 void ScDocument::DeleteDrawLayer() in IMPL_LINK_INLINE_END()
260 sal_Bool ScDocument::DrawGetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const in DrawGetPrintArea()
265 void ScDocument::DrawMovePage( sal_uInt16 nOldPos, sal_uInt16 nNewPos ) in DrawMovePage()
270 void ScDocument::DrawCopyPage( sal_uInt16 nOldPos, sal_uInt16 nNewPos ) in DrawCopyPage()
276 void ScDocument::DeleteObjectsInArea( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in DeleteObjectsInArea()
288 void ScDocument::DeleteObjectsInSelection( const ScMarkData& rMark ) in DeleteObjectsInSelection()
296 sal_Bool ScDocument::HasOLEObjectsInArea( const ScRange& rRange, const ScMarkData* pTabMark ) in HasOLEObjectsInArea()
340 void ScDocument::StartAnimations( SCTAB nTab, Window* pWin ) in StartAnimations()
418 sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasBackgroundDraw()
446 sal_Bool ScDocument::HasAnyDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasAnyDraw()
473 void ScDocument::EnsureGraphicNames() in EnsureGraphicNames()
479 SdrObject* ScDocument::GetObjectAtPoint( SCTAB nTab, const Point& rPos ) in GetObjectAtPoint()
518 sal_Bool ScDocument::IsPrintEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, in IsPrintEmpty()
525 ScDocument* pThis = (ScDocument*)this; //! GetMMRect / HasAnyDraw etc. const !!! in IsPrintEmpty()
578 void ScDocument::Clear( sal_Bool bFromDestructor ) in Clear()
597 sal_Bool ScDocument::HasControl( SCTAB nTab, const Rectangle& rMMRect ) in HasControl()
626 void ScDocument::InvalidateControls( Window* pWin, SCTAB nTab, const Rectangle& rMMRect ) in InvalidateControls()
658 sal_Bool ScDocument::HasDetectiveObjects(SCTAB nTab) const in HasDetectiveObjects()
687 void ScDocument::UpdateFontCharSet() in UpdateFontCharSet()
728 void ScDocument::SetLoadingMedium( bool bVal ) in SetLoadingMedium()
740 void ScDocument::SetImportingXML( bool bVal ) in SetImportingXML()
761 void ScDocument::SetImportingMSXML( bool bVal ) in SetImportingMSXML()
769 void ScDocument::SetXMLFromWrapper( sal_Bool bVal ) in SetXMLFromWrapper()
774 vos::ORef<SvxForbiddenCharactersTable> ScDocument::GetForbiddenCharacters() in GetForbiddenCharacters()
779 void ScDocument::SetForbiddenCharacters( const vos::ORef<SvxForbiddenCharactersTable> xNew ) in SetForbiddenCharacters()
788 sal_Bool ScDocument::IsValidAsianCompression() const in IsValidAsianCompression()
793 sal_uInt8 ScDocument::GetAsianCompression() const in GetAsianCompression()
801 void ScDocument::SetAsianCompression(sal_uInt8 nNew) in SetAsianCompression()
810 sal_Bool ScDocument::IsValidAsianKerning() const in IsValidAsianKerning()
815 sal_Bool ScDocument::GetAsianKerning() const in GetAsianKerning()
823 void ScDocument::SetAsianKerning(sal_Bool bNew) in SetAsianKerning()
832 void ScDocument::ApplyAsianEditSettings( ScEditEngineDefaulter& rEngine ) in ApplyAsianEditSettings()