Lines Matching refs:aCurType

885     const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType();  in ApplyTOXDescription()  local
886 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in ApplyTOXDescription()
899 if (aCurType.eType != TOX_INDEX) in ApplyTOXDescription()
926 if(TOX_CONTENT == aCurType.eType) in ApplyTOXDescription()
933 else if(TOX_INDEX == aCurType.eType) in ApplyTOXDescription()
948 else if (TOX_ILLUSTRATIONS == aCurType.eType || TOX_TABLES == aCurType.eType) in ApplyTOXDescription()
962 else if(TOX_OBJECTS == aCurType.eType) in ApplyTOXDescription()
971 else if(TOX_AUTHORITIES == aCurType.eType) in ApplyTOXDescription()
1001 CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in FillTOXDescription() local
1002 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in FillTOXDescription()
1113 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in Reset() local
1114 sal_uInt32 nData = lcl_TOXTypesToUserData(aCurType); in Reset()
1259 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in IMPL_LINK() local
1260 if(TOX_CONTENT == aCurType.eType) in IMPL_LINK()
1270 if (TOX_USER == aCurType.eType) in IMPL_LINK()
1274 else if (TOX_INDEX == aCurType.eType) in IMPL_LINK()
1944 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in Reset() local
1945 m_pCurrentForm = pTOXDlg->GetForm(aCurType); in Reset()
1946 if(TOX_INDEX == aCurType.eType) in Reset()
1948 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in Reset()
1967 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in ActivatePage() local
1969 m_pCurrentForm = pTOXDlg->GetForm(aCurType); in ActivatePage()
1970 if( !( aLastTOXType == aCurType )) in ActivatePage()
1972 bool bToxIsAuthorities = TOX_AUTHORITIES == aCurType.eType; in ActivatePage()
1973 bool bToxIsIndex = TOX_INDEX == aCurType.eType; in ActivatePage()
1974 bool bToxIsContent = TOX_CONTENT == aCurType.eType; in ActivatePage()
1975 bool bToxSupportsLinks = TOX_CONTENT == aCurType.eType || in ActivatePage()
1976 TOX_ILLUSTRATIONS == aCurType.eType || in ActivatePage()
1977 TOX_TABLES == aCurType.eType || in ActivatePage()
1978 TOX_OBJECTS == aCurType.eType || in ActivatePage()
1979 TOX_USER == aCurType.eType; in ActivatePage()
2062 aLastTOXType = aCurType; in ActivatePage()