Home
last modified time | relevance | path

Searched refs:pFillTypeLB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/tbxctrls/
H A Dfillctrl.cxx74 pFillTypeLB ( NULL ), in SvxFillToolBoxControl()
113 pFillTypeLB->Disable(); in StateChanged()
114 pFillTypeLB->SetNoSelection(); in StateChanged()
127 pFillTypeLB->Enable(); in StateChanged()
175 eLastXFS = pFillTypeLB->GetSelectEntryPos(); in StateChanged()
181 pFillTypeLB->SelectEntryPos( sal::static_int_cast< sal_uInt16 >( eXFS ) ); in StateChanged()
202 pFillTypeLB->SetNoSelection(); in StateChanged()
491 pFillTypeLB = (SvxFillTypeBox*)pFillControl->pLbFillType; in CreateItemWindow()
494 pFillTypeLB->SetUniqueId( HID_FILL_TYPE_LISTBOX ); in CreateItemWindow()
/AOO41X/main/svx/inc/svx/
H A Dfillctrl.hxx57 SvxFillTypeBox* pFillTypeLB; member in SvxFillToolBoxControl