| /aoo42x/main/vcl/source/app/ | 
| H A D | settings.cxx | 106     mpData->mnRefCount++;  in MachineSettings()117         mpData->mnRefCount--;  in ~MachineSettings()
 133         mpData->mnRefCount--;  in operator =()
 147         mpData->mnRefCount--;  in CopyData()
 239     mpData->mnRefCount++;  in MouseSettings()
 349     mpData->mnRefCount++;  in KeyboardSettings()
 662     mpData->mnRefCount++;  in StyleSettings()
 1120     mpData->mnRefCount++;  in MiscSettings()
 1370     mpData->mnRefCount++;  in NotificationSettings()
 1463     mpData->mnRefCount++;  in HelpSettings()
 [all …]
 
 | 
| /aoo42x/main/tools/source/generic/ | 
| H A D | poly2.cxx | 54 	mnRefCount	= 1;  in DBG_NAME()65 	mnRefCount	= 1;  in ImplPolyPolygon()
 133 	mpImplPolyPolygon->mnRefCount++;  in PolyPolygon()
 143 		mpImplPolyPolygon->mnRefCount--;  in ~PolyPolygon()
 159 		mpImplPolyPolygon->mnRefCount--;  in Insert()
 205 		mpImplPolyPolygon->mnRefCount--;  in Remove()
 226 		mpImplPolyPolygon->mnRefCount--;  in Replace()
 262 		mpImplPolyPolygon->mnRefCount--;  in Clear()
 484 		mpImplPolyPolygon->mnRefCount--;  in Translate()
 502 		mpImplPolyPolygon->mnRefCount--;  in Scale()
 [all …]
 
 | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | mapmod.cxx | 42     mnRefCount  = 1;  in DBG_NAME()54     mnRefCount      = 1;  in ImplMapMode()
 116     if ( mpImplMapMode->mnRefCount != 1 )  in ImplMakeUnique()
 118         if ( mpImplMapMode->mnRefCount )  in ImplMakeUnique()
 119             mpImplMapMode->mnRefCount--;  in ImplMakeUnique()
 144     if ( mpImplMapMode->mnRefCount )  in MapMode()
 145         mpImplMapMode->mnRefCount++;  in MapMode()
 179     if ( mpImplMapMode->mnRefCount )  in ~MapMode()
 184             mpImplMapMode->mnRefCount--;  in ~MapMode()
 243     if ( mpImplMapMode->mnRefCount )  in operator =()
 [all …]
 
 | 
| H A D | wall.cxx | 42 	mnRefCount		= 1;  in DBG_NAME()55 	mnRefCount = 1;  in ImplWallpaper()
 197 		if ( mpImplWallpaper->mnRefCount )  in ImplMakeUnique()
 198 			mpImplWallpaper->mnRefCount--;  in ImplMakeUnique()
 214 	aStaticImplWallpaper.mnRefCount = 0;  in Wallpaper()
 229 	if ( mpImplWallpaper->mnRefCount )  in Wallpaper()
 230 		mpImplWallpaper->mnRefCount++;  in Wallpaper()
 274 	if ( mpImplWallpaper->mnRefCount )  in ~Wallpaper()
 279 			mpImplWallpaper->mnRefCount--;  in ~Wallpaper()
 573 	if ( mpImplWallpaper->mnRefCount )  in operator =()
 [all …]
 
 | 
| H A D | jobset.cxx | 68 	mnRefCount			= 1;  in ImplJobSetup()86 	mnRefCount			= 1;  in ImplJobSetup()
 118 	else if ( mpData->mnRefCount != 1 )  in ImplGetData()
 120 		mpData->mnRefCount--;  in ImplGetData()
 164 		mpData->mnRefCount++;  in JobSetup()
 175 		if ( mpData->mnRefCount == 1 )  in ~JobSetup()
 178 			mpData->mnRefCount--;  in ~JobSetup()
 241 		rJobSetup.mpData->mnRefCount++;  in operator =()
 247 		if ( mpData->mnRefCount == 1 )  in operator =()
 250 			mpData->mnRefCount--;  in operator =()
 [all …]
 
 | 
