Lines Matching refs:aScopeName

91 	aScopeName(rScopeName)  in ScNamedRangeObj()
122 if ( aScopeName != EMPTY_STRING ) in GetRangeData_Impl()
124 pDocShell->GetDocument()->GetTable( aScopeName, nameScope ); in GetRangeData_Impl()
150 if (aScopeName != EMPTY_STRING ) in Modify_Impl()
151 pDoc->GetTable(aScopeName, nameScope); in Modify_Impl()
197 aScopeName = pNewScopeName ? *pNewScopeName : aScopeName; in Modify_Impl()
213 aScopeName = pNewScopeName ? *pNewScopeName : aScopeName; in Modify_Impl()
248 return aScopeName; in getScopeName()
262 if ( aScopeName != aNewScopeStr || aName != aNewRangeStr ) // some error occurred... in setScopeAndRangeName()
591 ScNamedRangeObj* ScNamedRangesObj::GetObjectByScopeName_Impl(const ::rtl::OUString& aScopeName, con… in GetObjectByScopeName_Impl() argument
593 if ( pDocShell && hasByScopeName(aScopeName, aRangeName) ) in GetObjectByScopeName_Impl()
594 return new ScNamedRangeObj( pDocShell, String(aRangeName),String(aScopeName) ); in GetObjectByScopeName_Impl()
670 void SAL_CALL ScNamedRangesObj::addNewByScopeName( const rtl::OUString& aScopeName,const rtl::OUStr… in addNewByScopeName() argument
676 if (aScopeName.getLength() != 0 && pDocShell && in addNewByScopeName()
677 !pDocShell->GetDocument()->GetTable( String(aScopeName), scope ) ) in addNewByScopeName()
745 void SAL_CALL ScNamedRangesObj::removeByScopeName( const ::rtl::OUString& aScopeName, const ::rtl::… in removeByScopeName() argument
750 if (aScopeName.getLength() != 0 && pDocShell && in removeByScopeName()
751 !pDocShell->GetDocument()->GetTable( String(aScopeName), scope )) in removeByScopeName()
836 uno::Any SAL_CALL ScNamedRangesObj::getByScopeName( const rtl::OUString& aScopeName, const rtl::OUS… in getByScopeName() argument
841 uno::Reference< sheet::XNamedRange2 > xRange(GetObjectByScopeName_Impl(aScopeName, aRangeName)); in getByScopeName()
924 sal_Bool SAL_CALL ScNamedRangesObj::hasByScopeName( const ::rtl::OUString& aScopeName, const ::rtl:… in hasByScopeName() argument
931 …if (aScopeName.getLength() != 0 && !pDocShell->GetDocument()->GetTable( String(aScopeName), scope … in hasByScopeName()