Lines Matching refs:ScDocument

108 void ScDocument::ImplCreateOptions()  in ImplCreateOptions()
116 void ScDocument::ImplDeleteOptions() in ImplDeleteOptions()
125 SfxPrinter* ScDocument::GetPrinter(sal_Bool bCreateIfNotExist) in GetPrinter()
157 void ScDocument::SetPrinter( SfxPrinter* pNewPrinter ) in SetPrinter()
179 void ScDocument::SetPrintOptions() in SetPrintOptions()
203 VirtualDevice* ScDocument::GetVirtualDevice_100th_mm() in GetVirtualDevice_100th_mm()
219 OutputDevice* ScDocument::GetRefDevice() in GetRefDevice()
232 void ScDocument::ModifyStyleSheet( SfxStyleSheetBase& rStyleSheet, in ModifyStyleSheet()
315 void ScDocument::CopyStdStylesFrom( ScDocument* pSrcDoc ) in CopyStdStylesFrom()
324 void ScDocument::InvalidateTextWidth( const String& rStyleName ) in InvalidateTextWidth()
334 void ScDocument::InvalidateTextWidth( SCTAB nTab ) in InvalidateTextWidth()
343 sal_Bool ScDocument::IsPageStyleInUse( const String& rStrPageStyle, SCTAB* pInTab ) in IsPageStyleInUse()
360 sal_Bool ScDocument::RemovePageStyleInUse( const String& rStyle ) in RemovePageStyleInUse()
375 sal_Bool ScDocument::RenamePageStyleInUse( const String& rOld, const String& rNew ) in RenamePageStyleInUse()
392 sal_uInt8 ScDocument::GetEditTextDirection(SCTAB nTab) const in GetEditTextDirection()
416 void ScDocument::InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, in InvalidateTextWidth()
443 sal_Bool ScDocument::IdleCalcTextWidth() // sal_True = demnaechst wieder versuchen in IdleCalcTextWidth()
669 sal_Bool ScDocument::OnlineSpellInRange( const ScRange& rSpellRange, ScAddress& rSpellPos, in OnlineSpellInRange()
824 sal_Bool ScDocument::ContinueOnlineSpelling() in ContinueOnlineSpelling()
861 void ScDocument::SetOnlineSpellPos( const ScAddress& rPos ) in SetOnlineSpellPos()
870 sal_Bool ScDocument::SetVisibleSpellRange( const ScRange& rNewRange ) in SetVisibleSpellRange()
896 void ScDocument::RemoveAutoSpellObj() in RemoveAutoSpellObj()
904 void ScDocument::RepaintRange( const ScRange& rRange ) in RepaintRange()
916 sal_Bool ScDocument::IdleCheckLinks() // sal_True = demnaechst wieder versuchen in IdleCheckLinks()
943 void ScDocument::SaveDdeLinks(SvStream& rStream) const in SaveDdeLinks()
982 void ScDocument::LoadDdeLinks(SvStream& rStream) in LoadDdeLinks()
997 sal_Bool ScDocument::HasDdeLinks() const in HasDdeLinks()
1011 void ScDocument::SetInLinkUpdate(sal_Bool bSet) in SetInLinkUpdate()
1019 sal_Bool ScDocument::IsInLinkUpdate() const in IsInLinkUpdate()
1024 void ScDocument::UpdateExternalRefLinks() in UpdateExternalRefLinks()
1063 void ScDocument::UpdateDdeLinks() in UpdateDdeLinks()
1104 sal_Bool ScDocument::UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem ) in UpdateDdeLink()
1134 void ScDocument::DisconnectDdeLinks() in DisconnectDdeLinks()
1149 void ScDocument::CopyDdeLinks( ScDocument* pDestDoc ) const in CopyDdeLinks()
1177 sal_uInt16 ScDocument::GetDdeLinkCount() const in GetDdeLinkCount()
1254 bool ScDocument::FindDdeLink( const String& rAppl, const String& rTopic, const String& rItem, sal_u… in FindDdeLink()
1259 bool ScDocument::GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )… in GetDdeLinkData()
1271 bool ScDocument::GetDdeLinkMode( sal_uInt16 nDdePos, sal_uInt8& rnMode ) const in GetDdeLinkMode()
1281 const ScMatrix* ScDocument::GetDdeLinkResultMatrix( sal_uInt16 nDdePos ) const in GetDdeLinkResultMatrix()
1287 bool ScDocument::CreateDdeLink( const String& rAppl, const String& rTopic, const String& rItem, sal… in CreateDdeLink()
1313 bool ScDocument::SetDdeLinkResultMatrix( sal_uInt16 nDdePos, ScMatrix* pResults ) in SetDdeLinkResultMatrix()
1325 sal_Bool ScDocument::HasAreaLinks() const in HasAreaLinks()
1339 void ScDocument::UpdateAreaLinks() in UpdateAreaLinks()
1354 void ScDocument::DeleteAreaLinksOnTab( SCTAB nTab ) in DeleteAreaLinksOnTab()
1372 void ScDocument::UpdateRefAreaLinks( UpdateRefMode eUpdateRefMode, in UpdateRefAreaLinks()
1446 void ScDocument::KeyInput( const KeyEvent& ) in KeyInput()
1456 sal_Bool ScDocument::CheckMacroWarn() in CheckMacroWarn()
1466 SfxBindings* ScDocument::GetViewBindings() in GetViewBindings()
1490 void ScDocument::TransliterateText( const ScMarkData& rMultiMark, sal_Int32 nType ) in TransliterateText()