| H A D | gradient.cxx | 41     mnRefCount          = 1;  in DBG_NAME()58     mnRefCount          = 1;  in Impl_Gradient()
 74     if ( mpImplGradient->mnRefCount != 1 )  in MakeUnique()
 76 		if( mpImplGradient->mnRefCount )  in MakeUnique()
 77 			mpImplGradient->mnRefCount--;  in MakeUnique()
 101     mpImplGradient->mnRefCount++;  in Gradient()
 135     if ( mpImplGradient->mnRefCount == 1 )  in ~Gradient()
 138         mpImplGradient->mnRefCount--;  in ~Gradient()
 249     rGradient.mpImplGradient->mnRefCount++;  in operator =()
 253     if ( mpImplGradient->mnRefCount == 1 )  in operator =()
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/source/attribute/ | 
| H A D | materialattribute3d.cxx | 40 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpMaterialAttribute3D49 			:	mnRefCount(0),  in ImpMaterialAttribute3D()
 58 			:	mnRefCount(0),  in ImpMaterialAttribute3D()
 93     			    pDefault->mnRefCount++;  in get_global_default()
 119 			mpMaterialAttribute3D->mnRefCount++;  in MaterialAttribute3D()
 125 			mpMaterialAttribute3D->mnRefCount++;  in MaterialAttribute3D()
 130 			if(mpMaterialAttribute3D->mnRefCount)  in ~MaterialAttribute3D()
 132 				mpMaterialAttribute3D->mnRefCount--;  in ~MaterialAttribute3D()
 149 				if(mpMaterialAttribute3D->mnRefCount)  in operator =()
 151 					mpMaterialAttribute3D->mnRefCount--;  in operator =()
 [all …]
 
 | 
| H A D | strokeattribute.cxx | 40 		    sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpStrokeAttribute49 		    :	mnRefCount(0),  in ImpStrokeAttribute()
 86     			    pDefault->mnRefCount++;  in get_global_default()
 104 			mpStrokeAttribute->mnRefCount++;  in StrokeAttribute()
 110 			mpStrokeAttribute->mnRefCount++;  in StrokeAttribute()
 115 			if(mpStrokeAttribute->mnRefCount)  in ~StrokeAttribute()
 117 				mpStrokeAttribute->mnRefCount--;  in ~StrokeAttribute()
 134 				if(mpStrokeAttribute->mnRefCount)  in operator =()
 136 					mpStrokeAttribute->mnRefCount--;  in operator =()
 144 				mpStrokeAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrlightattribute3d.cxx | 39 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpSdr3DLightAttribute52 			:	mnRefCount(0),  in ImpSdr3DLightAttribute()
 83     			    pDefault->mnRefCount++;  in get_global_default()
 102 			mpSdr3DLightAttribute->mnRefCount++;  in Sdr3DLightAttribute()
 108 			mpSdr3DLightAttribute->mnRefCount++;  in Sdr3DLightAttribute()
 113 			if(mpSdr3DLightAttribute->mnRefCount)  in ~Sdr3DLightAttribute()
 115 				mpSdr3DLightAttribute->mnRefCount--;  in ~Sdr3DLightAttribute()
 132 				if(mpSdr3DLightAttribute->mnRefCount)  in operator =()
 134 					mpSdr3DLightAttribute->mnRefCount--;  in operator =()
 142 				mpSdr3DLightAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrshadowattribute.cxx | 39 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpSdrShadowAttribute50 			:	mnRefCount(0),  in ImpSdrShadowAttribute()
 81     			    pDefault->mnRefCount++;  in get_global_default()
 100 			mpSdrShadowAttribute->mnRefCount++;  in SdrShadowAttribute()
 106 			mpSdrShadowAttribute->mnRefCount++;  in SdrShadowAttribute()
 111 			if(mpSdrShadowAttribute->mnRefCount)  in ~SdrShadowAttribute()
 113 				mpSdrShadowAttribute->mnRefCount--;  in ~SdrShadowAttribute()
 130 				if(mpSdrShadowAttribute->mnRefCount)  in operator =()
 132 					mpSdrShadowAttribute->mnRefCount--;  in operator =()
 140 				mpSdrShadowAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | linestartendattribute.cxx | 41 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpLineStartEndAttribute54 			:	mnRefCount(0),  in ImpLineStartEndAttribute()
 85     			    pDefault->mnRefCount++;  in get_global_default()
 104 			mpLineStartEndAttribute->mnRefCount++;  in LineStartEndAttribute()
 110 			mpLineStartEndAttribute->mnRefCount++;  in LineStartEndAttribute()
 115 			if(mpLineStartEndAttribute->mnRefCount)  in ~LineStartEndAttribute()
 117 				mpLineStartEndAttribute->mnRefCount--;  in ~LineStartEndAttribute()
 134 				if(mpLineStartEndAttribute->mnRefCount)  in operator =()
 136 					mpLineStartEndAttribute->mnRefCount--;  in operator =()
 144 				mpLineStartEndAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrlineattribute.cxx | 38 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpSdrLineAttribute57 			:	mnRefCount(0),  in ImpSdrLineAttribute()
 69 			:	mnRefCount(0),  in ImpSdrLineAttribute()
 115     			    pDefault->mnRefCount++;  in get_global_default()
 153 			mpSdrLineAttribute->mnRefCount++;  in SdrLineAttribute()
 159 			mpSdrLineAttribute->mnRefCount++;  in SdrLineAttribute()
 164 			if(mpSdrLineAttribute->mnRefCount)  in ~SdrLineAttribute()
 166 				mpSdrLineAttribute->mnRefCount--;  in ~SdrLineAttribute()
 183 				if(mpSdrLineAttribute->mnRefCount)  in operator =()
 185 					mpSdrLineAttribute->mnRefCount--;  in operator =()
 [all …]
 
 | 
