/aoo41x/main/tools/inc/tools/ |
H A D | table.hxx | 45 Table( const Table& rTable ) : Container( rTable ) in Table() function in Table 75 Table& operator =( const Table& rTable ); 83 inline Table& Table::operator =( const Table& r ) in operator =() 98 using Table::Clear; \ 99 using Table::Count; \ 100 using Table::GetCurKey; \ 101 using Table::GetObjectKey; \ 102 using Table::GetUniqueKey; \ 103 using Table::SearchKey; \ 104 using Table::IsKeyValid; \ [all …]
|
/aoo41x/main/tools/source/memtools/ |
H A D | table.cxx | 101 Table::Table( sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) : in Table() function in Table 175 void* Table::Remove( sal_uIntPtr nKey ) in Remove() 210 void* Table::Get( sal_uIntPtr nKey ) const in Get() 224 void* Table::GetCurObject() const in GetCurObject() 231 sal_uIntPtr Table::GetKey( const void* p ) const in GetKey() 312 void* Table::Seek( sal_uIntPtr nKey ) in Seek() 337 void* Table::Seek( void* p ) in Seek() 350 void* Table::First() in First() 367 void* Table::Last() in Last() 385 void* Table::Next() in Next() [all …]
|
/aoo41x/main/toolkit/source/layout/core/ |
H A D | table.cxx | 41 Table::ChildProps::ChildProps( Table::ChildData *pData ) in ChildProps() 57 bool Table::ChildData::isVisible() in isVisible() 63 Table::Table() in Table() function in layoutimpl::Table 86 Table::ChildData* 92 Table::ChildProps* 93 Table::createChildProps( Box_Base::ChildData *pData ) in createChildProps() 95 return new ChildProps( static_cast<Table::ChildData*> ( pData ) ); in createChildProps() 111 Table::getMinimumSize() throw( uno::RuntimeException ) in getMinimumSize() 125 ChildData *child = static_cast<Table::ChildData*> ( *it ); in getMinimumSize() 253 Table::allocateArea( const awt::Rectangle &rArea ) in allocateArea() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chartpos.cxx | 384 Table* pCols = new Table; in CreatePositionMap() 385 Table* pNewRowTable = new Table; in CreatePositionMap() 388 Table* pCol; in CreatePositionMap() 407 pNewRowTable = new Table; in CreatePositionMap() 415 pNewRowTable = new Table; in CreatePositionMap() 461 pCol = new Table; in CreatePositionMap() 484 Table* pFirstCol = (Table*) pCols->First(); in CreatePositionMap() 501 for ( pCol = (Table*) pCols->First(); pCol; pCol = (Table*) pCols->Next() ) in CreatePositionMap() 524 Table* pCol = (Table*) rCols.First(); in ScChartPositionMap() 547 pCol = (Table*) rCols.Next(); in ScChartPositionMap() [all …]
|
/aoo41x/main/sal/rtl/source/ |
H A D | locale.c | 49 RTL_HASHENTRY** Table; member 83 if (table->Table[size - 1]) in rtl_hashtable_destroy() 88 rtl_freeMemory(table->Table); in rtl_hashtable_destroy() 108 (*table)->Table[nSize - 1] = NULL; in rtl_hashtable_init() 132 if (!(*table)->Table[key]) in rtl_hashtable_add() 137 (*table)->Table[key] = newEntry; in rtl_hashtable_add() 142 RTL_HASHENTRY *pEntry = (*table)->Table[key]; in rtl_hashtable_add() 174 if ((*table)->Table[i]) in rtl_hashtable_grow() 194 rtl_freeMemory((*table)->Table); in rtl_hashtable_grow() 206 if (table->Table[key]) in rtl_hashtable_find() [all …]
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | protarea.hxx | 34 class Table; 49 csi::html::Table & GetTable(); 50 csi::html::Table & GetTable( 53 DYN csi::html::Table * ReleaseTable(); 54 DYN csi::html::Table * ReleaseTable( 66 Dyn< csi::html::Table > 72 csi::html::Table & GetTable(); 73 DYN csi::html::Table *
|
H A D | protarea.cxx | 55 csi::html::Table & 63 csi::html::Table & 70 DYN csi::html::Table * 77 DYN csi::html::Table * 122 csi::html::Table &
|
H A D | html_kit.hxx | 131 csi::html::Table* pTable; 148 csi::html::Table* pTable; 168 csi::html::Table* pTable;
|
/aoo41x/main/oox/source/xls/ |
H A D | tablebuffer.cxx | 55 Table::Table( const WorkbookHelper& rHelper ) : in Table() function in oox::xls::Table 62 void Table::importTable( const AttributeList& rAttribs, sal_Int16 nSheet ) in importTable() 73 void Table::importTable( SequenceInputStream& rStrm, sal_Int16 nSheet ) in importTable() 86 void Table::finalizeImport() in finalizeImport() 116 Table& TableBuffer::createTable() in createTable() 118 TableVector::value_type xTable( new Table( *this ) ); in createTable() 129 maIdTables.forEachMem( &Table::finalizeImport ); in finalizeImport()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 204 ScExternalRefCache::Table::Table() in Table() function in ScExternalRefCache::Table 210 ScExternalRefCache::Table::~Table() in ~Table() 214 void ScExternalRefCache::Table::setReferencedFlag( ScExternalRefCache::Table::ReferencedFlag eFlag ) in setReferencedFlag() 225 ScExternalRefCache::Table::ReferencedFlag ScExternalRefCache::Table::getReferencedFlag() const in getReferencedFlag() 230 bool ScExternalRefCache::Table::isReferenced() const in isReferenced() 415 void ScExternalRefCache::Table::setWholeTableCached() in setWholeTableCached() 726 pTableData.reset(new Table); in setCellData() 766 pTabData.reset(new Table); in setCellRangeData() 967 Table::REFERENCED_MARKED); in setCacheTableReferenced() 1173 rDoc.maTables[nIndex].reset(new Table); in getCacheTable() [all …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | tablebuffer.hxx | 52 class Table : public WorkbookHelper class 55 explicit Table( const WorkbookHelper& rHelper ); 96 typedef ::boost::shared_ptr< Table > TableRef; 106 Table& createTable(); 121 typedef RefVector< Table > TableVector; 122 typedef RefMap< sal_Int32, Table > TableIdMap; 123 typedef RefMap< ::rtl::OUString, Table > TableNameMap;
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.cxx | 977 writerfilter::Reference<Table>::Pointer_t pResult; in getListTplcs() 996 writerfilter::Reference<Table>::Pointer_t pResult; in getListTable() 1010 pResult = writerfilter::Reference<Table>::Pointer_t(pList); in getListTable() 1021 writerfilter::Reference<Table>::Pointer_t pResult; in getLFOTable() 1034 pResult = writerfilter::Reference<Table>::Pointer_t(pLFOs); in getLFOTable() 1047 writerfilter::Reference<Table>::Pointer_t pResult; in getFontTable() 1057 pResult = writerfilter::Reference<Table>::Pointer_t(pFonts); in getFontTable() 1065 writerfilter::Reference<Table>::Pointer_t pResult; in getStyleSheet() 1075 pResult = writerfilter::Reference<Table>::Pointer_t(pStyles); in getStyleSheet() 1083 writerfilter::Reference<Table>::Pointer_t pResult; in getAssocTable() [all …]
|
H A D | WW8DocumentImpl.hxx | 533 writerfilter::Reference<Table>::Pointer_t getListTplcs() const; 538 writerfilter::Reference<Table>::Pointer_t getListTable() const; 543 writerfilter::Reference<Table>::Pointer_t getLFOTable() const; 548 writerfilter::Reference<Table>::Pointer_t getFontTable() const; 553 writerfilter::Reference<Table>::Pointer_t getStyleSheet() const; 558 writerfilter::Reference<Table>::Pointer_t getAssocTable() const;
|
/aoo41x/main/writerfilter/qa/cppunittests/xxml/ |
H A D | testXXML.cxx | 48 class Table : public Node class 51 Table(QName_t tag):Node(tag) {}; in Table() function in Table 57 Table &parent; 59 Row(QName_t tag, Table &parent) : Node(tag), parent(parent) {}; in Row() 75 Table *currentTable; 104 currentTable=new Table(name); in startElement()
|
/aoo41x/main/toolkit/source/layout/vcl/ |
H A D | wcontainer.cxx | 139 Table::Table( sal_Int32 nBorder, sal_Int32 nColumns ) in Table() function in layout::Table 147 void Table::Add( Window *window, bool bXExpand, bool bYExpand, in Add() 159 void Table::Add( Container *pContainer, bool bXExpand, bool bYExpand, in Add() 170 void Table::setProps( uno::Reference< awt::XLayoutConstrains > xChild, in setProps() 230 Table::Table( Context const* context, char const* pId ) in Table() function in layout::Table
|
/aoo41x/main/svtools/source/control/ |
H A D | calendar.cxx | 145 Table* pOldTable, in ImplCalendarUnSelectDateRange() 196 mpSelectTable = new Table; in ImplInit() 1226 Table* pNew = mpSelectTable; in ImplUpdateSelection() 1262 Table* pOldSel = new Table( *mpSelectTable ); in ImplMouseSelect() 1532 Table* pOldSel = new Table( *mpSelectTable ); in ImplEndTracking() 1762 Table* pOldSel = new Table( *mpSelectTable ); in KeyInput() 2023 Table* pOldSel; in SelectDate() 2026 pOldSel = new Table( *mpSelectTable ); in SelectDate() 2047 Table* pOldSel; in SelectDateRange() 2050 pOldSel = new Table( *mpSelectTable ); in SelectDateRange() [all …]
|
/aoo41x/main/udm/source/html/ |
H A D | htmlitem.cxx | 124 Table::Table( const String & i_sBorder, in Table() function in csi::html::Table 141 Table::AddRow() in AddRow() 149 Table::FinishEmptyTag_XmlStyle() const in FinishEmptyTag_XmlStyle() 155 Table::LineBreakAfterBeginTag() const in LineBreakAfterBeginTag()
|
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | Table.java | 32 public class Table extends DescendantManager implements javax.accessibility.Accessible { class 34 …protected Table(XAccessible xAccessible, XAccessibleContext xAccessibleContext, boolean multiselec… in Table() method in Table 158 javax.accessibility.Accessible activeDescendant = Table.this.activeDescendant; in getAccessibleChild() 183 javax.accessibility.Accessible activeDescendant = Table.this.activeDescendant; in getAccessibleAt() 206 javax.accessibility.Accessible activeDescendant = Table.this.activeDescendant; in getAccessibleSelection() 230 javax.accessibility.Accessible activeDescendant = Table.this.activeDescendant; in getAccessibleAt() 490 ac.setAccessibleParent(Table.this); in getAccessibleContext() 555 return Table.this.getLocale(); in getLocale() 583 javax.accessibility.Accessible activeDescendant = Table.this.activeDescendant; in getAccessibleChild()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | shells.src | 91 Text [ en-US ] = "Table Changes" ; 134 Text [ en-US ] = "Table Object Bar" ; 170 Text [ en-US ] = "Table" ; 223 Text [ en-US ] = "Table" ; 227 Text [ en-US ] = "Table row" ; 231 Text [ en-US ] = "Table cell" ;
|
/aoo41x/main/writerfilter/inc/resourcemodel/ |
H A D | Protocol.hxx | 55 writerfilter::Reference<Table>::Pointer_t ref); 78 class TableProtocol : public Table 80 Table * m_pTable; 86 TableProtocol(Table * pTable, TagLogger::Pointer_t pTagLogger);
|
H A D | WW8ResourceModel.hxx | 147 class WRITERFILTER_DLLPUBLIC Table class 150 typedef boost::shared_ptr<Table> Pointer_t; 159 virtual ~Table() {} in ~Table() 261 writerfilter::Reference<Table>::Pointer_t ref) = 0;
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | Table.idl | 27 #include <com/sun/star/sdbcx/Table.idl> 38 <type scope="com::sun::star::sdbcx">Table</type> 41 published service Table 43 service com::sun::star::sdbcx::Table;
|
/aoo41x/main/sc/inc/ |
H A D | externalrefmgr.hxx | 125 class Table; 126 friend class ScExternalRefCache::Table; 137 class Table class in ScExternalRefCache 148 Table(); 149 ~Table(); 204 typedef ::boost::shared_ptr<Table> TableTypeRef;
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | calendar.hxx | 41 class Table; 178 Table* mpSelectTable; 179 Table* mpOldSelectTable; 180 Table* mpRestoreSelectTable; 263 SVT_DLLPRIVATE void ImplUpdateSelection( Table* pOld );
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 314 Table* pCol = static_cast<Table*>(rCols.First()); in Chart2PositionMap() 351 pCol = static_cast<Table*>(rCols.Next()); in Chart2PositionMap() 375 Table* pCol = static_cast<Table*>(rCols.First()); in Chart2PositionMap() 399 pCol = static_cast<Table*>(rCols.Next()); in Chart2PositionMap() 711 auto_ptr<Table> pCols(new Table); in createPositionMap() 713 auto_ptr<Table> pNewRowTable(new Table); in createPositionMap() 714 Table* pCol = NULL; in createPositionMap() 794 pCol = static_cast<Table*>(pCols->First()); in createPositionMap() 806 Table* pFirstCol = static_cast<Table*>(pCols->First()); in createPositionMap() 813 … for (pCol = static_cast<Table*>(pCols->Next()); pCol; pCol = static_cast<Table*>(pCols->Next())) in createPositionMap() [all …]
|