Home
last modified time | relevance | path

Searched refs:tabName (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx349 String tabName; in UpdateNames() local
350 pDoc->GetName(tabIndex,tabName); in UpdateNames()
356 aString += tabName; in UpdateNames()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx647 String tabName; in Notify() local
648 pScDoc->GetName( maActiveCell.Tab(), tabName ); in Notify()
649 if( m_strOldTabName != tabName ) in Notify()
657 sNewName.SearchAndReplaceAscii("%1", tabName); in Notify()
660 m_strOldTabName = tabName; in Notify()

Completed in 31 milliseconds