Home
last modified time | relevance | path

Searched refs:TableBoxIndex (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.hxx50 class TableBoxIndex;
86 typedef std::hash_map<TableBoxIndex,SwTableBoxFmt*,
H A Dxmltbli.cxx1238 class TableBoxIndex class
1245 TableBoxIndex( const OUString& rName, sal_Int32 nWidth, in TableBoxIndex() function in TableBoxIndex
1252 bool operator== ( const TableBoxIndex& rArg ) const in operator ==()
1263 size_t operator() (const TableBoxIndex& rArg) const in operator ()()
1901 TableBoxIndex aKey( rStyleName, nColumnWidth, bProtected ); in GetSharedBoxFormat()