Searched refs:pCellProperties (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | TDefTableHandler.cxx | 274 size_t nCell, ::boost::shared_ptr< TablePropertyMap > pCellProperties ) const in fillCellProperties() 285 pCellProperties->Insert( PROP_VERT_ORIENT, false, uno::makeAny( nVertOrient ) ); in fillCellProperties() 288 pCellProperties->Insert( PROP_TOP_BORDER, false, uno::makeAny( m_aTopBorderLines[nCell] ) ); in fillCellProperties() 290 … pCellProperties->Insert( PROP_LEFT_BORDER, false, uno::makeAny( m_aLeftBorderLines[nCell] ) ); in fillCellProperties() 292 … pCellProperties->Insert( PROP_BOTTOM_BORDER, false, uno::makeAny( m_aBottomBorderLines[nCell] ) ); in fillCellProperties() 294 … pCellProperties->Insert( PROP_RIGHT_BORDER, false, uno::makeAny( m_aRightBorderLines[nCell] ) ); in fillCellProperties() 296 …pCellProperties->Insert( META_PROP_HORIZONTAL_BORDER, false, uno::makeAny( m_aInsideHBorderLines[n… in fillCellProperties() 298 …pCellProperties->Insert( META_PROP_VERTICAL_BORDER, false, uno::makeAny( m_aInsideVBorderLines[nCe… in fillCellProperties()
|
H A D | DomainMapperTableHandler.cxx | 529 RowPropertyValuesSeq_t* pCellProperties = aCellProperties.getArray(); in endTableGetCellProperties() local 558 pCellProperties[nRow].realloc( aRowOfCellsIterator->size() ); in endTableGetCellProperties() 559 beans::PropertyValues* pSingleCellProperties = pCellProperties[nRow].getArray(); in endTableGetCellProperties()
|
H A D | TDefTableHandler.hxx | 76 … fillCellProperties( size_t nCell, ::boost::shared_ptr< TablePropertyMap > pCellProperties) const;
|
Completed in 23 milliseconds