Searched refs:CellModel (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/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 ); 199 …void setDateTimeCell( const CellModel& rModel, const ::com::sun::star::util::DateTi… 201 void setBooleanCell( const CellModel& rModel, bool bValue ); 203 void setErrorCell( const CellModel& rModel, const ::rtl::OUString& rErrorCode ); [all …]
|
| H A D | sheetdatacontext.hxx | 44 …CellModel maCellData; /// Position, contents, formatting of current imported cel…
|
| /AOO41X/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() 352 void SheetDataBuffer::setStringCell( const CellModel& rModel, const RichStringRef& rxString ) 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() [all …]
|
| H A D | pivotcachebuffer.cxx | 935 CellModel aModel; in writeSourceHeaderCell() 983 CellModel aModel; in writeItemToSourceDataCell()
|