Searched refs:CellModel (Results 1 – 4 of 4) sorted by relevance
/trunk/main/oox/inc/oox/xls/ |
H A D | sheetdatabuffer.hxx | 43 struct CellModel struct 51 explicit CellModel(); 189 void setBlankCell( const CellModel& rModel ); 191 void setValueCell( const CellModel& rModel, double fValue ); 193 void setStringCell( const CellModel& rModel, const ::rtl::OUString& rText ); 195 void setStringCell( const CellModel& rModel, const RichStringRef& rxString ); 197 void setStringCell( const CellModel& rModel, sal_Int32 nStringId ); 201 void setBooleanCell( const CellModel& rModel, bool bValue ); 205 void setErrorCell( const CellModel& rModel, sal_uInt8 nErrorCode ); 209 void setFormulaCell( const CellModel& rModel, sal_Int32 nSharedId ); [all …]
|
H A D | sheetdatacontext.hxx | 44 …CellModel maCellData; /// Position, contents, formatting of current imported cel…
|
/trunk/main/oox/source/xls/ |
H A D | sheetdatabuffer.cxx | 67 CellModel::CellModel() : in CellModel() function in oox::xls::CellModel 329 void SheetDataBuffer::setBlankCell( const CellModel& rModel ) in setBlankCell() 334 void SheetDataBuffer::setValueCell( const CellModel& rModel, double fValue ) in setValueCell() 343 void SheetDataBuffer::setStringCell( const CellModel& rModel, const OUString& rText ) in setStringCell() 371 void SheetDataBuffer::setStringCell( const CellModel& rModel, sal_Int32 nStringId ) in setStringCell() 380 void SheetDataBuffer::setDateTimeCell( const CellModel& rModel, const DateTime& rDateTime ) in setDateTimeCell() 391 void SheetDataBuffer::setBooleanCell( const CellModel& rModel, bool bValue ) in setBooleanCell() 398 void SheetDataBuffer::setErrorCell( const CellModel& rModel, const OUString& rErrorCode ) in setErrorCell() 403 void SheetDataBuffer::setErrorCell( const CellModel& rModel, sal_uInt8 nErrorCode ) in setErrorCell() 457 void SheetDataBuffer::setFormulaCell( const CellModel& rModel, sal_Int32 nSharedId ) in setFormulaCell() [all …]
|
H A D | pivotcachebuffer.cxx | 935 CellModel aModel; in writeSourceHeaderCell() 983 CellModel aModel; in writeItemToSourceDataCell()
|
Completed in 29 milliseconds