Searched refs:TOX_USER (Results 1 – 14 of 14) sorted by relevance
/trunk/main/sw/source/ui/index/ |
H A D | toxmgr.cxx | 127 case TOX_USER: in InsertTOXMark() 133 pMark = new SwTOXMark(pSh->GetTOXType(TOX_USER, nId)); in InsertTOXMark() 232 sal_uInt16 nSize = pSh->GetTOXTypeCount(TOX_USER); in GetUserTypeID() 235 const SwTOXType* pTmp = pSh->GetTOXType(TOX_USER, i); in GetUserTypeID() 239 SwTOXType aUserType(TOX_USER, rStr); in GetUserTypeID() 338 case TOX_USER : in UpdateOrInsertTOX() 345 { const SwTOXType* pType = pSh->GetTOXType(TOX_USER, i); in UpdateOrInsertTOX()
|
H A D | cnttab.cxx | 262 if(eType == TOX_USER && nIndex) in GetFlatIndex() 303 sal_uInt16 nUserTypeCount = rSh.GetTOXTypeCount(TOX_USER); in SwMultiTOXTabDialog() 323 if(eCurrentTOXType.eType == TOX_USER) in SwMultiTOXTabDialog() 328 const SwTOXType* pTemp = rSh.GetTOXType(TOX_USER, nUser); in SwMultiTOXTabDialog() 444 if(eCurrentTOXType.eType == TOX_USER && eCurrentTOXType.nIndex) in Ok() 491 if(eType.eType == TOX_USER) in GetTOXDescription() 1096 sal_uInt16 nUserTypeCount = rSh.GetTOXTypeCount(TOX_USER); in SetWrtShell() 1127 case TOX_USER : in lcl_TOXTypesToUserData() 1166 eRet.eType = TOX_USER; in lcl_UserData2TOXTypes() 1317 case TOX_USER: in FillTOXDescription() [all …]
|
H A D | swuiidxmrk.cxx | 258 sal_uInt16 nCount = pSh->GetTOXTypeCount(TOX_USER); in InitControls() 261 aTypeDCB.InsertEntry( pSh->GetTOXType(TOX_USER, i)->GetTypeName() ); in InitControls() 533 nPos == POS_INDEX ? TOX_INDEX : TOX_USER; in InsertMark() 598 TOXTypes eType = TOX_USER; in UpdateMark() 926 else if(TOX_CONTENT == eCurType || TOX_USER == eCurType) in UpdateDialog()
|
H A D | cntex.cxx | 235 nTOXIndex <= TOX_AUTHORITIES ? nTOXIndex : TOX_USER] ); in CreateOrUpdateExample()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 131 const sal_uInt16 nUserCount = pDoc->GetTOXTypeCount( TOX_USER ); in lcl_ReAssignTOXType() 135 const SwTOXType* pType = pDoc->GetTOXType( TOX_USER, nUser ); in lcl_ReAssignTOXType() 144 SwTOXType aNewType(TOX_USER, rNewName); in lcl_ReAssignTOXType() 505 || ((TOX_USER == m_pImpl->m_eTOXType) && in supportsService() 707 DBG_ASSERT(TOX_USER == eTxBaseType, in setPropertyValue() 1385 if ((TOX_USER == pTOXType->GetType()) && in attach() 1798 || ((m_pImpl->m_eTOXType == TOX_USER) in supportsService() 1822 case TOX_USER: in getSupportedServiceNames() 1934 case TOX_USER: in attach() 2005 case TOX_USER: in attach() [all …]
|
H A D | unocoll.cxx | 388 eType = TOX_USER; in MakeInstance() 404 eType = TOX_USER; in MakeInstance()
|
/trunk/main/sw/source/core/tox/ |
H A D | tox.cxx | 309 case TOX_USER: nPoolId = STR_POOLCOLL_TOX_USERH; break; in SwForm() 375 else if( TOX_USER == eType && 6 == i ) in SwForm() 414 case TOX_USER: nRet = MAXLEVEL+1; break; in GetFormMaxLevel()
|
/trunk/main/sw/inc/ |
H A D | toxe.hxx | 43 TOX_USER, enumerator
|
/trunk/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 493 case TOX_USER: prBase = &pDefTOXBases->pUserBase; break; in GetDefaultTOXBase() 515 case TOX_USER: prBase = &pDefTOXBases->pUserBase; break; in SetDefaultTOXBase() 1152 case TOX_USER: in GetTxtFmtColl() 1252 else if( TOX_USER == eTOXTyp || in UpdateMarks()
|
H A D | docnew.cxx | 1136 pNew = new SwTOXType(TOX_USER, pShellRes->aTOXUserName ); in InitTOXTypes()
|
/trunk/main/sw/sdi/ |
H A D | textsh.sdi | 64 TOX_USER,
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 3026 eTox = TOX_USER; in Read_F_Tox() 3448 case TOX_USER: in Read_F_Tox() 3669 eTox = TOX_USER; in lcl_ImportTox()
|
H A D | wrtw8nds.cxx | 1149 case TOX_USER: in TOXMark()
|
H A D | ww8atr.cxx | 2176 if( TOX_USER == pTOX->GetType() ) in StartTOX()
|
Completed in 170 milliseconds