Lines Matching refs:pWordPtr
1092 SvxAutocorrWordPtr pWordPtr = pWordList->GetObject(nWordListPos - 1); in FillItemSet() local
1093 String sEntry(pWordPtr->GetShort()); in FillItemSet()
1095 sal_Bool bFound = !bSWriter && !pWordPtr->IsTextOnly(); in FillItemSet()
1105 if( !(pWordPtr->IsTextOnly() == (0 == pDouble->pUserData) in FillItemSet()
1107 pWordPtr->GetLong(), pDouble->sLong ) ) ) in FillItemSet()
1155 SvxAutocorrWordPtr pWordPtr = pWordList->GetObject(i- 1); in FillItemSet() local
1156 String sEntry(pWordPtr->GetShort()); in FillItemSet()
1158 sal_Bool bFound = !bSWriter && !pWordPtr->IsTextOnly(); in FillItemSet()
1168 if( !(pWordPtr->IsTextOnly() == (0 == pEntry->GetUserData()) in FillItemSet()
1170 pWordPtr->GetLong(), sLong ))) in FillItemSet()
1282 SvxAutocorrWordPtr pWordPtr = pWordList->GetObject(i); in RefillReplaceBox() local
1283 sal_Bool bTextOnly = pWordPtr->IsTextOnly(); in RefillReplaceBox()
1287 String sEntry(pWordPtr->GetShort()); in RefillReplaceBox()
1289 sEntry += pWordPtr->GetLong(); in RefillReplaceBox()
1291 aTextOnlyCB.Check(pWordPtr->IsTextOnly()); in RefillReplaceBox()
1297 pFormatText->Insert(new String(pWordPtr->GetShort())); in RefillReplaceBox()