Lines Matching refs:aParaLBox
350 aParaLBox ( this, CUI_RES( LB_PARA_BOX ) ), in SvxBackgroundTabPage()
530 sal_uInt16 nParaSel = aParaLBox.GetSelectEntryPos(); in Reset()
536 aParaLBox.SelectEntryPos(nDestValue); in Reset()
549 if(USHRT_MAX == nDestValue && (aParaLBox.IsVisible()||aTblLBox.IsVisible())) in Reset()
620 sal_uInt16 nValue = aParaLBox.GetSelectEntryPos(); in Reset()
650 ParaDestinationHdl_Impl(&aParaLBox); in Reset()
651 aParaLBox.SaveValue(); in Reset()
656 if(!aLbSelect.IsVisible() && !aTblLBox.IsVisible() && !aParaLBox.IsVisible()) in Reset()
787 else if(aParaLBox.GetData() == &aParaLBox) in FillItemSet()
789 switch(aParaLBox.GetSelectEntryPos()) in FillItemSet()
964 else if(aParaLBox.GetData() == &aParaLBox) in FillItemSet()
967 if( nSlot != SID_ATTR_BRUSH && aParaLBox.IsVisible()) // nicht im Suchen-Format-Dialog in FillItemSet()
995 if( aParaLBox.GetSavedValue() != aParaLBox.GetSelectEntryPos() ) in FillItemSet()
998 aParaLBox.GetSelectEntryPos() ) ); in FillItemSet()
1442 aParaLBox.Enable(); // Zeichenhintergrund kann keine Bitmap sein in IMPL_LINK()
1447 aParaLBox.Enable(sal_False);// Zeichenhintergrund kann keine Bitmap sein in IMPL_LINK()
1647 aParaLBox.SetSelectHdl(HDL(ParaDestinationHdl_Impl)); in ShowParaControl()
1648 aParaLBox.SelectEntryPos(0); in ShowParaControl()
1652 aParaLBox.Show(); in ShowParaControl()
1654 aParaLBox.SetData(&aParaLBox); // hier erkennt man, dass dieser Mode eingeschaltet ist in ShowParaControl()