Lines Matching refs:mpFillAttrLB
70 mpFillAttrLB(0), in SvxFillToolBoxControl()
113 mpFillAttrLB->Disable(); in StateChanged()
114 mpFillAttrLB->SetNoSelection(); in StateChanged()
189 mpFillAttrLB->Enable(); in StateChanged()
194 mpFillAttrLB->Enable(); in StateChanged()
206 mpFillAttrLB->Disable(); in StateChanged()
207 mpFillAttrLB->SetNoSelection(); in StateChanged()
227 mpFillAttrLB->SetNoSelection(); in StateChanged()
265 mpFillAttrLB->SelectEntry(aString); in Update()
267 …if(mpFillAttrLB->GetSelectEntryPos() == LISTBOX_ENTRY_NOTFOUND || mpFillAttrLB->GetSelectEntryColo… in Update()
269 mpFillAttrLB->SelectEntry(aColor); in Update()
273 …if(mpFillAttrLB->GetSelectEntryPos() == LISTBOX_ENTRY_NOTFOUND || mpFillAttrLB->GetSelectEntryColo… in Update()
275 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
280 aTmpStr = mpFillAttrLB->GetEntry(nCount - 1); in Update()
284 mpFillAttrLB->RemoveEntry(nCount - 1); in Update()
292 sal_uInt16 nPos = mpFillAttrLB->InsertEntry(aColor,aTmpStr); in Update()
293 mpFillAttrLB->SelectEntryPos(nPos); in Update()
298 mpFillAttrLB->SetNoSelection(); in Update()
308 mpFillAttrLB->SelectEntry(aString); in Update()
311 if(mpFillAttrLB->GetSelectEntry() != aString) in Update()
313 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
319 aTmpStr = mpFillAttrLB->GetEntry(nCount - 1); in Update()
323 mpFillAttrLB->RemoveEntry(nCount - 1); in Update()
340 ((ListBox*)mpFillAttrLB)->InsertEntry(pEntry->GetName(),aBmp); in Update()
341 mpFillAttrLB->SelectEntryPos(mpFillAttrLB->GetEntryCount() - 1); in Update()
347 mpFillAttrLB->SetNoSelection(); in Update()
357 mpFillAttrLB->SelectEntry(aString); in Update()
360 if(mpFillAttrLB->GetSelectEntry() != aString) in Update()
362 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
367 aTmpStr = mpFillAttrLB->GetEntry(nCount - 1); in Update()
371 mpFillAttrLB->RemoveEntry(nCount - 1); in Update()
388 ((ListBox*)mpFillAttrLB)->InsertEntry(pEntry->GetName(),aBmp); in Update()
389 mpFillAttrLB->SelectEntryPos(mpFillAttrLB->GetEntryCount() - 1); in Update()
395 mpFillAttrLB->SetNoSelection(); in Update()
405 mpFillAttrLB->SelectEntry(aString); in Update()
408 if(mpFillAttrLB->GetSelectEntry() != aString) in Update()
410 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
416 aTmpStr = mpFillAttrLB->GetEntry(nCount - 1); in Update()
420 mpFillAttrLB->RemoveEntry(nCount - 1); in Update()
432 mpFillAttrLB->Fill(aNew); in Update()
433 mpFillAttrLB->SelectEntryPos(mpFillAttrLB->GetEntryCount() - 1); in Update()
438 mpFillAttrLB->SetNoSelection(); in Update()
467 ::Color aTmpColor(mpFillAttrLB->GetSelectEntryColor()); in Update()
468 mpFillAttrLB->Clear(); in Update()
469 mpFillAttrLB->Fill(pItem->GetColorTable()); in Update()
470 mpFillAttrLB->SelectEntry(aTmpColor); in Update()
480 String aString(mpFillAttrLB->GetSelectEntry()); in Update()
481 mpFillAttrLB->Clear(); in Update()
482 mpFillAttrLB->Fill(pItem->GetGradientList()); in Update()
483 mpFillAttrLB->SelectEntry(aString); in Update()
493 String aString(mpFillAttrLB->GetSelectEntry()); in Update()
494 mpFillAttrLB->Clear(); in Update()
495 mpFillAttrLB->Fill(pItem->GetHatchList()); in Update()
496 mpFillAttrLB->SelectEntry(aString); in Update()
506 String aString(mpFillAttrLB->GetSelectEntry()); in Update()
507 mpFillAttrLB->Clear(); in Update()
508 mpFillAttrLB->Fill(pItem->GetBitmapList()); in Update()
509 mpFillAttrLB->SelectEntry(aString); in Update()
532 mpFillAttrLB = (SvxFillAttrBox*)mpFillControl->mpLbFillAttr; in CreateItemWindow()
535 mpFillAttrLB->SetUniqueId(HID_FILL_ATTR_LISTBOX); in CreateItemWindow()