Searched refs:mpDisclosureMinusHC (Results 1 – 3 of 3) sorted by relevance
474 if ( pSVData->maCtrlData.mpDisclosureMinusHC ) in DeInitVCL()476 delete pSVData->maCtrlData.mpDisclosureMinusHC; in DeInitVCL()477 pSVData->maCtrlData.mpDisclosureMinusHC = NULL; in DeInitVCL()
271 Image* mpDisclosureMinusHC; member
4303 if( ! rCtrlData.mpDisclosureMinusHC ) in ImplDrawCheckBoxState()4304 … rCtrlData.mpDisclosureMinusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS_HC ) ) ); in ImplDrawCheckBoxState()4308 pImg = IsChecked() ? rCtrlData.mpDisclosureMinusHC : rCtrlData.mpDisclosurePlusHC; in ImplDrawCheckBoxState()
Completed in 36 milliseconds