| H A D | fillgraphicattribute.cxx | 40 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpFillGraphicAttribute60 			:	mnRefCount(0),  in ImpFillGraphicAttribute()
 99     			    pDefault->mnRefCount++;  in get_global_default()
 125 			mpFillGraphicAttribute->mnRefCount++;  in FillGraphicAttribute()
 131 			mpFillGraphicAttribute->mnRefCount++;  in FillGraphicAttribute()
 136 			if(mpFillGraphicAttribute->mnRefCount)  in ~FillGraphicAttribute()
 138 				mpFillGraphicAttribute->mnRefCount--;  in ~FillGraphicAttribute()
 155 				if(mpFillGraphicAttribute->mnRefCount)  in operator =()
 157 					mpFillGraphicAttribute->mnRefCount--;  in operator =()
 165 				mpFillGraphicAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | fillhatchattribute.cxx | 38 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpFillHatchAttribute57 			:	mnRefCount(0),  in ImpFillHatchAttribute()
 99     			    pDefault->mnRefCount++;  in get_global_default()
 127 			mpFillHatchAttribute->mnRefCount++;  in FillHatchAttribute()
 133 			mpFillHatchAttribute->mnRefCount++;  in FillHatchAttribute()
 138 			if(mpFillHatchAttribute->mnRefCount)  in ~FillHatchAttribute()
 140 				mpFillHatchAttribute->mnRefCount--;  in ~FillHatchAttribute()
 157 				if(mpFillHatchAttribute->mnRefCount)  in operator =()
 159 					mpFillHatchAttribute->mnRefCount--;  in operator =()
 167 				mpFillHatchAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | lineattribute.cxx | 40 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpLineAttribute53 			:	mnRefCount(0),  in ImpLineAttribute()
 88     			    pDefault->mnRefCount++;  in get_global_default()
 112 			mpLineAttribute->mnRefCount++;  in LineAttribute()
 118 			mpLineAttribute->mnRefCount++;  in LineAttribute()
 123 			if(mpLineAttribute->mnRefCount)  in ~LineAttribute()
 125 				mpLineAttribute->mnRefCount--;  in ~LineAttribute()
 142 				if(mpLineAttribute->mnRefCount)  in operator =()
 144 					mpLineAttribute->mnRefCount--;  in operator =()
 152 				mpLineAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrfillattribute.cxx | 41 			sal_uInt32							mnRefCount;  member in drawinglayer::attribute::ImpSdrFillAttribute57 			:	mnRefCount(0),  in ImpSdrFillAttribute()
 97     			    pDefault->mnRefCount++;  in get_global_default()
 119 			mpSdrFillAttribute->mnRefCount++;  in SdrFillAttribute()
 125 			mpSdrFillAttribute->mnRefCount++;  in SdrFillAttribute()
 130 			if(mpSdrFillAttribute->mnRefCount)  in ~SdrFillAttribute()
 132 				mpSdrFillAttribute->mnRefCount--;  in ~SdrFillAttribute()
 149 				if(mpSdrFillAttribute->mnRefCount)  in operator =()
 151 					mpSdrFillAttribute->mnRefCount--;  in operator =()
 159 				mpSdrFillAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrsceneattribute3d.cxx | 37 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpSdrSceneAttribute55 			:	mnRefCount(0),  in ImpSdrSceneAttribute()
 93     			    pDefault->mnRefCount++;  in get_global_default()
 114 			mpSdrSceneAttribute->mnRefCount++;  in SdrSceneAttribute()
 120 			mpSdrSceneAttribute->mnRefCount++;  in SdrSceneAttribute()
 125 			if(mpSdrSceneAttribute->mnRefCount)  in ~SdrSceneAttribute()
 127 				mpSdrSceneAttribute->mnRefCount--;  in ~SdrSceneAttribute()
 144 				if(mpSdrSceneAttribute->mnRefCount)  in operator =()
 146 					mpSdrSceneAttribute->mnRefCount--;  in operator =()
 154 				mpSdrSceneAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrlinestartendattribute.cxx | 38 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpSdrLineStartEndAttribute61 			:	mnRefCount(0),  in ImpSdrLineStartEndAttribute()
 112     			    pDefault->mnRefCount++;  in get_global_default()
 136 			mpSdrLineStartEndAttribute->mnRefCount++;  in SdrLineStartEndAttribute()
 142 			mpSdrLineStartEndAttribute->mnRefCount++;  in SdrLineStartEndAttribute()
 147 			if(mpSdrLineStartEndAttribute->mnRefCount)  in ~SdrLineStartEndAttribute()
 149 				mpSdrLineStartEndAttribute->mnRefCount--;  in ~SdrLineStartEndAttribute()
 166 				if(mpSdrLineStartEndAttribute->mnRefCount)  in operator =()
 168 					mpSdrLineStartEndAttribute->mnRefCount--;  in operator =()
 176 				mpSdrLineStartEndAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrlightingattribute3d.cxx | 40 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpSdrLightingAttribute49 			:	mnRefCount(0),  in ImpSdrLightingAttribute()
 76     			    pDefault->mnRefCount++;  in get_global_default()
 94 			mpSdrLightingAttribute->mnRefCount++;  in SdrLightingAttribute()
 100 			mpSdrLightingAttribute->mnRefCount++;  in SdrLightingAttribute()
 105 			if(mpSdrLightingAttribute->mnRefCount)  in ~SdrLightingAttribute()
 107 				mpSdrLightingAttribute->mnRefCount--;  in ~SdrLightingAttribute()
 124 				if(mpSdrLightingAttribute->mnRefCount)  in operator =()
 126 					mpSdrLightingAttribute->mnRefCount--;  in operator =()
 134 				mpSdrLightingAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | fillgradientattribute.cxx | 38 		    sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpFillGradientAttribute59 		    :	mnRefCount(0),  in ImpFillGradientAttribute()
 107     			    pDefault->mnRefCount++;  in get_global_default()
 131 			mpFillGradientAttribute->mnRefCount++;  in FillGradientAttribute()
 137 			mpFillGradientAttribute->mnRefCount++;  in FillGradientAttribute()
 142 			if(mpFillGradientAttribute->mnRefCount)  in ~FillGradientAttribute()
 144 				mpFillGradientAttribute->mnRefCount--;  in ~FillGradientAttribute()
 161 				if(mpFillGradientAttribute->mnRefCount)  in operator =()
 163 					mpFillGradientAttribute->mnRefCount--;  in operator =()
 171 				mpFillGradientAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | fontattribute.cxx | 40 			sal_uInt32								mnRefCount;  member in drawinglayer::attribute::ImpFontAttribute67 			:	mnRefCount(0),  in ImpFontAttribute()
 119     			    pDefault->mnRefCount++;  in get_global_default()
 145 			mpFontAttribute->mnRefCount++;  in FontAttribute()
 151 			mpFontAttribute->mnRefCount++;  in FontAttribute()
 156 			if(mpFontAttribute->mnRefCount)  in ~FontAttribute()
 158 				mpFontAttribute->mnRefCount--;  in ~FontAttribute()
 175 				if(mpFontAttribute->mnRefCount)  in operator =()
 177 					mpFontAttribute->mnRefCount--;  in operator =()
 185 				mpFontAttribute->mnRefCount++;  in operator =()
 
 | 
