Home
last modified time | relevance | path

Searched refs:TableStyle (Results 1 – 15 of 15) sorted by relevance

/aoo42x/main/oox/source/drawingml/table/
H A Dtableproperties.cxx106 static TableStyle* pDefaultTableStyle = new TableStyle();
152 sal_Bool CreateTableStyle(TableStyle* &pTableStyle , const OUString& styleId) in CreateTableStyle()
156 pTableStyle = new TableStyle(); in CreateTableStyle()
193 pTableStyle = new TableStyle(); in CreateTableStyle()
225 pTableStyle = new TableStyle(); in CreateTableStyle()
238 TableStyle* pTableStyle = NULL; in getUsedTableStyle()
245 std::vector< TableStyle >::const_iterator aIter( rTableStyles.begin() ); in getUsedTableStyle()
248 if ( const_cast< TableStyle& >( *aIter ).getStyleId() == aStyleId ) in getUsedTableStyle()
250 pTableStyle = &const_cast< TableStyle& >( *aIter ); in getUsedTableStyle()
279 const TableStyle& rTableStyle( getUsedTableStyle( rFilterBase, mbOwnTblStyle ) ); in pushToPropSet()
[all …]
H A Dtablestyle.cxx28 TableStyle::TableStyle() in TableStyle() function in oox::drawingml::table::TableStyle
32 TableStyle::~TableStyle() in ~TableStyle()
H A Dtablecontext.cxx71 boost::shared_ptr< TableStyle >& rTableStyle = mrTableProperties.getTableStyle(); in createFastChildContext()
72 rTableStyle.reset( new TableStyle() ); in createFastChildContext()
H A Dtablecell.cxx165 …const TableStyle& rTableStyle, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 … in pushToXCell()
167 TableStyle& rTable( const_cast< TableStyle& >( rTableStyle ) ); in pushToXCell()
H A Dtablestylelistfragmenthandler.cxx65 std::vector< TableStyle >& rTableStyles = mrTableStyleList.getTableStyles(); in createFastChildContext()
H A Dtablebackgroundstylecontext.cxx38 TableBackgroundStyleContext::TableBackgroundStyleContext( ContextHandler& rParent, TableStyle& rTab… in TableBackgroundStyleContext()
H A Dtablestylecontext.cxx39 const Reference< XFastAttributeList >& xAttribs, TableStyle& rTableStyle ) in TableStyleContext()
/aoo42x/main/oox/inc/oox/drawingml/table/
H A Dtablestylelist.hxx33 class TableStyle;
43 std::vector< TableStyle >& getTableStyles(){ return maTableStyles; }; in getTableStyles()
48 std::vector< TableStyle > maTableStyles;
H A Dtableproperties.hxx50 boost::shared_ptr< TableStyle >& getTableStyle(){ return mpTableStyle; }; in getTableStyle()
65 …const TableStyle& getUsedTableStyle( const ::oox::core::XmlFilterBase& rFilterBase, sal_Bool …
68 boost::shared_ptr< TableStyle > mpTableStyle; // or the complete TableStyle
H A Dtablestyle.hxx33 class TableStyle class
37 TableStyle();
38 ~TableStyle();
H A Dtablebackgroundstylecontext.hxx36 TableBackgroundStyleContext( ::oox::core::ContextHandler& rParent, TableStyle& rTableStyle );
43 TableStyle& mrTableStyle;
H A Dtablestylecontext.hxx38 TableStyle& rTableStyle );
45 TableStyle& mrTableStyle;
H A Dtablecell.hxx44 class TableStyle;
85 …const TableStyle& rTable, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 nMaxR…
/aoo42x/main/sc/source/filter/excel/
H A Dooxml-export-TODO.txt164 - tableStyle (§3.8.40): [ TableStyle 88Fh; unsupported ]
/aoo42x/main/svx/sdi/
H A Dsvx.sdi442 SfxStringItem TableStyle SID_TABLE_STYLE

Completed in 79 milliseconds