Home
last modified time | relevance | path

Searched refs:TableCell (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DTable.java53 descendant = new TableCell(unoAccessible); in setActiveDescendant()
63 TableCell cell = new TableCell(unoAccessible); in add()
73 TableCell cell = new TableCell(unoAccessible); in remove()
159 …if ((activeDescendant instanceof TableCell) && xAccessible.equals(((TableCell) activeDescendant).u… in getAccessibleChild()
162 child = new TableCell(xAccessible); in getAccessibleChild()
184 …if ((activeDescendant instanceof TableCell) && xAccessible.equals(((TableCell) activeDescendant).u… in getAccessibleAt()
187 child = new TableCell(xAccessible); in getAccessibleAt()
207 …if ((activeDescendant instanceof TableCell) && xAccessible.equals(((TableCell) activeDescendant).u… in getAccessibleSelection()
231 …if ((activeDescendant instanceof TableCell) && xAccessible.equals(((TableCell) activeDescendant).u… in getAccessibleAt()
459 public TableCell(XAccessible xAccessible) { in TableCell() method in Table.TableCell
[all …]
/trunk/main/autodoc/source/display/toolkit/
H A Dhf_funcdecl.cxx63 >> *new Html::TableCell in ReturnCell()
77 >> *new Html::TableCell in NameCell()
92 >> *new Html::TableCell; in NewParamTypeCell()
97 >> *new Html::TableCell in NewParamTypeCell()
101 >> *new Html::TableCell in NewParamTypeCell()
125 >> *new Html::TableCell in ExceptionCell()
132 >> *new Html::TableCell in ExceptionCell()
165 pFront = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop));
166 pTypes = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop));
167 pNames = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop));
H A Dhf_title.cxx88 >> *new Html::TableCell in Produce_Title()
93 >> *new Html::TableCell in Produce_Title()
98 >> *new Html::TableCell in Produce_Title()
107 >> *new Html::TableCell; in Add_Row()
141 >> *new Html::TableCell in HF_SubTitleTable()
H A Dhf_navi_main.cxx180 rCell = CurOut() >>* new Html::TableCell; in do_ProduceItem()
203 rCell = CurOut() >>* new Html::TableCell; in do_ProduceItem()
224 rCell = CurOut() >>* new Html::TableCell; in do_ProduceItem()
H A Dhf_navi_sub.cxx79 >> *new Html::TableCell in Produce_Row()
/trunk/main/autodoc/source/display/html/
H A Dhtml_kit.cxx181 TableCell & in AddEntry()
183 TableCell & in AddEntry()
217 TableCell & in AddEntry()
219 TableCell & in AddEntry()
240 TableCell & rCell1 = rRow1.AddCell(); in FlagTable()
248 TableCell & rCell2 = rRow2.AddCell(); in FlagTable()
260 TableCell & in SetColumn()
262 TableCell & in SetColumn()
H A Dhd_chlst.cxx51 using html::TableCell;
378 TableCell & rCell1 = dpRow->AddCell(); in do_Process()
392 TableCell & in do_Process()
438 TableCell & rShortDocu = dpRow->AddCell(); in do_Process()
463 TableCell & rValueDocu = dpRow->AddCell(); in do_Process()
501 TableCell & rShortDocu = dpRow->AddCell(); in Write_ListItem()
H A Dnav_main.cxx108 TableCell & rCell = o_rOut.AddCell(); in do_Write2()
135 TableCell & rCell = o_rOut.AddCell(); in do_Write2()
159 TableCell & rCell = o_rOut.AddCell(); in do_Write2()
H A Dhtml_kit.hxx165 typedef std::pair< csi::html::TableCell*, csi::html::TableCell* > CellPair;
/trunk/main/svtools/source/table/
H A Dmousefunction.cxx70 TableCell const tableCell = i_tableControl.hitTest( aPoint ); in handleMouseMove()
120 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
204 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
226 TableCell const tableCell = i_tableControl.hitTest( i_event.GetPosPixel() ); in handleMouseUp()
266 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
282 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseUp()
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx97 struct TableCell struct
103 TableCell() in TableCell() argument
110 TableCell( ColPos const i_column, RowPos const i_row ) in TableCell() argument
236 virtual TableCell hitTest( const Point& rPoint ) const = 0;
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx51 TableCell::TableCell() in TableCell() function in oox::drawingml::table::TableCell
66 TableCell::~TableCell() in ~TableCell()
127 …operties( const Reference < ::com::sun::star::table::XCell >& rxCell, const TableCell& rTableCell ) in applyTableCellProperties()
163 void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oox::drawingml::TextL… in pushToXCell()
H A Dtableproperties.cxx285 std::vector< TableCell >::iterator aTableCellIter( aTableRowIter->getTableCells().begin() ); in pushToPropSet()
288 TableCell& rTableCell( *aTableCellIter ); in pushToPropSet()
H A Dtablerowcontext.cxx57 std::vector< TableCell >& rvTableCells = mrTableRow.getTableCells(); in createFastChildContext()
/trunk/main/autodoc/source/udm/html/
H A Dhtmlitem.cxx104 TableCell::LineBreakAfterEndTag() const in LineBreakAfterEndTag()
111 TableCell &
114 return PushElem( *this, new TableCell, let_dpItem ); in AddCell()
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx46 class TableCell class
52 TableCell();
53 ~TableCell();
H A Dtablerow.hxx41 std::vector< TableCell >& getTableCells() { return mvTableCells; }; in getTableCells()
46 std::vector< TableCell > mvTableCells;
H A Dtablecellcontext.hxx37 …:uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& xAttribs, TableCell& rTableCell );
44 TableCell& mrTableCell;
/trunk/main/autodoc/source/display/idl/
H A Dhfi_xrefpage.cxx89 rOutCell = aList.Add_Row() >>* new Html::TableCell; in Write_ManualLinks()
139 rOutCell = aList.Add_Row() >>* new Html::TableCell; in Produce_List()
179 >>* new Html::TableCell in Produce_Tree()
H A Dhfi_interface.cxx229 >> *new Html::TableCell in produce_MemberDetails()
309 >> *new Html::TableCell in produce_BaseHierarchy()
317 >> *new Html::TableCell in produce_BaseHierarchy()
H A Dhfi_service.cxx264 >> *new Html::TableCell in produce_SummaryDeclaration()
327 >> *new Html::TableCell in produce_Link()
341 >> *new Html::TableCell in produce_LinkSummary()
H A Dhfi_module.cxx241 >> *new Html::TableCell in produce_Link()
270 >> *new Html::TableCell in produce_LinkDoc()
H A Dhi_factory.cxx70 >> *new Html::TableCell in produce_InternalLink()
82 >> *new Html::TableCell in produce_ShortDoc()
H A Dhfi_property.cxx56 >> *new Html::TableCell in HF_IdlDataMember()
100 >> *new Html::TableCell; in enter_ContentCell()
/trunk/main/autodoc/inc/udm/html/
H A Dhtmlitem.hxx208 class TableCell : public csi::xml::AnElement class
211 TableCell() in TableCell() function in csi::html::TableCell
223 TableCell & AddCell(

Completed in 89 milliseconds

12