Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/dmapper/
H A DTDefTableHandler.cxx274 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()
290pCellProperties->Insert( PROP_LEFT_BORDER, false, uno::makeAny( m_aLeftBorderLines[nCell] ) ); in fillCellProperties()
292pCellProperties->Insert( PROP_BOTTOM_BORDER, false, uno::makeAny( m_aBottomBorderLines[nCell] ) ); in fillCellProperties()
294pCellProperties->Insert( PROP_RIGHT_BORDER, false, uno::makeAny( m_aRightBorderLines[nCell] ) ); in fillCellProperties()
296pCellProperties->Insert( META_PROP_HORIZONTAL_BORDER, false, uno::makeAny( m_aInsideHBorderLines[n… in fillCellProperties()
298pCellProperties->Insert( META_PROP_VERTICAL_BORDER, false, uno::makeAny( m_aInsideVBorderLines[nCe… in fillCellProperties()
H A DDomainMapperTableHandler.cxx583 RowPropertyValuesSeq_t* pCellProperties = aCellProperties.getArray(); in endTableGetCellProperties() local
612 pCellProperties[nRow].realloc( aRowOfCellsIterator->size() ); in endTableGetCellProperties()
613 beans::PropertyValues* pSingleCellProperties = pCellProperties[nRow].getArray(); in endTableGetCellProperties()
H A DTDefTableHandler.hxx76 … fillCellProperties( size_t nCell, ::boost::shared_ptr< TablePropertyMap > pCellProperties) const;

Completed in 20 milliseconds