Lines Matching refs:pGlos
659 SwTextBlocks *pGlos = in InsertGlossary() local
662 if (!pGlos) in InsertGlossary()
667 GetMacros( rName, aStartMacro, aEndMacro, pGlos ); in InsertGlossary()
682 pWrtShell->InsertGlossary(*pGlos, rName); in InsertGlossary()
694 rStatGlossaries.PutGroupDoc(pGlos); in InsertGlossary()
708 SwTextBlocks *pGlos = pGlossary ? pGlossary : in SetMacros() local
716 sal_uInt16 nIdx = pGlos->GetIndex( rShortName ); in SetMacros()
717 if( !pGlos->SetMacroTable( nIdx, aMacroTbl ) && pGlos->GetError() ) in SetMacros()
718 ErrorHandler::HandleError( pGlos->GetError() ); in SetMacros()
721 rStatGlossaries.PutGroupDoc(pGlos); in SetMacros()
729 SwTextBlocks *pGlos = pGlossary ? pGlossary in GetMacros() local
732 sal_uInt16 nIndex = pGlos->GetIndex( rShortName ); in GetMacros()
736 if( pGlos->GetMacroTable( nIndex, aMacroTbl ) ) in GetMacros()
749 rStatGlossaries.PutGroupDoc( pGlos ); in GetMacros()