Searched refs:GetTabIndex (Results 1 – 3 of 3) sorted by relevance
137 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 ()()
120 sal_Int16 GetTabIndex() const { return m_nTabIndex; } in GetTabIndex() function in frm::OGroupComp
310 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 XclExpSupbook1682 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 27 milliseconds