Home
last modified time | relevance | path

Searched refs:aCellContent (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx531 Any aCellContent; in impl_paintCellContent() local
532 m_pImpl->rModel.getCellContent( i_context.nColumn, m_pImpl->nCurrentRow, aCellContent ); in impl_paintCellContent()
534 if ( aCellContent.getValueTypeClass() == TypeClass_INTERFACE ) in impl_paintCellContent()
536 Reference< XInterface > const xContentInterface( aCellContent, UNO_QUERY ); in impl_paintCellContent()
541 Reference< XGraphic > const xGraphic( aCellContent, UNO_QUERY ); in impl_paintCellContent()
549 const ::rtl::OUString sText( m_pImpl->aStringConverter.convertToString( aCellContent ) ); in impl_paintCellContent()
H A Dtablecontrol.cxx429 Any aCellContent; in GetCellContent() local
430 GetModel()->getCellContent( _nColPos, _nRowPos, aCellContent ); in GetCellContent()
431 return aCellContent; in GetCellContent()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx753 rtl::OUString aCellContent; in StartElement() local
773 aCellContent = xAttrList->getValueByIndex( i ); in StartElement()
786 SvXMLUnitConverter::convertDouble( fData, aCellContent ); in StartElement()

Completed in 34 milliseconds