Lines Matching refs:SmDocShell

110 #define SmDocShell  macro
116 TYPEINIT1( SmDocShell, SfxObjectShell );
118 SFX_IMPL_INTERFACE(SmDocShell, SfxObjectShell, SmResId(0))
124 SFX_IMPL_OBJECTFACTORY(SmDocShell, SvGlobalName(SO3_SM_CLASSID), SFXOBJECTSHELL_STD_NORMAL, "smath"…
126 void SmDocShell::SFX_NOTIFY(SfxBroadcaster&, const TypeId&, in SFX_NOTIFY()
141 void SmDocShell::LoadSymbols() in LoadSymbols()
150 const String SmDocShell::GetComment() const in GetComment()
154 const_cast<SmDocShell*>(this)->GetModel(), uno::UNO_QUERY_THROW); in GetComment()
161 void SmDocShell::SetText(const String& rBuffer) in SetText()
215 void SmDocShell::SetFormat(SmFormat& rFormat) in SetFormat()
235 String SmDocShell::GetAccessibleText() in GetAccessibleText()
250 void SmDocShell::Parse() in Parse()
265 void SmDocShell::ArrangeFormula() in ArrangeFormula()
391 EditEngine& SmDocShell::GetEditEngine() in GetEditEngine()
439 SfxItemPool& SmDocShell::GetEditEngineItemPool() in GetEditEngineItemPool()
450 void SmDocShell::Draw(OutputDevice &rDev, Point &rPosition) in Draw()
503 Size SmDocShell::GetSize() in GetSize()
535 SmPrinterAccess::SmPrinterAccess( SmDocShell &rDocShell ) in SmPrinterAccess()
599 Printer* SmDocShell::GetPrt() in GetPrt()
636 OutputDevice* SmDocShell::GetRefDev() in GetRefDev()
651 void SmDocShell::SetPrinter( SfxPrinter *pNew ) in SetPrinter()
662 void SmDocShell::OnDocumentPrinterChanged( Printer *pPrt ) in OnDocumentPrinterChanged()
675 void SmDocShell::Repaint() in Repaint()
696 SmDocShell::SmDocShell( const sal_uInt64 i_nSfxCreationFlags ) : in SmDocShell() function in SmDocShell
721 SmDocShell::~SmDocShell() in ~SmDocShell()
737 sal_Bool SmDocShell::SetData( const String& rData ) in SetData()
746 sal_Bool SmDocShell::ConvertFrom(SfxMedium &rMedium) in ConvertFrom()
801 sal_Bool SmDocShell::InitNew( const uno::Reference < embed::XStorage >& xStorage ) in InitNew()
815 sal_Bool SmDocShell::Load( SfxMedium& rMedium ) in Load()
857 sal_Bool SmDocShell::Save() in Save()
883 sal_Bool SmDocShell::ReplaceBadChars() in ReplaceBadChars()
915 void SmDocShell::UpdateText() in UpdateText()
928 sal_Bool SmDocShell::SaveAs( SfxMedium& rMedium ) in SaveAs()
952 sal_Bool SmDocShell::ConvertTo( SfxMedium &rMedium ) in ConvertTo()
986 sal_Bool SmDocShell::SaveCompleted( const ::com::sun::star::uno::Reference< ::com::sun::star::embed… in SaveCompleted()
997 void SmDocShell::Execute(SfxRequest& rReq) in Execute()
1208 void SmDocShell::GetState(SfxItemSet &rSet) in GetState()
1307 ::svl::IUndoManager *SmDocShell::GetUndoManager() in GetUndoManager()
1317 void SmDocShell::SaveSymbols() in SaveSymbols()
1326 void SmDocShell::Draw(OutputDevice *pDevice, in Draw()
1337 SfxItemPool& SmDocShell::GetPool() const in GetPool()
1342 void SmDocShell::SetVisArea(const Rectangle & rVisArea) in SetVisArea()
1379 void SmDocShell::FillClass(SvGlobalName* pClassName, in FillClass()
1405 sal_uLong SmDocShell::GetMiscStatus() const in GetMiscStatus()
1411 void SmDocShell::SetModified(sal_Bool bModified) in SetModified()
1422 sal_Bool SmDocShell::WriteAsMathType3( SfxMedium& rMedium ) in WriteAsMathType3()