/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | Table.java | 53 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 …]
|
/aoo4110/main/autodoc/source/display/toolkit/ |
H A D | hf_funcdecl.cxx | 63 >> *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 D | hf_title.cxx | 88 >> *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 D | hf_navi_main.cxx | 180 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 D | hf_navi_sub.cxx | 79 >> *new Html::TableCell in Produce_Row()
|
/aoo4110/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 181 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 D | hd_chlst.cxx | 51 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 D | nav_main.cxx | 108 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 D | html_kit.hxx | 165 typedef std::pair< csi::html::TableCell*, csi::html::TableCell* > CellPair;
|
/aoo4110/main/svtools/source/table/ |
H A D | mousefunction.cxx | 70 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()
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablecontrolinterface.hxx | 97 struct TableCell struct 103 TableCell() in TableCell() function 110 TableCell( ColPos const i_column, RowPos const i_row ) in TableCell() function 236 virtual TableCell hitTest( const Point& rPoint ) const = 0;
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 51 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 D | tableproperties.cxx | 285 std::vector< TableCell >::iterator aTableCellIter( aTableRowIter->getTableCells().begin() ); in pushToPropSet() 288 TableCell& rTableCell( *aTableCellIter ); in pushToPropSet()
|
H A D | tablerowcontext.cxx | 57 std::vector< TableCell >& rvTableCells = mrTableRow.getTableCells(); in createFastChildContext()
|
/aoo4110/main/udm/source/html/ |
H A D | htmlitem.cxx | 104 TableCell::LineBreakAfterEndTag() const in LineBreakAfterEndTag() 111 TableCell & 114 return PushElem( *this, new TableCell, let_dpItem ); in AddCell()
|
/aoo4110/main/oox/inc/oox/drawingml/table/ |
H A D | tablecell.hxx | 46 class TableCell class 52 TableCell(); 53 ~TableCell();
|
H A D | tablerow.hxx | 41 std::vector< TableCell >& getTableCells() { return mvTableCells; }; in getTableCells() 46 std::vector< TableCell > mvTableCells;
|
H A D | tablecellcontext.hxx | 37 …:uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& xAttribs, TableCell& rTableCell ); 44 TableCell& mrTableCell;
|
/aoo4110/main/autodoc/source/display/idl/ |
H A D | hfi_xrefpage.cxx | 89 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 D | hfi_interface.cxx | 229 >> *new Html::TableCell in produce_MemberDetails() 309 >> *new Html::TableCell in produce_BaseHierarchy() 317 >> *new Html::TableCell in produce_BaseHierarchy()
|
H A D | hfi_service.cxx | 264 >> *new Html::TableCell in produce_SummaryDeclaration() 327 >> *new Html::TableCell in produce_Link() 341 >> *new Html::TableCell in produce_LinkSummary()
|
H A D | hfi_module.cxx | 241 >> *new Html::TableCell in produce_Link() 270 >> *new Html::TableCell in produce_LinkDoc()
|
H A D | hi_factory.cxx | 70 >> *new Html::TableCell in produce_InternalLink() 82 >> *new Html::TableCell in produce_ShortDoc()
|
H A D | hfi_property.cxx | 56 >> *new Html::TableCell in HF_IdlDataMember() 100 >> *new Html::TableCell; in enter_ContentCell()
|
/aoo4110/main/udm/inc/udm/html/ |
H A D | htmlitem.hxx | 208 class TableCell : public csi::xml::AnElement class 211 TableCell() in TableCell() function in csi::html::TableCell 223 TableCell & AddCell(
|