Home
last modified time | relevance | path

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

/aoo41x/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.cxx320 TablePropertyMapPtr pEmptyProps( new TablePropertyMap ); in endTableGetTableStyle()
352 m_aTableProperties->getValue( TablePropertyMap::GAP_HALF, nGapHalf ); in endTableGetTableStyle()
353 m_aTableProperties->getValue( TablePropertyMap::LEFT_MARGIN, nLeftMargin ); in endTableGetTableStyle()
355 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_LEFT, in endTableGetTableStyle()
357 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_RIGHT, in endTableGetTableStyle()
359 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_TOP, in endTableGetTableStyle()
361 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_BOTTOM, in endTableGetTableStyle()
477 m_aTableProperties->getValue( TablePropertyMap::TABLE_WIDTH, nTableWidth ); in endTableGetTableStyle()
482 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()
812 TablePropertyMapPtr pEmptyProps( new TablePropertyMap( ) ); in startCell()
H A DPropertyMap.cxx1204 TablePropertyMap::TablePropertyMap() in TablePropertyMap() function in writerfilter::dmapper::TablePropertyMap
1210 TablePropertyMap::~TablePropertyMap() in ~TablePropertyMap()
1216 bool TablePropertyMap::getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill ) in getValue()
1233 void TablePropertyMap::setValue( TablePropertyMapTarget eWhich, sal_Int32 nSet ) in setValue()
1246 void TablePropertyMap::insertTableProperties( const PropertyMap* pMap ) in insertTableProperties()
1253 const TablePropertyMap* pSource = dynamic_cast< const TablePropertyMap* >(pMap); in insertTableProperties()
H A DCellColorHandler.hxx35 class TablePropertyMap;
53 ::boost::shared_ptr<TablePropertyMap> getProperties();
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 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 52 milliseconds