Lines Matching refs:aShortName
486 String aShortName; in ExpandGlossary() local
491 aShortName = pWrtShell->GetSelTxt(); in ExpandGlossary()
505 aShortName = pWrtShell->GetSelTxt(); in ExpandGlossary()
507 return pGlossary ? Expand( aShortName, &rStatGlossaries, pGlossary ) : sal_False; in ExpandGlossary()
515 String aShortName( rShortName ); in Expand() local
520 sal_uInt16 nFound = !pCfg->IsSearchInAllCategories() ? pGlossary->GetIndex( aShortName ) : -1; in Expand()
559 nFound = pGlossary->GetIndex( aShortName ); in Expand()
566 AbstarctSwSelGlossaryDlg* pDlg = pFact->CreateSwSelGlossaryDlg( 0, aShortName, DLG_SEL_GLOS ); in Expand()
582 nFound = pGlossary->GetIndex( aShortName ); in Expand()
601 if(pWrtShell->IsSelection() && aShortName.Len() > nMaxLen) in Expand()
603 aShortName.Erase(nMaxLen); in Expand()
604 aShortName.AppendAscii(" ..."); in Expand()
607 aTmp.SearchAndReplaceAscii("%1", aShortName); in Expand()
618 GetMacros( aShortName, aStartMacro, aEndMacro, pGlossary ); in Expand()
634 pWrtShell->InsertGlossary(*pGlossary, aShortName); in Expand()