Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/inc/
H A Dcnttab.hxx58 struct CurTOXType struct
63 sal_Bool operator==(const CurTOXType aCmp) in operator ==() argument
69 CurTOXType () : eType (TOX_INDEX), nIndex (0) {}; in CurTOXType() argument
71 CurTOXType (TOXTypes t, sal_uInt16 i) : eType (t), nIndex (i) {}; in CurTOXType() argument
H A Dswuicnttab.hxx91 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;
/aoo4110/main/sw/inc/
H A Dswabstdlg.hxx69 struct CurTOXType;
183 virtual SwForm* GetForm(CurTOXType eType) = 0;
184 virtual CurTOXType GetCurrentTOXType() const = 0;
185 virtual SwTOXDescription& GetTOXDescription(CurTOXType eTOXTypes) = 0;
/aoo4110/main/sw/source/ui/index/
H A Dcnttab.cxx259 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 …]
/aoo4110/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx359 virtual SwForm* GetForm(CurTOXType eType);
360 virtual CurTOXType GetCurrentTOXType() const ;
361 virtual SwTOXDescription& GetTOXDescription(CurTOXType eTOXTypes);
H A Dswdlgfact.cxx557 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 47 milliseconds