/aoo4110/main/oox/source/drawingml/table/ |
H A D | tableproperties.cxx | 106 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 D | tablestyle.cxx | 28 TableStyle::TableStyle() in TableStyle() function in oox::drawingml::table::TableStyle 32 TableStyle::~TableStyle() in ~TableStyle()
|
H A D | tablecontext.cxx | 71 boost::shared_ptr< TableStyle >& rTableStyle = mrTableProperties.getTableStyle(); in createFastChildContext() 72 rTableStyle.reset( new TableStyle() ); in createFastChildContext()
|
H A D | tablecell.cxx | 165 …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 D | tablestylelistfragmenthandler.cxx | 65 std::vector< TableStyle >& rTableStyles = mrTableStyleList.getTableStyles(); in createFastChildContext()
|
H A D | tablebackgroundstylecontext.cxx | 38 TableBackgroundStyleContext::TableBackgroundStyleContext( ContextHandler& rParent, TableStyle& rTab… in TableBackgroundStyleContext()
|
H A D | tablestylecontext.cxx | 39 const Reference< XFastAttributeList >& xAttribs, TableStyle& rTableStyle ) in TableStyleContext()
|
/aoo4110/main/writerperfect/source/filter/ |
H A D | TableStyle.cxx | 93 TableStyle::TableStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, cons… in TableStyle() function in TableStyle 100 TableStyle::~TableStyle() in ~TableStyle() 111 void TableStyle::write(DocumentHandler *pHandler) const in write()
|
H A D | TableStyle.hxx | 63 class TableStyle : public Style, public TopLevelElementStyle class 66 …TableStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, const char *psN… 67 ~TableStyle();
|
H A D | DocumentCollector.hxx | 55 class TableStyle; 170 std::vector<TableStyle *> mTableStyles; 198 TableStyle *mpCurrentTableStyle;
|
H A D | DocumentCollector.cxx | 134 …for (std::vector<TableStyle *>::iterator iterTableStyles = mTableStyles.begin(); iterTableStyles !… in filter() 307 …for (std::vector<TableStyle *>::iterator iterTableStyles = mTableStyles.begin(); iterTableStyles !… in _writeTargetDocument() 817 TableStyle *pTableStyle = new TableStyle(propList, columns, sTableName.cstr()); in openTable()
|
H A D | makefile.mk | 45 $(SLO)$/TableStyle.obj \
|
/aoo4110/main/oox/inc/oox/drawingml/table/ |
H A D | tablestylelist.hxx | 33 class TableStyle; 43 std::vector< TableStyle >& getTableStyles(){ return maTableStyles; }; in getTableStyles() 48 std::vector< TableStyle > maTableStyles;
|
H A D | tableproperties.hxx | 50 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 D | tablestyle.hxx | 33 class TableStyle class 37 TableStyle(); 38 ~TableStyle();
|
H A D | tablebackgroundstylecontext.hxx | 36 TableBackgroundStyleContext( ::oox::core::ContextHandler& rParent, TableStyle& rTableStyle ); 43 TableStyle& mrTableStyle;
|
H A D | tablestylecontext.hxx | 38 TableStyle& rTableStyle ); 45 TableStyle& mrTableStyle;
|
H A D | tablecell.hxx | 44 class TableStyle; 85 …const TableStyle& rTable, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 nMaxR…
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | ooxml-export-TODO.txt | 164 - tableStyle (§3.8.40): [ TableStyle 88Fh; unsupported ]
|
/aoo4110/main/ |
H A D | rat-excludes | 46 main/writerperfect/source/filter/TableStyle.cxx 47 main/writerperfect/source/filter/TableStyle.hxx
|
/aoo4110/main/svx/sdi/ |
H A D | svx.sdi | 442 SfxStringItem TableStyle SID_TABLE_STYLE
|