Home
last modified time | relevance | path

Searched refs:TOX_USER (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/sw/source/ui/index/
H A Dtoxmgr.cxx127 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 Dcnttab.cxx262 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()
332 … nArrayIndex = static_cast< sal_uInt16 >(nUser > 0 ? TOX_AUTHORITIES + nUser : TOX_USER); 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()
1104 nPos = aTypeLB.InsertEntry(rSh.GetTOXType(TOX_USER, nUser)->GetTypeName(), nPos); in SetWrtShell()
1127 case TOX_USER : in lcl_TOXTypesToUserData()
[all …]
H A Dswuiidxmrk.cxx258 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 Dcntex.cxx235 nTOXIndex <= TOX_AUTHORITIES ? nTOXIndex : TOX_USER] ); in CreateOrUpdateExample()
/AOO41X/main/sw/source/core/unocore/
H A Dunoidx.cxx131 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()
319 if(pType->GetType() == TOX_CONTENT || pType->GetType() == TOX_USER) in SwDocIndexDescriptorProperties_Impl()
505 || ((TOX_USER == m_pImpl->m_eTOXType) && in supportsService()
566 case TOX_USER: nObjectType = SW_SERVICE_USER_INDEX; in getServiceName()
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()
[all …]
H A Dunocoll.cxx388 eType = TOX_USER; in MakeInstance()
404 eType = TOX_USER; in MakeInstance()
/AOO41X/main/sw/source/core/tox/
H A Dtox.cxx309 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()
/AOO41X/main/sw/inc/
H A Dtoxe.hxx43 TOX_USER, enumerator
/AOO41X/main/sw/sdi/
H A Dtextsh.sdi64 TOX_USER,
/AOO41X/main/sw/source/core/doc/
H A Ddoctxm.cxx493 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 Ddocnew.cxx1121 pNew = new SwTOXType(TOX_USER, pShellRes->aTOXUserName ); in InitTOXTypes()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par5.cxx3010 eTox = TOX_USER; in Read_F_Tox()
3437 case TOX_USER: in Read_F_Tox()
3665 eTox = TOX_USER; in lcl_ImportTox()
H A Dwrtw8nds.cxx1149 case TOX_USER: in TOXMark()
H A Dww8atr.cxx2176 if( TOX_USER == pTOX->GetType() ) in StartTOX()