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()
229 void ScDocument::UpdateDrawLanguages() in UpdateDrawLanguages()
240 void ScDocument::UpdateDrawPrinter() in UpdateDrawPrinter()
253 sal_Bool ScDocument::IsChart( const SdrObject* pObject ) in IsChart()
265 IMPL_LINK_INLINE_START( ScDocument, GetUserDefinedColor, sal_uInt16 *, pColorIndex ) in IMPL_LINK_INLINE_START() argument
269 IMPL_LINK_INLINE_END( ScDocument, GetUserDefinedColor, sal_uInt16 *, pColorIndex ) in IMPL_LINK_INLINE_END() argument
271 void ScDocument::DeleteDrawLayer() in IMPL_LINK_INLINE_END()
289 sal_Bool ScDocument::DrawGetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const in DrawGetPrintArea()
294 void ScDocument::DrawMovePage( sal_uInt16 nOldPos, sal_uInt16 nNewPos ) in DrawMovePage()
299 void ScDocument::DrawCopyPage( sal_uInt16 nOldPos, sal_uInt16 nNewPos ) in DrawCopyPage()
305 void ScDocument::DeleteObjectsInArea( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in DeleteObjectsInArea()
317 void ScDocument::DeleteObjectsInSelection( const ScMarkData& rMark ) in DeleteObjectsInSelection()
325 sal_Bool ScDocument::HasOLEObjectsInArea( const ScRange& rRange, const ScMarkData* pTabMark ) in HasOLEObjectsInArea()
369 void ScDocument::StartAnimations( SCTAB nTab, Window* pWin ) in StartAnimations()
447 sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasBackgroundDraw()
475 sal_Bool ScDocument::HasAnyDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasAnyDraw()
502 void ScDocument::EnsureGraphicNames() in EnsureGraphicNames()
508 SdrObject* ScDocument::GetObjectAtPoint( SCTAB nTab, const Point& rPos ) in GetObjectAtPoint()
547 sal_Bool ScDocument::IsPrintEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, in IsPrintEmpty()
554 ScDocument* pThis = (ScDocument*)this; //! GetMMRect / HasAnyDraw etc. const !!! in IsPrintEmpty()
607 void ScDocument::Clear( sal_Bool bFromDestructor ) in Clear()
626 sal_Bool ScDocument::HasControl( SCTAB nTab, const Rectangle& rMMRect ) in HasControl()
655 void ScDocument::InvalidateControls( Window* pWin, SCTAB nTab, const Rectangle& rMMRect ) in InvalidateControls()
687 sal_Bool ScDocument::HasDetectiveObjects(SCTAB nTab) const in HasDetectiveObjects()
716 void ScDocument::UpdateFontCharSet() in UpdateFontCharSet()
757 void ScDocument::SetLoadingMedium( bool bVal ) in SetLoadingMedium()
769 void ScDocument::SetImportingXML( bool bVal ) in SetImportingXML()
790 void ScDocument::SetImportingMSXML( bool bVal ) in SetImportingMSXML()
798 void ScDocument::SetXMLFromWrapper( sal_Bool bVal ) in SetXMLFromWrapper()
803 vos::ORef<SvxForbiddenCharactersTable> ScDocument::GetForbiddenCharacters() in GetForbiddenCharacters()
808 void ScDocument::SetForbiddenCharacters( const vos::ORef<SvxForbiddenCharactersTable> xNew ) in SetForbiddenCharacters()
817 sal_Bool ScDocument::IsValidAsianCompression() const in IsValidAsianCompression()
822 sal_uInt8 ScDocument::GetAsianCompression() const in GetAsianCompression()
830 void ScDocument::SetAsianCompression(sal_uInt8 nNew) in SetAsianCompression()
839 sal_Bool ScDocument::IsValidAsianKerning() const in IsValidAsianKerning()
844 sal_Bool ScDocument::GetAsianKerning() const in GetAsianKerning()
852 void ScDocument::SetAsianKerning(sal_Bool bNew) in SetAsianKerning()
861 void ScDocument::ApplyAsianEditSettings( ScEditEngineDefaulter& rEngine ) in ApplyAsianEditSettings()