Lines Matching refs:aCurType

897     const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType();  in ApplyTOXDescription()  local
898 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in ApplyTOXDescription()
911 if (aCurType.eType != TOX_INDEX) in ApplyTOXDescription()
938 if(TOX_CONTENT == aCurType.eType) in ApplyTOXDescription()
945 else if(TOX_INDEX == aCurType.eType) in ApplyTOXDescription()
960 else if (TOX_ILLUSTRATIONS == aCurType.eType || TOX_TABLES == aCurType.eType) in ApplyTOXDescription()
974 else if(TOX_OBJECTS == aCurType.eType) in ApplyTOXDescription()
983 else if(TOX_AUTHORITIES == aCurType.eType) in ApplyTOXDescription()
1013 CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in FillTOXDescription() local
1014 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in FillTOXDescription()
1125 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in Reset() local
1126 sal_uInt32 nData = lcl_TOXTypesToUserData(aCurType); in Reset()
1271 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in IMPL_LINK() local
1272 if(TOX_CONTENT == aCurType.eType) in IMPL_LINK()
1282 if (TOX_USER == aCurType.eType) in IMPL_LINK()
1286 else if (TOX_INDEX == aCurType.eType) in IMPL_LINK()
1946 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in Reset() local
1947 m_pCurrentForm = pTOXDlg->GetForm(aCurType); in Reset()
1948 if(TOX_INDEX == aCurType.eType) in Reset()
1950 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in Reset()
1969 const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType(); in ActivatePage() local
1971 m_pCurrentForm = pTOXDlg->GetForm(aCurType); in ActivatePage()
1972 if( !( aLastTOXType == aCurType )) in ActivatePage()
1974 bool bToxIsAuthorities = TOX_AUTHORITIES == aCurType.eType; in ActivatePage()
1975 bool bToxIsIndex = TOX_INDEX == aCurType.eType; in ActivatePage()
1976 bool bToxIsContent = TOX_CONTENT == aCurType.eType; in ActivatePage()
1977 bool bToxSupportsLinks = TOX_CONTENT == aCurType.eType || in ActivatePage()
1978 TOX_ILLUSTRATIONS == aCurType.eType || in ActivatePage()
1979 TOX_TABLES == aCurType.eType || in ActivatePage()
1980 TOX_OBJECTS == aCurType.eType || in ActivatePage()
1981 TOX_USER == aCurType.eType; in ActivatePage()
2064 aLastTOXType = aCurType; in ActivatePage()