Home
last modified time | relevance | path

Searched refs:rSheetHelper (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/oox/source/xls/
H A Dpivotcachebuffer.cxx933 void PivotCacheField::writeSourceHeaderCell( WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int… in writeSourceHeaderCell() argument
936 aModel.maCellAddr = CellAddress( rSheetHelper.getSheetIndex(), nCol, nRow ); in writeSourceHeaderCell()
937 rSheetHelper.getSheetData().setStringCell( aModel, maFieldModel.maName ); in writeSourceHeaderCell()
940 void PivotCacheField::writeSourceDataCell( WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int32… in writeSourceDataCell() argument
945 … writeSharedItemToSourceDataCell( rSheetHelper, nCol, nRow, rItem.getValue().get< sal_Int32 >() ); in writeSourceDataCell()
947 writeItemToSourceDataCell( rSheetHelper, nCol, nRow, rItem ); in writeSourceDataCell()
950 void PivotCacheField::importPCRecordItem( SequenceInputStream& rStrm, WorksheetHelper& rSheetHelper in importPCRecordItem() argument
954 writeSharedItemToSourceDataCell( rSheetHelper, nCol, nRow, rStrm.readInt32() ); in importPCRecordItem()
965 writeItemToSourceDataCell( rSheetHelper, nCol, nRow, aItem ); in importPCRecordItem()
969 void PivotCacheField::importPCItemIndex( BiffInputStream& rStrm, WorksheetHelper& rSheetHelper, sal… in importPCItemIndex() argument
[all …]
/AOO41X/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx296 void writeSourceHeaderCell( WorksheetHelper& rSheetHelper,
299 void writeSourceDataCell( WorksheetHelper& rSheetHelper,
305 WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int32 nRow ) const;
308 WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int32 nRow ) const;
313 void writeItemToSourceDataCell( WorksheetHelper& rSheetHelper,
316 void writeSharedItemToSourceDataCell( WorksheetHelper& rSheetHelper,
427 void writeSourceHeaderCells( WorksheetHelper& rSheetHelper ) const;
429 void writeSourceDataCell( WorksheetHelper& rSheetHelper,
435 WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const;
438 WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const;
[all …]