Home
last modified time | relevance | path

Searched refs:nTableId (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dtablebuffer.cxx132 TableRef TableBuffer::getTable( sal_Int32 nTableId ) const in getTable()
134 return maIdTables.get( nTableId ); in getTable()
146 sal_Int32 nTableId = rxTable->getTableId(); in insertTableToMaps() local
148 if( (nTableId > 0) && (rDispName.getLength() > 0) ) in insertTableToMaps()
150 …OSL_ENSURE( !maIdTables.has( nTableId ), "TableBuffer::insertTableToMaps - multiple table identifi… in insertTableToMaps()
151 maIdTables[ nTableId ] = rxTable; in insertTableToMaps()
H A Dformulaparser.cxx1511 sal_uInt16 nFlags, nTableId, nCol1, nCol2; in importTableToken() local
1513 rStrm >> nFlags >> nTableId; in importTableToken()
1516 TableRef xTable = getTables().getTable( nTableId ); in importTableToken()
/aoo4110/main/sc/source/filter/html/
H A Dhtmlpars.cxx1759 ScHTMLEntry::ScHTMLEntry( const SfxItemSet& rItemSet, ScHTMLTableId nTableId ) : in ScHTMLEntry() argument
1763 nTab = nTableId; in ScHTMLEntry()
1874 if( mpCurrTable && (nTableId == mpCurrTable->GetTableId()) ) in FindTable()
1878 const_iterator aFind = maTables.find( nTableId ); in FindTable()
1886 pResult = aIter->second->FindNestedTable( nTableId ); in FindTable()
1989 ScHTMLTable* ScHTMLTable::FindNestedTable( ScHTMLTableId nTableId ) const in FindNestedTable()
2363 bool ScHTMLTable::PushTableEntry( ScHTMLTableId nTableId ) in PushTableEntry() argument
2367 if( nTableId != SC_HTML_GLOBAL_TABLE ) in PushTableEntry()
2369 ScHTMLEntryPtr xEntry( new ScHTMLEntry( maTableItemSet, nTableId ) ); in PushTableEntry()
2375 ScHTMLTable* ScHTMLTable::GetExistingTable( ScHTMLTableId nTableId ) const in GetExistingTable()
[all …]
H A Dhtmlimp.cxx195 ScHTMLTableId nTableId = SC_HTML_GLOBAL_TABLE; in WriteToDocument() local
196 while( (pTable = pGlobTable->FindNestedTable( ++nTableId )) != 0 ) in WriteToDocument()
201 InsertRangeName( mpDoc, ScfTools::GetNameFromHTMLIndex( nTableId ), aNewRange ); in WriteToDocument()
/aoo4110/main/sc/source/filter/inc/
H A Dhtmlpars.hxx282 ScHTMLTableId nTableId = SC_HTML_NO_TABLE );
360 ScHTMLTable* FindNestedTable( ScHTMLTableId nTableId ) const;
490 bool PushTableEntry( ScHTMLTableId nTableId );
496 ScHTMLTable* GetExistingTable( ScHTMLTableId nTableId ) const;
/aoo4110/main/forms/source/misc/
H A Dlimitedformats.cxx92 static const FormatEntry* lcl_getFormatTable(sal_Int16 nTableId) in lcl_getFormatTable() argument
94 switch (nTableId) in lcl_getFormatTable()
/aoo4110/main/oox/inc/oox/xls/
H A Dtablebuffer.hxx112 TableRef getTable( sal_Int32 nTableId ) const;

Completed in 135 milliseconds