Home
last modified time | relevance | path

Searched refs:pGlosGroup (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/source/ui/uno/
H A Dunoatxt.cxx347 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 …]
/aoo42x/main/sw/source/ui/misc/
H A Dglosdoc.cxx749 ::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()
H A Dglossary.cxx332 String *pGlosGroup = ::GetCurrGlosGroup(); in IMPL_LINK() local
333 (*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 59 milliseconds