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()
489 void SAL_CALL ScModelObj::acquire() throw() in acquire()
494 void SAL_CALL ScModelObj::release() throw() in release()
499 uno::Sequence<uno::Type> SAL_CALL ScModelObj::getTypes() throw(uno::RuntimeException) in getTypes()
552 uno::Sequence<sal_Int8> SAL_CALL ScModelObj::getImplementationId() in getImplementationId()
564 void ScModelObj::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
634 uno::Reference<sheet::XSpreadsheets> SAL_CALL ScModelObj::getSheets() throw(uno::RuntimeException) in getSheets()
644 uno::Reference<container::XNameAccess> SAL_CALL ScModelObj::getStyleFamilies() in getStyleFamilies()
763 sal_Bool ScModelObj::FillRenderMarkData( const uno::Any& aSelection, in FillRenderMarkData()
890 else if ( ScModelObj::getImplementation( xInterface ) == this ) in FillRenderMarkData()
947 sal_Int32 SAL_CALL ScModelObj::getRendererCount( const uno::Any& aSelection, in getRendererCount()
999 uno::Sequence<beans::PropertyValue> SAL_CALL ScModelObj::getRenderer( sal_Int32 nSelRenderer, in getRenderer()
1104 void SAL_CALL ScModelObj::render( sal_Int32 nSelRenderer, const uno::Any& aSelection, in render()
1308 uno::Reference<container::XNameAccess> SAL_CALL ScModelObj::getLinks() throw(uno::RuntimeException) in getLinks()
1318 sal_Bool SAL_CALL ScModelObj::isActionLocked() throw(uno::RuntimeException) in isActionLocked()
1327 void SAL_CALL ScModelObj::addActionLock() throw(uno::RuntimeException) in addActionLock()
1334 void SAL_CALL ScModelObj::removeActionLock() throw(uno::RuntimeException) in removeActionLock()
1341 void SAL_CALL ScModelObj::setActionLocks( sal_Int16 nLock ) throw(uno::RuntimeException) in setActionLocks()
1348 sal_Int16 SAL_CALL ScModelObj::resetActionLocks() throw(uno::RuntimeException) in resetActionLocks()
1360 void SAL_CALL ScModelObj::lockControllers() throw (::com::sun::star::uno::RuntimeException) in lockControllers()
1368 void SAL_CALL ScModelObj::unlockControllers() throw (::com::sun::star::uno::RuntimeException) in unlockControllers()
1381 void SAL_CALL ScModelObj::calculate() throw(uno::RuntimeException) in calculate()
1392 void SAL_CALL ScModelObj::calculateAll() throw(uno::RuntimeException) in calculateAll()
1403 sal_Bool SAL_CALL ScModelObj::isAutomaticCalculationEnabled() throw(uno::RuntimeException) in isAutomaticCalculationEnabled()
1413 void SAL_CALL ScModelObj::enableAutomaticCalculation( sal_Bool bEnabled ) in enableAutomaticCalculation()
1434 void SAL_CALL ScModelObj::protect( const rtl::OUString& aPassword ) throw(uno::RuntimeException) in protect()
1447 void SAL_CALL ScModelObj::unprotect( const rtl::OUString& aPassword ) in unprotect()
1462 sal_Bool SAL_CALL ScModelObj::isProtected() throw(uno::RuntimeException) in isProtected()
1474 uno::Reference<drawing::XDrawPages> SAL_CALL ScModelObj::getDrawPages() throw(uno::RuntimeException) in getDrawPages()
1487 rtl::OUString ScModelObj::getPrinterName(void) const
1501 void ScModelObj::setPrinterName(const rtl::OUString& PrinterName)
1521 XPropertySetRef ScModelObj::createPrintOptions(void)
1527 void ScModelObj::print(const XPropertySetRef& xOptions)
1541 sheet::GoalResult SAL_CALL ScModelObj::seekGoal( in seekGoal()
1569 uno::Reference<sheet::XConsolidationDescriptor> SAL_CALL ScModelObj::createConsolidationDescriptor( in createConsolidationDescriptor()
1584 void SAL_CALL ScModelObj::consolidate( in consolidate()
1612 void SAL_CALL ScModelObj::refreshArrows() throw(uno::RuntimeException) in refreshArrows()
1623 uno::Reference< container::XIndexAccess > SAL_CALL ScModelObj::getViewData( ) in getViewData()
1657 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScModelObj::getPropertySetInfo() in getPropertySetInfo()
1666 void SAL_CALL ScModelObj::setPropertyValue( in setPropertyValue()
1801 uno::Any SAL_CALL ScModelObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
1973 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScModelObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
1977 uno::Reference<uno::XInterface> SAL_CALL ScModelObj::createInstance( in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2056 uno::Reference<uno::XInterface> SAL_CALL ScModelObj::createInstanceWithArguments( in createInstanceWithArguments()
2078 uno::Sequence<rtl::OUString> SAL_CALL ScModelObj::getAvailableServiceNames() in getAvailableServiceNames()
2095 rtl::OUString SAL_CALL ScModelObj::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
2100 sal_Bool SAL_CALL ScModelObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
2109 uno::Sequence<rtl::OUString> SAL_CALL ScModelObj::getSupportedServiceNames() in getSupportedServiceNames()
2121 sal_Int64 SAL_CALL ScModelObj::getSomething( in getSomething()
2161 const uno::Sequence<sal_Int8>& ScModelObj::getUnoTunnelId() in getUnoTunnelId()
2178 ScModelObj* ScModelObj::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()
2180 ScModelObj* pRet = NULL; in getImplementation()
2183 …pRet = reinterpret_cast<ScModelObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUnoTunn… in getImplementation()
2189 void ScModelObj::addChangesListener( const uno::Reference< util::XChangesListener >& aListener ) in addChangesListener()
2196 void ScModelObj::removeChangesListener( const uno::Reference< util::XChangesListener >& aListener ) in removeChangesListener()
2203 bool ScModelObj::HasChangesListeners() const in HasChangesListeners()
2212 void ScModelObj::NotifyChanges( const ::rtl::OUString& rOperation, const ScRangeList& rRanges, in NotifyChanges()
2311 void ScModelObj::HandleCalculateEvents() in HandleCalculateEvents()