Searched refs:pGlosGroup (Results 1 – 3 of 3) sorted by relevance
346 SwTextBlocks* pGlosGroup = pGlossaries ? pGlossaries->GetGroupDoc(m_sGroupName, sal_False) : 0; in getTitles() local347 if(pGlosGroup && !pGlosGroup->GetError()) in getTitles()348 nCount = pGlosGroup->GetCount(); in getTitles()356 pArr[i] = pGlosGroup->GetLongName(i); in getTitles()357 delete pGlosGroup; in getTitles()372 SwTextBlocks* pGlosGroup = pGlossaries ? pGlossaries->GetGroupDoc(m_sGroupName, sal_False) : 0; in renameByName() local373 if(pGlosGroup && !pGlosGroup->GetError()) in renameByName()375 sal_uInt16 nIdx = pGlosGroup->GetIndex( aElementName); in renameByName()380 sal_uInt16 nOldLongIdx = pGlosGroup->GetLongIndex( aNewShort ); in renameByName()381 sal_uInt16 nOldIdx = pGlosGroup->GetIndex( aNewName ); in renameByName()[all …]
749 ::std::auto_ptr< SwTextBlocks > pGlosGroup( GetGroupDoc( _rCompleteGroupName, bCreate ) ); in GetAutoTextEntry()751 if ( pGlosGroup.get() && !pGlosGroup->GetError() ) in GetAutoTextEntry()753 sal_uInt16 nIdx = pGlosGroup->GetIndex( _rEntryName ); in GetAutoTextEntry()
332 String *pGlosGroup = ::GetCurrGlosGroup(); in IMPL_LINK() local333 (*pGlosGroup) = pGroupData->sGroupName; in IMPL_LINK()334 (*pGlosGroup) += GLOS_DELIM; in IMPL_LINK()335 (*pGlosGroup) += String::CreateFromInt32(pGroupData->nPathIdx); in IMPL_LINK()336 pGlossaryHdl->SetCurGroup(*pGlosGroup); in IMPL_LINK()