Searched refs:rCtrlData (Results 1 – 1 of 1) sorted by relevance
4296 ImplSVCtrlData& rCtrlData( ImplGetSVData()->maCtrlData ); in ImplDrawCheckBoxState() local4297 if( ! rCtrlData.mpDisclosurePlus ) in ImplDrawCheckBoxState()4298 rCtrlData.mpDisclosurePlus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS ) ) ); in ImplDrawCheckBoxState()4299 if( ! rCtrlData.mpDisclosurePlusHC ) in ImplDrawCheckBoxState()4300 … rCtrlData.mpDisclosurePlusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS_HC ) ) ); in ImplDrawCheckBoxState()4301 if( ! rCtrlData.mpDisclosureMinus ) in ImplDrawCheckBoxState()4302 rCtrlData.mpDisclosureMinus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS ) ) ); in ImplDrawCheckBoxState()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()[all …]
Completed in 32 milliseconds