Searched defs:CurTOXType (Results 1 – 1 of 1) sorted by relevance
58 struct CurTOXType struct63 sal_Bool operator==(const CurTOXType aCmp) in operator ==() argument69 CurTOXType () : eType (TOX_INDEX), nIndex (0) {}; in CurTOXType() argument71 CurTOXType (TOXTypes t, sal_uInt16 i) : eType (t), nIndex (i) {}; in CurTOXType() argument
Completed in 10 milliseconds