Home
last modified time | relevance | path

Searched refs:rTableCell (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/oox/source/drawingml/table/
H A Dtableproperties.cxx288 TableCell& rTableCell( *aTableCellIter ); in pushToPropSet() local
289 if ( !rTableCell.getvMerge() && !rTableCell.gethMerge() ) in pushToPropSet()
292 if ( ( rTableCell.getRowSpan() > 1 ) || ( rTableCell.getGridSpan() > 1 ) ) in pushToPropSet()
293 MergeCells( xTable, nColumn, nRow, rTableCell.getGridSpan(), rTableCell.getRowSpan() ); in pushToPropSet()
296rTableCell.pushToXCell( rFilterBase, pMasterTextListStyle, xCellRange->getCellByPosition( nColumn,… in pushToPropSet()
H A Dtablecell.cxx127 …operties( const Reference < ::com::sun::star::table::XCell >& rxCell, const TableCell& rTableCell ) in applyTableCellProperties() argument
136 …xPropSet->setPropertyValue( sTopBorder, Any( static_cast< sal_Int32 >( rTableCell.getTopMargin() /… in applyTableCellProperties()
137 …xPropSet->setPropertyValue( sRightBorder, Any( static_cast< sal_Int32 >( rTableCell.getRightMargin… in applyTableCellProperties()
138 …xPropSet->setPropertyValue( sLeftBorder, Any( static_cast< sal_Int32 >( rTableCell.getLeftMargin()… in applyTableCellProperties()
139 …xPropSet->setPropertyValue( sBottomBorder, Any( static_cast< sal_Int32 >( rTableCell.getBottomMarg… in applyTableCellProperties()
142 switch( rTableCell.getAnchorToken() ) in applyTableCellProperties()
H A Dtablecellcontext.cxx38 …r& rParent, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs, TableCell& rTableCell ) in TableCellContext() argument
40 , mrTableCell( rTableCell ) in TableCellContext()
/aoo4110/main/oox/inc/oox/drawingml/table/
H A Dtablecellcontext.hxx37 …:uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& xAttribs, TableCell& rTableCell );

Completed in 40 milliseconds