Home
last modified time | relevance | path

Searched refs:SmTokenTableEntry (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dtoken.hxx157 struct SmTokenTableEntry struct
245 void operator=(const SmTokenTableEntry& aTokenTableEntry) in operator =()
254 void operator=(const SmTokenTableEntry* aTokenTableEntry) in operator =()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dparse.hxx143 static const SmTokenTableEntry* GetTokenTableEntry( const OUString &rName );
H A Dtoken.hxx129 struct SmTokenTableEntry struct
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dparse.cxx68 static const SmTokenTableEntry aTokenTable[] =
301 static bool sortCompare(const SmTokenTableEntry & lhs, const SmTokenTableEntry & rhs) in sortCompare()
306 static bool findCompare(const SmTokenTableEntry & lhs, const OUString & s) in findCompare()
310 const SmTokenTableEntry * SmParser::GetTokenTableEntry( const OUString &rName ) in GetTokenTableEntry()
509 const SmTokenTableEntry *pEntry = GetTokenTableEntry( aName ); in NextToken()
H A Dnode.cxx2155 const SmTokenTableEntry *pEntry = SmParser::GetTokenTableEntry( maText ); in AdjustFontDesc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dparse5.cxx38 const SmTokenTableEntry aTokenTable[]
287 static inline bool findCompare(const SmTokenTableEntry& lhs, const OUString& s) in findCompare()
293 static const SmTokenTableEntry* GetTokenTableEntry(const OUString& rName) in GetTokenTableEntry()
483 const SmTokenTableEntry* pEntry = GetTokenTableEntry(aName); in NextToken()