Home
last modified time | relevance | path

Searched refs:RecordRefType (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/sc/source/filter/inc/
H A Dxerecord.hxx331 typedef ScfRef< RecType > RecordRefType; typedef in XclExpRecordList
342 inline RecordRefType GetRecord( size_t nPos ) const in GetRecord()
345 inline RecordRefType GetFirstRecord() const in GetFirstRecord()
348 inline RecordRefType GetLastRecord() const in GetLastRecord()
349 { return maRecs.empty() ? RecordRefType() : maRecs.back(); } in GetLastRecord()
352 inline void InsertRecord( RecordRefType xRec, size_t nPos ) in InsertRecord()
355 inline void AppendRecord( RecordRefType xRec ) in AppendRecord()
358 inline void ReplaceRecord( RecordRefType xRec, size_t nPos ) in ReplaceRecord()
363 { if( pRec ) InsertRecord( RecordRefType( pRec ), nPos ); } in InsertNewRecord()
366 { if( pRec ) AppendRecord( RecordRefType( pRec ) ); } in AppendNewRecord()
[all …]
H A Dxepivot.hxx236 typedef XclExpPCFieldList::RecordRefType XclExpPCFieldRef;
416 typedef XclExpPTFieldList::RecordRefType XclExpPTFieldRef;
470 typedef XclExpPivotCacheList::RecordRefType XclExpPivotCacheRef;
472 typedef XclExpPivotTableList::RecordRefType XclExpPivotTableRef;
H A Dexcdoc.hxx92 typedef ExcTableList::RecordRefType ExcTableRef;
94 typedef ExcBoundsheetList::RecordRefType ExcBoundsheetRef;
H A Dxestyle.hxx263 typedef XclExpFontList::RecordRefType XclExpFontRef;
702 typedef XclExpXFList::RecordRefType XclExpXFRef;
H A Dxetable.hxx832 typedef XclExpColinfoList::RecordRefType XclExpColinfoRef;
1002 typedef XclExpRowList::RecordRefType XclExpRowRef;
H A Dxecontent.hxx302 typedef XclExpDVList::RecordRefType XclExpDVRef;
H A Dexcrecds.hxx464 typedef XclExpAutofilterList::RecordRefType XclExpAutofilterRef;
/aoo42x/main/sc/source/filter/excel/
H A Dexcdoc.cxx349 ExcBoundsheetList::RecordRefType xBoundsheet( new ExcBundlesheet( rR, nC ) ); in FillAsHeader()
381 ExcBoundsheetList::RecordRefType xBoundsheet( new ExcBundlesheet8( rR, nC ) ); in FillAsHeader()
390 ExcBoundsheetList::RecordRefType xBoundsheet( new ExcBundlesheet8( aTmpString ) ); in FillAsHeader()
727 ExcTableList::RecordRefType xTab( new ExcTable( GetRoot(), nScTab ) ); in ReadDoc()
735 ExcTableList::RecordRefType xTab( new ExcTable( GetRoot(), nScTab ) ); in ReadDoc()
H A Dxelink.cxx151 typedef XclExpExtNameList::RecordRefType XclExpExtNameRef;
338 typedef XclExpXctList::RecordRefType XclExpXctRef;
433 typedef XclExpSupbookList::RecordRefType XclExpSupbookRef;
553 typedef XclExpExtSheetList::RecordRefType XclExpExtSheetRef;
1235 RecordRefType xLastRec = GetLastRecord(); in InsertValue()
H A Dxestyle.cxx2512 XclExpXFList::RecordRefType xXF = maSortedXFList.GetRecord( i ); in Finalize()
2561 XclExpRecordList< XclExpXF >::RecordRefType xXF = rXFList.GetRecord( i ); in lcl_GetCellCounts()
2605 XclExpXFList::RecordRefType xXF = maSortedXFList.GetRecord( i ); in SaveXml()
2621 XclExpXFList::RecordRefType xXF = maSortedXFList.GetRecord( i ); in SaveXml()
H A Dxename.cxx166 typedef XclExpNameList::RecordRefType XclExpNameRef;
H A Dxeescher.cxx1155 XclExpNoteList::RecordRefType xNote = mrNotes.GetRecord( i ); in SaveXml()
H A Dxecontent.cxx885 … XclExpCondfmtList::RecordRefType xCondfmtRec( new XclExpCondfmt( GetRoot(), **ppCondFmt ) ); in XclExpCondFormatBuffer()

Completed in 89 milliseconds