| /aoo42x/main/svx/source/sdr/attribute/ | 
| H A D | sdrformtextoutlineattribute.cxx | 40 			sal_uInt32							mnRefCount;  member in drawinglayer::attribute::ImpSdrFormTextOutlineAttribute51 			:	mnRefCount(0),  in ImpSdrFormTextOutlineAttribute()
 83     			    pDefault->mnRefCount++;  in get_global_default()
 102 			mpSdrFormTextOutlineAttribute->mnRefCount++;  in SdrFormTextOutlineAttribute()
 108 			mpSdrFormTextOutlineAttribute->mnRefCount++;  in SdrFormTextOutlineAttribute()
 113 			if(mpSdrFormTextOutlineAttribute->mnRefCount)  in ~SdrFormTextOutlineAttribute()
 115 				mpSdrFormTextOutlineAttribute->mnRefCount--;  in ~SdrFormTextOutlineAttribute()
 132 				if(mpSdrFormTextOutlineAttribute->mnRefCount)  in operator =()
 134 					mpSdrFormTextOutlineAttribute->mnRefCount--;  in operator =()
 142 				mpSdrFormTextOutlineAttribute->mnRefCount++;  in operator =()
 
 | 
| H A D | sdrtextattribute.cxx | 44 			sal_uInt32							mnRefCount;  member in drawinglayer::attribute::ImpSdrTextAttribute96 			:	mnRefCount(0),  in ImpSdrTextAttribute()
 133 			:	mnRefCount(0),  in ImpSdrTextAttribute()
 252     			    pDefault->mnRefCount++;  in get_global_default()
 287 			mpSdrTextAttribute->mnRefCount++;  in SdrTextAttribute()
 293 			mpSdrTextAttribute->mnRefCount++;  in SdrTextAttribute()
 298 			if(mpSdrTextAttribute->mnRefCount)  in ~SdrTextAttribute()
 300 				mpSdrTextAttribute->mnRefCount--;  in ~SdrTextAttribute()
 317 				if(mpSdrTextAttribute->mnRefCount)  in operator =()
 319 					mpSdrTextAttribute->mnRefCount--;  in operator =()
 [all …]
 
 | 
