Searched refs:XclExpCellRef (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/filter/inc/ |
H A D | xetable.hxx | 319 typedef ScfRef< XclExpCellBase > XclExpCellRef; typedef 913 void AppendCell( XclExpCellRef xCell, bool bIsMergedBase ); 946 void InsertCell( XclExpCellRef xCell, size_t nPos, bool bIsMergedBase ); 979 void AppendCell( XclExpCellRef xCell, bool bIsMergedBase );
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 1853 void XclExpRow::AppendCell( XclExpCellRef xCell, bool bIsMergedBase ) in AppendCell() 1873 XclExpCellRef xCell = maCellList.GetRecord( nPos ); in Finalize() 1901 … XclExpCellRef xNewCell( new XclExpBlankCell( XclAddress( nFirstFreeXclCol, mnXclRow ), aXFId ) ); in Finalize() 1986 XclExpCellRef xCell = maCellList.GetRecord( nPos ); in Finalize() 2034 void XclExpRow::InsertCell( XclExpCellRef xCell, size_t nPos, bool bIsMergedBase ) in InsertCell() 2045 XclExpCellRef xPrevCell = maCellList.GetRecord( nPos - 1 ); in InsertCell() 2053 XclExpCellRef xNextCell = maCellList.GetRecord( nPos ); in InsertCell() 2105 void XclExpRowBuffer::AppendCell( XclExpCellRef xCell, bool bIsMergedBase ) in AppendCell() 2389 XclExpCellRef xCell; in XclExpCellTable()
|
Completed in 23 milliseconds