/aoo41x/main/svx/source/table/ |
H A D | tablerow.cxx | 57 TableRow::TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns ) in TableRow() function in sdr::table::TableRow 79 TableRow::~TableRow() in ~TableRow() 85 void TableRow::dispose() in dispose() 99 void TableRow::throwIfDisposed() const throw (::com::sun::star::uno::RuntimeException) in throwIfDisposed() 107 TableRow& TableRow::operator=( const TableRow& r ) in operator =() 120 void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter /* = … in insertColumns() 140 void TableRow::removeColumns( sal_Int32 nIndex, sal_Int32 nCount ) in removeColumns() 197 Reference< XCellRange > SAL_CALL TableRow::getCellRangeByName( const OUString& /*aRange*/ ) throw (… in getCellRangeByName() 207 OUString SAL_CALL TableRow::getName() throw (RuntimeException) in getName() 214 void SAL_CALL TableRow::setName( const OUString& aName ) throw (RuntimeException) in setName() [all …]
|
H A D | tablerow.hxx | 44 class TableRow : public TableRowBase class 49 TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns ); 50 virtual ~TableRow(); 55 TableRow& operator=( const TableRow& );
|
H A D | celltypes.hxx | 34 class TableRow; 40 typedef rtl::Reference< TableRow > TableRowRef;
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | nav_main.cxx | 60 TableRow & o_rOut ); 63 TableRow & o_rOut ) = 0; 67 MainItem::Write2( TableRow & o_rOut ) in Write2() 86 TableRow & o_rOut ); 106 MainRowItem::do_Write2( TableRow & o_rOut ) in do_Write2() 128 TableRow & o_rOut ); 133 SelectedItem::do_Write2( TableRow & o_rOut ) in do_Write2() 152 TableRow & o_rOut ); 157 UnavailableItem::do_Write2( TableRow & o_rOut ) in do_Write2() 246 TableRow & rRow = pTable->AddRow(); in Write2()
|
H A D | hd_chlst.cxx | 50 using html::TableRow; 376 TableRow * dpRow = new TableRow; in do_Process() 423 TableRow * dpRow = new TableRow; in do_Process() 452 TableRow * dpRow = new TableRow; in do_Process() 491 TableRow * dpRow = new TableRow; in Write_ListItem()
|
H A D | html_kit.cxx | 179 TableRow & in AddEntry() 215 TableRow & in AddEntry() 235 TableRow & rRow1 = pTable->AddRow(); in FlagTable() 236 TableRow & rRow2 = pTable->AddRow(); in FlagTable()
|
H A D | navibar.cxx | 157 TableRow * pRow = new TableRow; in Write2()
|
/aoo41x/main/udm/source/html/ |
H A D | htmlitem.cxx | 112 TableRow::AddCell( DYN Item * let_dpItem ) in AddCell() 118 TableRow::LineBreakAfterBeginTag() const in LineBreakAfterBeginTag() 140 TableRow & 143 TableRow * ret = new TableRow; in AddRow()
|
/aoo41x/main/autodoc/source/display/toolkit/ |
H A D | hf_funcdecl.cxx | 62 >> *new Html::TableRow in ReturnCell() 123 >> *new Html::TableRow; in ExceptionCell() 139 Html::TableRow & 145 pParameterLine = new Html::TableRow; in ParameterLine() 164 >> *new Html::TableRow;
|
H A D | hf_title.cxx | 86 >> *new Html::TableRow; in Produce_Title() 106 >> *new Html::TableRow in Add_Row() 140 >> *new Html::TableRow in HF_SubTitleTable() 162 return CurOut() >> *new Html::TableRow; in Add_Row()
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tablerow.cxx | 41 TableRow::TableRow() in TableRow() function in oox::drawingml::table::TableRow 45 TableRow::~TableRow() in ~TableRow()
|
H A D | tableproperties.cxx | 64 void CreateTableRows( uno::Reference< XTableRows > xTableRows, const std::vector< TableRow >& rvTab… in CreateTableRows() 68 std::vector< TableRow >::const_iterator aTableRowIter( rvTableRows.begin() ); in CreateTableRows() 281 std::vector< TableRow >::iterator aTableRowIter( mvTableRows.begin() ); in pushToPropSet()
|
H A D | tablerowcontext.cxx | 36 …ler& rParent, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs, TableRow& rTableRow ) in TableRowContext()
|
H A D | tablecontext.cxx | 90 std::vector< TableRow >& rvTableRows( mrTableProperties.getTableRows() ); in createFastChildContext()
|
/aoo41x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScTableRowObj.csv | 1 "ScTableRowObj";"com::sun::star::table::TableRow";"Height" 2 "ScTableRowObj";"com::sun::star::table::TableRow";"OptimalHeight" 3 "ScTableRowObj";"com::sun::star::table::TableRow";"IsVisible" 4 "ScTableRowObj";"com::sun::star::table::TableRow";"IsStartOfNewPage"
|
/aoo41x/main/oox/inc/oox/drawingml/table/ |
H A D | tablerow.hxx | 32 class TableRow class 36 TableRow(); 37 ~TableRow();
|
H A D | tablerowcontext.hxx | 32 class TableRow; 38 …r::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& xAttribs, TableRow& rTableRow ); 45 TableRow& mrTableRow;
|
H A D | tableproperties.hxx | 47 std::vector< TableRow >& getTableRows() { return mvTableRows; }; in getTableRows() 70 std::vector< TableRow > mvTableRows;
|
/aoo41x/main/udm/inc/udm/html/ |
H A D | htmlitem.hxx | 217 class TableRow : public csi::xml::AnElement class 220 TableRow() in TableRow() function in csi::html::TableRow 241 TableRow & AddRow();
|
/aoo41x/main/autodoc/source/display/inc/toolkit/ |
H A D | hf_funcdecl.hxx | 83 Html::TableRow & ParameterLine(); 90 Html::TableRow * pParameterLine;
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_linklist.cxx | 73 Html::TableRow & in Add_Line() 131 Html::TableRow & rRow = pTable->AddRow(); in Add_Line()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | makefile.mk | 48 $(SLO)$/TableRow.obj \
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | makefile.mk | 61 TableRow.idl\
|
H A D | TableRowsEnumeration.idl | 47 @see com::sun::star::table::TableRow
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | TableRows.idl | 43 @see com::sun::star::table::TableRow
|