Lines Matching refs:pBox

114 	SvxLineBox* pBox = (SvxLineBox*)GetToolBox().GetItemWindow( GetId() );  in StateChanged()  local
115 DBG_ASSERT( pBox, "Window not found!" ); in StateChanged()
119 pBox->Disable(); in StateChanged()
120 pBox->SetNoSelection(); in StateChanged()
124 pBox->Enable(); in StateChanged()
145 pBox->SetNoSelection(); in StateChanged()
158 SvxLineBox* pBox = (SvxLineBox*)GetToolBox().GetItemWindow( GetId() ); in Update() local
159 DBG_ASSERT( pBox, "Window not found!" ); in Update()
164 if( pBox->GetEntryCount() == 0 ) in Update()
165 pBox->FillControl(); in Update()
177 pBox->SelectEntryPos( 0 ); in Update()
181 pBox->SelectEntryPos( 1 ); in Update()
189 pBox->SelectEntry( aString ); in Update()
192 pBox->SetNoSelection(); in Update()
205 SvxLineBox* pBox = (SvxLineBox*)GetToolBox().GetItemWindow( GetId() ); in Update() local
206 DBG_ASSERT( pBox, "Window not found!" ); in Update()
208 String aString( pBox->GetSelectEntry() ); in Update()
209 pBox->Clear(); in Update()
210 pBox->InsertEntry( SVX_RESSTR(RID_SVXSTR_INVISIBLE) ); in Update()
211 pBox->InsertEntry( SVX_RESSTR(RID_SVXSTR_SOLID) ); in Update()
212 pBox->Fill( ((SvxDashListItem*)pState )->GetDashList() ); in Update()
213 pBox->SelectEntry( aString ); in Update()
317 SvxColorBox* pBox = (SvxColorBox*)GetToolBox().GetItemWindow( GetId() ); in StateChanged() local
318 DBG_ASSERT( pBox, "Window not found" ); in StateChanged()
324 pBox->Disable(); in StateChanged()
325 pBox->SetNoSelection(); in StateChanged()
329 pBox->Enable(); in StateChanged()
334 pBox->Update( (const XLineColorItem*) pState ); in StateChanged()
337 pBox->Update( NULL ); in StateChanged()
350 SvxColorBox* pBox = (SvxColorBox*)GetToolBox().GetItemWindow( GetId() ); in Update() local
352 DBG_ASSERT( pBox, "Window not found" ); in Update()
355 ::Color aTmpColor( pBox->GetSelectEntryColor() ); in Update()
356 pBox->Clear(); in Update()
357 pBox->Fill( ( (SvxColorTableItem*)pState )->GetColorTable() ); in Update()
358 pBox->SelectEntry( aTmpColor ); in Update()