Lines Matching refs:ScNamedRangeObj

88 ScNamedRangeObj::ScNamedRangeObj(ScDocShell* pDocSh, const String& rNm, const String& rScopeName) :  in ScNamedRangeObj()  function in ScNamedRangeObj
96 ScNamedRangeObj::~ScNamedRangeObj() in ~ScNamedRangeObj()
102 void ScNamedRangeObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
112 ScRangeData* ScNamedRangeObj::GetRangeData_Impl() in GetRangeData_Impl()
138 void ScNamedRangeObj::Modify_Impl( const String* pNewRangeName, const ScTokenArray* pNewTokens, con… in Modify_Impl()
226 rtl::OUString SAL_CALL ScNamedRangeObj::getName() throw(uno::RuntimeException) in getName()
232 void SAL_CALL ScNamedRangeObj::setName( const rtl::OUString& aNewName ) in setName()
245 rtl::OUString SAL_CALL ScNamedRangeObj::getScopeName() throw(uno::RuntimeException) in getScopeName()
251 void SAL_CALL ScNamedRangeObj::setScopeAndRangeName( const rtl::OUString& aNewScopeName, const rtl:… in setScopeAndRangeName()
267 rtl::OUString SAL_CALL ScNamedRangeObj::getContent() throw(uno::RuntimeException) in getContent()
278 void SAL_CALL ScNamedRangeObj::setContent( const rtl::OUString& aContent ) in setContent()
287 void ScNamedRangeObj::SetContentWithGrammar( const ::rtl::OUString& aContent, in SetContentWithGrammar()
295 table::CellAddress SAL_CALL ScNamedRangeObj::getReferencePosition() in getReferencePosition()
321 void SAL_CALL ScNamedRangeObj::setReferencePosition( const table::CellAddress& aReferencePosition ) in setReferencePosition()
330 sal_Int32 SAL_CALL ScNamedRangeObj::getType() throw(uno::RuntimeException) in getType()
347 void SAL_CALL ScNamedRangeObj::setType( sal_Int32 nUnoType ) throw(uno::RuntimeException) in setType()
363 uno::Sequence<sheet::FormulaToken> SAL_CALL ScNamedRangeObj::getTokens() throw(uno::RuntimeExceptio… in getTokens()
377 void SAL_CALL ScNamedRangeObj::setTokens( const uno::Sequence<sheet::FormulaToken>& rTokens ) throw… in setTokens()
392 uno::Reference<table::XCellRange> SAL_CALL ScNamedRangeObj::getReferredCells() in getReferredCells()
412 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScNamedRangeObj::getPropertySetInfo() in getPropertySetInfo()
420 void SAL_CALL ScNamedRangeObj::setPropertyValue( in setPropertyValue()
438 uno::Any SAL_CALL ScNamedRangeObj::getPropertyValue( const rtl::OUString& rPropertyName ) in getPropertyValue()
466 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScNamedRangeObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
470 rtl::OUString SAL_CALL ScNamedRangeObj::getImplementationName() throw(uno::RuntimeException) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
475 sal_Bool SAL_CALL ScNamedRangeObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
482 uno::Sequence<rtl::OUString> SAL_CALL ScNamedRangeObj::getSupportedServiceNames() in getSupportedServiceNames()
494 sal_Int64 SAL_CALL ScNamedRangeObj::getSomething( in getSomething()
507 const uno::Sequence<sal_Int8>& ScNamedRangeObj::getUnoTunnelId() in getUnoTunnelId()
524 ScNamedRangeObj* ScNamedRangeObj::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()
526 ScNamedRangeObj* pRet = NULL; in getImplementation()
529 …pRet = reinterpret_cast<ScNamedRangeObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUn… in getImplementation()
560 ScNamedRangeObj* ScNamedRangesObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
575 return new ScNamedRangeObj( pDocShell, pData->GetName(), pData->GetScopeSheetName() ); in GetObjectByIndex_Impl()
584 ScNamedRangeObj* ScNamedRangesObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
587 return new ScNamedRangeObj( pDocShell, String(aName) ); in GetObjectByName_Impl()
591 ScNamedRangeObj* ScNamedRangesObj::GetObjectByScopeName_Impl(const ::rtl::OUString& aScopeName, con… in GetObjectByScopeName_Impl()
594 return new ScNamedRangeObj( pDocShell, String(aRangeName),String(aScopeName) ); in GetObjectByScopeName_Impl()