Searched refs:CurTOXType (Results 1 – 6 of 6) 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() function
91 CurTOXType eCurrentTOXType;116 SwForm* GetForm(CurTOXType eType);118 CurTOXType GetCurrentTOXType() const { return eCurrentTOXType;} in GetCurrentTOXType()119 void SetCurrentTOXType(CurTOXType eSet) in SetCurrentTOXType()129 SwTOXDescription& GetTOXDescription(CurTOXType eTOXTypes);444 CurTOXType aLastTOXType;
69 struct CurTOXType;183 virtual SwForm* GetForm(CurTOXType eType) = 0;184 virtual CurTOXType GetCurrentTOXType() const = 0;185 virtual SwTOXDescription& GetTOXDescription(CurTOXType eTOXTypes) = 0;
259 sal_uInt16 CurTOXType::GetFlatIndex() const in GetFlatIndex()470 SwForm* SwMultiTOXTabDialog::GetForm(CurTOXType eType) in GetForm()1121 long lcl_TOXTypesToUserData(CurTOXType eType) in lcl_TOXTypesToUserData()1144 CurTOXType eCurType (eSet, 0); in SelectType()1157 CurTOXType lcl_UserData2TOXTypes(sal_uInt16 nData) in lcl_UserData2TOXTypes()1159 CurTOXType eRet; in lcl_UserData2TOXTypes()1185 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in ApplyTOXDescription()1302 CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in FillTOXDescription()1416 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in Reset()1483 CurTOXType eCurType = lcl_UserData2TOXTypes(nType); in IMPL_LINK()[all …]
359 virtual SwForm* GetForm(CurTOXType eType);360 virtual CurTOXType GetCurrentTOXType() const ;361 virtual SwTOXDescription& GetTOXDescription(CurTOXType eTOXTypes);
557 SwForm* AbstractMultiTOXTabDialog_Impl::GetForm(CurTOXType eType) in GetForm()561 CurTOXType AbstractMultiTOXTabDialog_Impl::GetCurrentTOXType() const in GetCurrentTOXType()565 SwTOXDescription& AbstractMultiTOXTabDialog_Impl::GetTOXDescription(CurTOXType eTOXTypes) in GetTOXDescription()
Completed in 62 milliseconds