Searched refs:rCtrlData (Results 1 – 1 of 1) sorted by relevance
4293 ImplSVCtrlData& rCtrlData( ImplGetSVData()->maCtrlData ); in ImplDrawCheckBoxState() local4294 if( ! rCtrlData.mpDisclosurePlus ) in ImplDrawCheckBoxState()4295 rCtrlData.mpDisclosurePlus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS ) ) ); in ImplDrawCheckBoxState()4296 if( ! rCtrlData.mpDisclosurePlusHC ) in ImplDrawCheckBoxState()4297 … rCtrlData.mpDisclosurePlusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS_HC ) ) ); in ImplDrawCheckBoxState()4298 if( ! rCtrlData.mpDisclosureMinus ) in ImplDrawCheckBoxState()4299 rCtrlData.mpDisclosureMinus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS ) ) ); in ImplDrawCheckBoxState()4300 if( ! rCtrlData.mpDisclosureMinusHC ) in ImplDrawCheckBoxState()4301 … rCtrlData.mpDisclosureMinusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS_HC ) ) ); in ImplDrawCheckBoxState()4305 pImg = IsChecked() ? rCtrlData.mpDisclosureMinusHC : rCtrlData.mpDisclosurePlusHC; in ImplDrawCheckBoxState()[all …]