Lines Matching refs:pDouble
1098 DoubleString* pDouble = pDoubleStringArray->GetObject( nPos - 1); in FillItemSet() local
1101 sEntry, pDouble->sShort )) in FillItemSet()
1105 if( !(pWordPtr->IsTextOnly() == (0 == pDouble->pUserData) in FillItemSet()
1107 pWordPtr->GetLong(), pDouble->sLong ) ) ) in FillItemSet()
1109 pAutoCorrect->PutText(sEntry, pDouble->sLong, eCurLang); in FillItemSet()
1126 DoubleString* pDouble = pDoubleStringArray->GetObject( nDoubleStringArrayPos ); in FillItemSet() local
1127 if(pDouble->pUserData == &bHasSelectionText) in FillItemSet()
1128 pAutoCorrect->PutText( pDouble->sShort, in FillItemSet()
1132 pAutoCorrect->PutText( pDouble->sShort, pDouble->sLong, in FillItemSet()
1233 DoubleString* pDouble = new DoubleString(); in RefillReplaceBox() local
1235 pDouble->sShort = aReplaceTLB.GetEntryText(pEntry, 0); in RefillReplaceBox()
1236 pDouble->sLong = aReplaceTLB.GetEntryText(pEntry, 1); in RefillReplaceBox()
1237 pDouble->pUserData = pEntry->GetUserData(); in RefillReplaceBox()
1238 pArray->Insert(pDouble, i); in RefillReplaceBox()
1256 DoubleString* pDouble = pArray->GetObject(i); in RefillReplaceBox() local
1257 sal_Bool bTextOnly = 0 == pDouble->pUserData; in RefillReplaceBox()
1261 String sEntry(pDouble->sShort); in RefillReplaceBox()
1263 sEntry += pDouble->sLong; in RefillReplaceBox()
1267 …pEntry->SetUserData(pDouble->pUserData); // Das heisst: mit Formatinfo oder sogar mit Selektionste… in RefillReplaceBox()
1271 pFormatText->Insert(new String(pDouble->sShort)); in RefillReplaceBox()