Searched refs:pGlosGroup (Results 1 – 3 of 3) sorted by relevance
347 if(pGlosGroup && !pGlosGroup->GetError()) in getTitles()373 if(pGlosGroup && !pGlosGroup->GetError()) in renameByName()450 if(pGlosGroup && !pGlosGroup->GetError()) in insertNewByName()526 if(pGlosGroup && !pGlosGroup->GetError()) in removeByName()600 if(pGlosGroup && !pGlosGroup->GetError()) in getCount()617 if(pGlosGroup && !pGlosGroup->GetError()) in getByIndex()644 if(pGlosGroup && !pGlosGroup->GetError()) in hasElements()673 if(pGlosGroup && !pGlosGroup->GetError()) in getElementNames()696 if(pGlosGroup && !pGlosGroup->GetError()) in hasByName()738 if(!pGlosGroup || pGlosGroup->GetError()) in setPropertyValue()[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()
Completed in 76 milliseconds