| /aoo42x/main/editeng/source/outliner/ | 
| H A D | outlobj.cxx | 48 	sal_uInt32						mnRefCount;  member in ImplOutlinerParaObject55         mnRefCount(0)  in ImplOutlinerParaObject()
 85     if(mpImplOutlinerParaObject->mnRefCount)  in ImplMakeUnique()
 91         mpImplOutlinerParaObject->mnRefCount--;  in ImplMakeUnique()
 108 	mpImplOutlinerParaObject->mnRefCount++;  in OutlinerParaObject()
 113 	if(mpImplOutlinerParaObject->mnRefCount)  in ~OutlinerParaObject()
 115 		mpImplOutlinerParaObject->mnRefCount--;  in ~OutlinerParaObject()
 127 		if(mpImplOutlinerParaObject->mnRefCount)  in operator =()
 129 			mpImplOutlinerParaObject->mnRefCount--;  in operator =()
 137 		mpImplOutlinerParaObject->mnRefCount++;  in operator =()
 
 | 
| /aoo42x/main/drawinglayer/source/geometry/ | 
| H A D | viewinformation2d.cxx | 53 			sal_uInt32									mnRefCount;  member in drawinglayer::geometry::ImpViewInformation2D271 			:	mnRefCount(0),  in ImpViewInformation2D()
 288 			:	mnRefCount(0),  in ImpViewInformation2D()
 305 			:	mnRefCount(0),  in ImpViewInformation2D()
 427 					pDefault->mnRefCount++;  in get_global_default()
 467 			mpViewInformation2D->mnRefCount++;  in ViewInformation2D()
 474 			mpViewInformation2D->mnRefCount++;  in ViewInformation2D()
 481 			if(mpViewInformation2D->mnRefCount)  in ~ViewInformation2D()
 483 				mpViewInformation2D->mnRefCount--;  in ~ViewInformation2D()
 500 			if(mpViewInformation2D->mnRefCount)  in operator =()
 [all …]
 
 |