Home
last modified time | relevance | path

Searched refs:TablePropertyMap (Results 1 – 10 of 10) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DTablePropertiesHandler.cxx77 TablePropertyMapPtr pTableMap( new TablePropertyMap ); in sprm()
78 pTableMap->setValue( TablePropertyMap::HORI_ORIENT, nOrient ); in sprm()
89 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
103 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
115 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
124 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
147 TablePropertyMapPtr pCellPropMap( new TablePropertyMap() ); in sprm()
161 TablePropertyMapPtr pTablePropMap( new TablePropertyMap ); in sprm()
181 TablePropertyMapPtr pCellPropMap( new TablePropertyMap ); in sprm()
231 TablePropertyMapPtr pMarginProps( new TablePropertyMap ); in sprm()
[all …]
H A DDomainMapperTableManager.cxx116 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
143 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
160 TablePropertyMapPtr pRowPropMap( new TablePropertyMap ); in sprm()
168 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
191 TablePropertyMapPtr pCellPropMap( new TablePropertyMap() ); in sprm()
244 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in sprm()
261 TablePropertyMapPtr pMergeProps( new TablePropertyMap ); in sprm()
289 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm()
303 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm()
453 TablePropertyMapPtr pPropMap( new TablePropertyMap ); in endOfRowAction()
[all …]
H A DDomainMapperTableHandler.cxx374 TablePropertyMapPtr pEmptyProps( new TablePropertyMap ); in endTableGetTableStyle()
406 m_aTableProperties->getValue( TablePropertyMap::GAP_HALF, nGapHalf ); in endTableGetTableStyle()
407 m_aTableProperties->getValue( TablePropertyMap::LEFT_MARGIN, nLeftMargin ); in endTableGetTableStyle()
409 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_LEFT, in endTableGetTableStyle()
411 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_RIGHT, in endTableGetTableStyle()
413 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_TOP, in endTableGetTableStyle()
415 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_BOTTOM, in endTableGetTableStyle()
531 m_aTableProperties->getValue( TablePropertyMap::TABLE_WIDTH, nTableWidth ); in endTableGetTableStyle()
536 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()
874 TablePropertyMapPtr pEmptyProps( new TablePropertyMap( ) ); in startCell()
H A DPropertyMap.cxx1210 TablePropertyMap::TablePropertyMap() in TablePropertyMap() function in writerfilter::dmapper::TablePropertyMap
1216 TablePropertyMap::~TablePropertyMap() in ~TablePropertyMap()
1222 bool TablePropertyMap::getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill ) in getValue()
1239 void TablePropertyMap::setValue( TablePropertyMapTarget eWhich, sal_Int32 nSet ) in setValue()
1252 void TablePropertyMap::insertTableProperties( const PropertyMap* pMap ) in insertTableProperties()
1259 const TablePropertyMap* pSource = dynamic_cast< const TablePropertyMap* >(pMap); in insertTableProperties()
H A DPropertyMap.hxx519 class TablePropertyMap : public PropertyMap class
547 explicit TablePropertyMap();
548 ~TablePropertyMap();
555 typedef boost::shared_ptr<TablePropertyMap> TablePropertyMapPtr;
H A DCellMarginHandler.hxx35 class TablePropertyMap;
59 ::boost::shared_ptr<TablePropertyMap> getProperties();
H A DCellColorHandler.hxx35 class TablePropertyMap;
54 ::boost::shared_ptr<TablePropertyMap> getProperties();
H A DTDefTableHandler.hxx39 class TablePropertyMap;
76 … fillCellProperties( size_t nCell, ::boost::shared_ptr< TablePropertyMap > pCellProper…
H A DCellColorHandler.cxx129 TablePropertyMapPtr pPropertyMap(new TablePropertyMap); in getProperties()
H A DTDefTableHandler.cxx274 size_t nCell, ::boost::shared_ptr< TablePropertyMap > pCellProperties ) const in fillCellProperties()

Completed in 49 milliseconds