Home
last modified time | relevance | path

Searched refs:GetTabIndex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/forms/source/component/
H A DGroupManager.cxx137 return m_nTabIndex == rComp.GetTabIndex() && m_nPos == rComp.GetPos(); in operator ==()
148 if (lhs.m_nTabIndex == rhs.GetTabIndex()) in operator ()()
150 else if (lhs.m_nTabIndex && rhs.GetTabIndex()) in operator ()()
151 bResult = lhs.m_nTabIndex < rhs.GetTabIndex(); in operator ()()
H A DGroupManager.hxx120 sal_Int16 GetTabIndex() const { return m_nTabIndex; } in GetTabIndex() function in frm::OGroupComp
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx310 sal_uInt16 GetTabIndex( const String& rTabName ) const;
986 sal_uInt16 nSBTab = mrSupbook.GetTabIndex(rTabName); in WriteAddData()
1021 sal_uInt16 nSBTab = mrSupbook.GetTabIndex(rTabName); in WriteAddData()
1473 sal_uInt16 XclExpSupbook::GetTabIndex( const String& rTabName ) const in GetTabIndex() function in XclExpSupbook
1682 sal_uInt16 nSheetId = xSupbook->GetTabIndex(rTabName); in StoreCell()
1745 sal_uInt16 nFirstSheetId = xSupbook->GetTabIndex(rTabName); in StoreCellRange()
1845 sal_uInt16 nFirstSheetId = xSupbook->GetTabIndex(rTabName); in GetXti()

Completed in 35 milliseconds