Home
last modified time | relevance | path

Searched refs:TableProperties (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/oox/source/drawingml/table/
H A Dtableproperties.cxx46 TableProperties::TableProperties() in TableProperties() function in oox::drawingml::table::TableProperties
56 TableProperties::~TableProperties() in ~TableProperties()
60 void TableProperties::apply( const TablePropertiesPtr& /* rSourceTableProperties */ ) in apply()
234 const TableStyle& TableProperties::getUsedTableStyle( const ::oox::core::XmlFilterBase& rFilterBase… in getUsedTableStyle()
267 void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, in pushToPropSet()
H A Dtablecell.cxx164 …ar::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProperties& rTableProper… in pushToXCell()
168 TableProperties& rProperties( const_cast< TableProperties& >( rTableProperties ) ); in pushToXCell()
/aoo42x/main/svx/source/table/
H A Dsvdotable.cxx94 class TableProperties : public TextProperties class
102 TableProperties(SdrObject& rObj );
105 TableProperties(const TableProperties& rProps, SdrObject& rObj );
108 ~TableProperties();
116 TableProperties::TableProperties(SdrObject& rObj) in TableProperties() function in sdr::table::TableProperties
121 TableProperties::TableProperties(const TableProperties& rProps, SdrObject& rObj) in TableProperties() function in sdr::table::TableProperties
126 TableProperties::~TableProperties() in ~TableProperties()
130 BaseProperties& TableProperties::Clone(SdrObject& rObj) const in Clone()
132 return *(new TableProperties(*this, rObj)); in Clone()
144 SfxItemSet& TableProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
[all …]
/aoo42x/main/oox/inc/oox/drawingml/table/
H A Dtableproperties.hxx39 class TableProperties class
43 TableProperties();
44 ~TableProperties();
H A Dtablecontext.hxx32 class TableProperties;
44 TableProperties& mrTableProperties;
H A Dtablecell.hxx43 class TableProperties;
84 …ar::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProperties& rTableProper…
/aoo42x/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx77 class TableProperties;
78 typedef ::boost::shared_ptr< TableProperties > TablePropertiesPtr;
/aoo42x/main/offapi/com/sun/star/text/
H A DXTextConvert.idl94 @param TableProperties contains the properties of the table.
102 [in] com::sun::star::beans::PropertyValues TableProperties )
/aoo42x/main/oox/source/drawingml/
H A Dshape.cxx95 mpTablePropertiesPtr.reset( new table::TableProperties() ); in getTableProperties()
194 …pertiesPtr( rReferencedShape.mpTablePropertiesPtr.get() ? new table::TableProperties( *rReferenced… in applyShapeReference()

Completed in 67 milliseconds