Lines Matching refs:ScModelObj

346 void ScModelObj::CreateAndSet(ScDocShell* pDocSh)  in CreateAndSet()
349 pDocSh->SetBaseModel( new ScModelObj(pDocSh) ); in CreateAndSet()
352 ScModelObj::ScModelObj( ScDocShell* pDocSh ) : in ScModelObj() function in ScModelObj
367 ScModelObj::~ScModelObj() in ~ScModelObj()
379 uno::Reference< uno::XAggregation> ScModelObj::GetFormatter() in GetFormatter()
405 ScDocument* ScModelObj::GetDocument() const in GetDocument()
412 SfxObjectShell* ScModelObj::GetEmbeddedObject() const in GetEmbeddedObject()
417 void ScModelObj::UpdateAllRowHeights(const ScMarkData* pTabMark, bool bCalcOutputFactor) in UpdateAllRowHeights()
427 void ScModelObj::BeforeXMLLoading() in BeforeXMLLoading()
433 void ScModelObj::AfterXMLLoading(sal_Bool bRet) in AfterXMLLoading()
439 ScSheetSaveData* ScModelObj::GetSheetSaveData() in GetSheetSaveData()
446 void ScModelObj::RepaintRange( const ScRange& rRange ) in RepaintRange()
452 uno::Any SAL_CALL ScModelObj::queryInterface( const uno::Type& rType ) in queryInterface()
490 void SAL_CALL ScModelObj::acquire() throw() in acquire()
495 void SAL_CALL ScModelObj::release() throw() in release()
500 uno::Sequence<uno::Type> SAL_CALL ScModelObj::getTypes() throw(uno::RuntimeException) in getTypes()
554 uno::Sequence<sal_Int8> SAL_CALL ScModelObj::getImplementationId() in getImplementationId()
566 void ScModelObj::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
636 uno::Reference<sheet::XSpreadsheets> SAL_CALL ScModelObj::getSheets() throw(uno::RuntimeException) in getSheets()
646 uno::Reference<container::XNameAccess> SAL_CALL ScModelObj::getStyleFamilies() in getStyleFamilies()
765 sal_Bool ScModelObj::FillRenderMarkData( const uno::Any& aSelection, in FillRenderMarkData()
892 else if ( ScModelObj::getImplementation( xInterface ) == this ) in FillRenderMarkData()
949 sal_Int32 SAL_CALL ScModelObj::getRendererCount( const uno::Any& aSelection, in getRendererCount()
1001 uno::Sequence<beans::PropertyValue> SAL_CALL ScModelObj::getRenderer( sal_Int32 nSelRenderer, in getRenderer()
1106 void SAL_CALL ScModelObj::render( sal_Int32 nSelRenderer, const uno::Any& aSelection, in render()
1310 sal_Bool ScModelObj::authorizeLinks( const ::rtl::OUString& rURL ) throw( uno::RuntimeException ) in authorizeLinks()
1337 uno::Reference<container::XNameAccess> SAL_CALL ScModelObj::getLinks() throw(uno::RuntimeException) in getLinks()
1347 sal_Bool SAL_CALL ScModelObj::isActionLocked() throw(uno::RuntimeException) in isActionLocked()
1356 void SAL_CALL ScModelObj::addActionLock() throw(uno::RuntimeException) in addActionLock()
1363 void SAL_CALL ScModelObj::removeActionLock() throw(uno::RuntimeException) in removeActionLock()
1370 void SAL_CALL ScModelObj::setActionLocks( sal_Int16 nLock ) throw(uno::RuntimeException) in setActionLocks()
1377 sal_Int16 SAL_CALL ScModelObj::resetActionLocks() throw(uno::RuntimeException) in resetActionLocks()
1389 void SAL_CALL ScModelObj::lockControllers() throw (::com::sun::star::uno::RuntimeException) in lockControllers()
1397 void SAL_CALL ScModelObj::unlockControllers() throw (::com::sun::star::uno::RuntimeException) in unlockControllers()
1410 void SAL_CALL ScModelObj::calculate() throw(uno::RuntimeException) in calculate()
1421 void SAL_CALL ScModelObj::calculateAll() throw(uno::RuntimeException) in calculateAll()
1432 sal_Bool SAL_CALL ScModelObj::isAutomaticCalculationEnabled() throw(uno::RuntimeException) in isAutomaticCalculationEnabled()
1442 void SAL_CALL ScModelObj::enableAutomaticCalculation( sal_Bool bEnabled ) in enableAutomaticCalculation()
1463 void SAL_CALL ScModelObj::protect( const rtl::OUString& aPassword ) throw(uno::RuntimeException) in protect()
1476 void SAL_CALL ScModelObj::unprotect( const rtl::OUString& aPassword ) in unprotect()
1491 sal_Bool SAL_CALL ScModelObj::isProtected() throw(uno::RuntimeException) in isProtected()
1503 uno::Reference<drawing::XDrawPages> SAL_CALL ScModelObj::getDrawPages() throw(uno::RuntimeException) in getDrawPages()
1516 rtl::OUString ScModelObj::getPrinterName(void) const
1530 void ScModelObj::setPrinterName(const rtl::OUString& PrinterName)
1550 XPropertySetRef ScModelObj::createPrintOptions(void)
1556 void ScModelObj::print(const XPropertySetRef& xOptions)
1570 sheet::GoalResult SAL_CALL ScModelObj::seekGoal( in seekGoal()
1598 uno::Reference<sheet::XConsolidationDescriptor> SAL_CALL ScModelObj::createConsolidationDescriptor( in createConsolidationDescriptor()
1613 void SAL_CALL ScModelObj::consolidate( in consolidate()
1641 void SAL_CALL ScModelObj::refreshArrows() throw(uno::RuntimeException) in refreshArrows()
1652 uno::Reference< container::XIndexAccess > SAL_CALL ScModelObj::getViewData( ) in getViewData()
1686 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScModelObj::getPropertySetInfo() in getPropertySetInfo()
1695 void SAL_CALL ScModelObj::setPropertyValue( in setPropertyValue()
1830 uno::Any SAL_CALL ScModelObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
2002 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScModelObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
2006 uno::Reference<uno::XInterface> SAL_CALL ScModelObj::createInstance( in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2085 uno::Reference<uno::XInterface> SAL_CALL ScModelObj::createInstanceWithArguments( in createInstanceWithArguments()
2107 uno::Sequence<rtl::OUString> SAL_CALL ScModelObj::getAvailableServiceNames() in getAvailableServiceNames()
2124 rtl::OUString SAL_CALL ScModelObj::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
2129 sal_Bool SAL_CALL ScModelObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
2138 uno::Sequence<rtl::OUString> SAL_CALL ScModelObj::getSupportedServiceNames() in getSupportedServiceNames()
2150 sal_Int64 SAL_CALL ScModelObj::getSomething( in getSomething()
2190 const uno::Sequence<sal_Int8>& ScModelObj::getUnoTunnelId() in getUnoTunnelId()
2207 ScModelObj* ScModelObj::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()
2209 ScModelObj* pRet = NULL; in getImplementation()
2212 …pRet = reinterpret_cast<ScModelObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUnoTunn… in getImplementation()
2218 void ScModelObj::addChangesListener( const uno::Reference< util::XChangesListener >& aListener ) in addChangesListener()
2225 void ScModelObj::removeChangesListener( const uno::Reference< util::XChangesListener >& aListener ) in removeChangesListener()
2232 bool ScModelObj::HasChangesListeners() const in HasChangesListeners()
2241 void ScModelObj::NotifyChanges( const ::rtl::OUString& rOperation, const ScRangeList& rRanges, in NotifyChanges()
2340 void ScModelObj::HandleCalculateEvents() in HandleCalculateEvents()