Lines Matching refs:XclExpRoot

71 XclExpRoot::XclExpRoot( XclExpRootData& rExpRootData ) :  in XclExpRoot()  function in XclExpRoot
77 XclExpTabInfo& XclExpRoot::GetTabInfo() const in GetTabInfo()
83 XclExpAddressConverter& XclExpRoot::GetAddressConverter() const in GetAddressConverter()
89 XclExpFormulaCompiler& XclExpRoot::GetFormulaCompiler() const in GetFormulaCompiler()
95 XclExpProgressBar& XclExpRoot::GetProgressBar() const in GetProgressBar()
101 XclExpSst& XclExpRoot::GetSst() const in GetSst()
107 XclExpPalette& XclExpRoot::GetPalette() const in GetPalette()
113 XclExpFontBuffer& XclExpRoot::GetFontBuffer() const in GetFontBuffer()
119 XclExpNumFmtBuffer& XclExpRoot::GetNumFmtBuffer() const in GetNumFmtBuffer()
125 XclExpXFBuffer& XclExpRoot::GetXFBuffer() const in GetXFBuffer()
131 XclExpLinkManager& XclExpRoot::GetGlobalLinkManager() const in GetGlobalLinkManager()
137 XclExpLinkManager& XclExpRoot::GetLocalLinkManager() const in GetLocalLinkManager()
143 XclExpNameManager& XclExpRoot::GetNameManager() const in GetNameManager()
149 XclExpObjectManager& XclExpRoot::GetObjectManager() const in GetObjectManager()
155 XclExpFilterManager& XclExpRoot::GetFilterManager() const in GetFilterManager()
161 XclExpPivotTableManager& XclExpRoot::GetPivotTableManager() const in GetPivotTableManager()
167 void XclExpRoot::InitializeConvert() in InitializeConvert()
177 void XclExpRoot::InitializeGlobals() in InitializeGlobals()
205 void XclExpRoot::InitializeTable( SCTAB nScTab ) in InitializeTable()
215 void XclExpRoot::InitializeSave() in InitializeSave()
221 XclExpRecordRef XclExpRoot::CreateRecord( sal_uInt16 nRecId ) const in CreateRecord()
238 bool XclExpRoot::IsDocumentEncrypted() const in IsDocumentEncrypted()
252 uno::Sequence< beans::NamedValue > XclExpRoot::GenerateEncryptionData( const ::rtl::OUString& aPass… in GenerateEncryptionData()
281 uno::Sequence< beans::NamedValue > XclExpRoot::GetEncryptionData() const in GetEncryptionData()
298 uno::Sequence< beans::NamedValue > XclExpRoot::GenerateDefaultEncryptionData() const in GenerateDefaultEncryptionData()
307 XclExpRootData::XclExpLinkMgrRef XclExpRoot::GetLocalLinkMgrRef() const in GetLocalLinkMgrRef()