Home
last modified time | relevance | path

Searched refs:xColNameRanges (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx109 xColNameRanges = pDoc->GetColNameRanges()->Clone(); in ScColRowNameRangesDlg()
527 if ( (nCount = xColNameRanges->Count()) > 0 ) in UpdateNames()
529 ScRangePair** ppSortArray = xColNameRanges->CreateNameSortedArray( in UpdateNames()
639 if ( bColName && (pPair = xColNameRanges->Find( rRange )) != NULL ) in UpdateRangeData()
716 pDoc->GetColNameRangesRef() = xColNameRanges; in IMPL_LINK()
783 if ( ( pPair = xColNameRanges->Find( theCurArea ) ) != NULL ) in IMPL_LINK_INLINE_END()
785 xColNameRanges->Remove( pPair ); in IMPL_LINK_INLINE_END()
794 xColNameRanges->Join( ScRangePair( theCurArea, theCurData ) ); in IMPL_LINK_INLINE_END()
852 if ( bColName && (pPair = xColNameRanges->Find( rRange )) != NULL ) in IMPL_LINK()
867 xColNameRanges->Remove( pPair ); in IMPL_LINK()
/aoo41x/main/sc/source/ui/inc/
H A Dcrnrdlg.hxx74 ScRangePairListRef xColNameRanges; member in ScColRowNameRangesDlg
/aoo41x/main/sc/source/core/data/
H A Ddocumen2.cxx260 xColNameRanges = new ScRangePairList; in ScDocument()
767 xColNameRanges->UpdateReference( URM_REORDER, this, aSourceRange, 0,0,nDz ); in MoveTab()
855 xColNameRanges->UpdateReference( URM_INSDEL, this, aRange, 0,0,1 ); in CopyTab()
H A Ddocument.cxx340 xColNameRanges->UpdateReference( URM_INSDEL, this, aRange, 0,0,1 ); in InsertTab()
417 xColNameRanges->DeleteOnTab( nTab ); in DeleteTab()
429 xColNameRanges->UpdateReference( URM_INSDEL, this, aRange, 0,0,-1 ); in DeleteTab()
H A Ddocumen3.cxx907 xColNameRanges->UpdateReference( eUpdateRefMode, this, aRange, nDx, nDy, nDz ); in UpdateReference()
/aoo41x/main/sc/inc/
H A Ddocument.hxx312 ScRangePairListRef xColNameRanges; member in ScDocument
512 ScRangePairList* GetColNameRanges() { return &xColNameRanges; } in GetColNameRanges()
514 ScRangePairListRef& GetColNameRangesRef() { return xColNameRanges; } in GetColNameRangesRef()

Completed in 194 milliseconds