Home
last modified time | relevance | path

Searched refs:TableRow (Results 1 – 25 of 40) sorted by relevance

12

/aoo41x/main/svx/source/table/
H A Dtablerow.cxx57 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 Dtablerow.hxx44 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 Dcelltypes.hxx34 class TableRow;
40 typedef rtl::Reference< TableRow > TableRowRef;
/aoo41x/main/autodoc/source/display/html/
H A Dnav_main.cxx60 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 Dhd_chlst.cxx50 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 Dhtml_kit.cxx179 TableRow & in AddEntry()
215 TableRow & in AddEntry()
235 TableRow & rRow1 = pTable->AddRow(); in FlagTable()
236 TableRow & rRow2 = pTable->AddRow(); in FlagTable()
H A Dnavibar.cxx157 TableRow * pRow = new TableRow; in Write2()
/aoo41x/main/udm/source/html/
H A Dhtmlitem.cxx112 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 Dhf_funcdecl.cxx62 >> *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 Dhf_title.cxx86 >> *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 Dtablerow.cxx41 TableRow::TableRow() in TableRow() function in oox::drawingml::table::TableRow
45 TableRow::~TableRow() in ~TableRow()
H A Dtableproperties.cxx64 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 Dtablerowcontext.cxx36 …ler& rParent, const uno::Reference< xml::sax::XFastAttributeList >& xAttribs, TableRow& rTableRow ) in TableRowContext()
H A Dtablecontext.cxx90 std::vector< TableRow >& rvTableRows( mrTableProperties.getTableRows() ); in createFastChildContext()
/aoo41x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScTableRowObj.csv1 "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 Dtablerow.hxx32 class TableRow class
36 TableRow();
37 ~TableRow();
H A Dtablerowcontext.hxx32 class TableRow;
38 …r::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& xAttribs, TableRow& rTableRow );
45 TableRow& mrTableRow;
H A Dtableproperties.hxx47 std::vector< TableRow >& getTableRows() { return mvTableRows; }; in getTableRows()
70 std::vector< TableRow > mvTableRows;
/aoo41x/main/udm/inc/udm/html/
H A Dhtmlitem.hxx217 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 Dhf_funcdecl.hxx83 Html::TableRow & ParameterLine();
90 Html::TableRow * pParameterLine;
/aoo41x/main/autodoc/source/display/idl/
H A Dhfi_linklist.cxx73 Html::TableRow & in Add_Line()
131 Html::TableRow & rRow = pTable->AddRow(); in Add_Line()
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A Dmakefile.mk48 $(SLO)$/TableRow.obj \
/aoo41x/main/offapi/com/sun/star/table/
H A Dmakefile.mk61 TableRow.idl\
H A DTableRowsEnumeration.idl47 @see com::sun::star::table::TableRow
/aoo41x/main/offapi/com/sun/star/text/
H A DTableRows.idl43 @see com::sun::star::table::TableRow

Completed in 73 milliseconds

12