Searched refs:aScope (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 282 OString aScope( type.copy( 0, nPos ) ); in checkTypeDependencies() local 283 OStringBuffer tmpBuf(aScope.getLength()); in checkTypeDependencies() 288 tmpBuf.append(aScope.getToken(0, '/', nPos)); in checkTypeDependencies()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | nameuno.cxx | 597 void ScNamedRangesObj::ImplAddNewByScopeAndName(SCTAB aScope, const ::rtl::OUString& aRangeName, co… in ImplAddNewByScopeAndName() argument 616 if (pNames && !pNames->SearchName(aNameStr, nIndex,aScope)) in ImplAddNewByScopeAndName() 623 pNew->SetRangeScope(aScope); in ImplAddNewByScopeAndName() 711 void ScNamedRangesObj::ImplRemoveByScopeAndName(SCTAB aScope, const ::rtl::OUString& aRangeName) in ImplRemoveByScopeAndName() argument 721 if (pNames->SearchName( String(aRangeName), nPos, aScope )) in ImplRemoveByScopeAndName()
|
/aoo42x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 264 OString aScope; in dumpDepIncludes() local 1735 OString aScope( type.copy( 0, nPos ) ); in scope() local 1736 OStringBuffer tmpBuf(aScope.getLength()*2); in scope() 1742 tmpBuf.append(aScope.getToken(0, '/', nPos)); in scope()
|
/aoo42x/main/sc/inc/ |
H A D | nameuno.hxx | 192 …void ImplAddNewByScopeAndName(SCTAB aScope,const ::rtl::OUString& aRangeName, const ::rtl::OUStrin… 196 void ImplRemoveByScopeAndName(SCTAB aScope,const ::rtl::OUString& aRangeName)
|
/aoo42x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 2765 OString aScope( type.copy( 0, nPos ) ); in shortScopedName() local 2766 OStringBuffer tmpBuf(aScope.getLength()*2); in shortScopedName() 2772 tmpBuf.append(aScope.getToken(0, '/', nPos)); in shortScopedName()
|
/aoo42x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 3516 OString aScope( type.copy( 0, nPos ) ); in shortScopedName() local 3517 OStringBuffer tmpBuf(aScope.getLength()*2); in shortScopedName() 3523 tmpBuf.append(aScope.getToken(0, '/', nPos)); in shortScopedName()
|
Completed in 49 milliseconds