Searched refs:rTableCell (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tableproperties.cxx | 288 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() 296 …rTableCell.pushToXCell( rFilterBase, pMasterTextListStyle, xCellRange->getCellByPosition( nColumn,… in pushToPropSet()
|
H A D | tablecell.cxx | 127 …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 D | tablecellcontext.cxx | 38 …r& rParent, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs, TableCell& rTableCell ) in TableCellContext() argument 40 , mrTableCell( rTableCell ) in TableCellContext()
|
/aoo42x/main/oox/inc/oox/drawingml/table/ |
H A D | tablecellcontext.hxx | 37 …:uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& xAttribs, TableCell& rTableCell );
|
Completed in 22 milliseconds