Home
last modified time | relevance | path

Searched refs:nRetval (Results 1 – 13 of 13) sorted by path

/trunk/main/sd/source/core/
H A DPageListWatcher.cxx146 sal_uInt32 nRetval(0L); in GetSdPageCount() local
157 nRetval = maPageVectorStandard.size(); in GetSdPageCount()
162 nRetval = maPageVectorNotes.size(); in GetSdPageCount()
169 nRetval = 1L; in GetSdPageCount()
176 return nRetval; in GetSdPageCount()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx340 sal_uInt32 nRetval(0L); in GetStepWidthLogic() local
345 nRetval = (-mnStepWidth * PIXEL_TO_LOGIC); in GetStepWidthLogic()
350 nRetval = mnStepWidth; in GetStepWidthLogic()
353 if(0L == nRetval) in GetStepWidthLogic()
360 nRetval = 100L; in GetStepWidthLogic()
363 return nRetval; in GetStepWidthLogic()
588 sal_uInt32 nRetval(0L); in ImpRegisterAgainScrollTextMixerState() local
599 nRetval = pNode->GetFrequency(); in ImpRegisterAgainScrollTextMixerState()
605 nRetval = mnFrequency; in ImpRegisterAgainScrollTextMixerState()
608 return nRetval; in ImpRegisterAgainScrollTextMixerState()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx164 ::FontWeight nRetval(WEIGHT_NORMAL); in getVclFontWeight()
168 case FontWeight_100: nRetval = WEIGHT_ULTRALIGHT; break; in getVclFontWeight()
169 case FontWeight_200: nRetval = WEIGHT_LIGHT; break; in getVclFontWeight()
170 case FontWeight_300: nRetval = WEIGHT_SEMILIGHT; break; in getVclFontWeight()
171 case FontWeight_400: nRetval = WEIGHT_NORMAL; break; in getVclFontWeight()
172 case FontWeight_500: nRetval = WEIGHT_MEDIUM; break; in getVclFontWeight()
173 case FontWeight_600: nRetval = WEIGHT_SEMIBOLD; break; in getVclFontWeight()
174 case FontWeight_700: nRetval = WEIGHT_BOLD; break; in getVclFontWeight()
175 case FontWeight_800: nRetval = WEIGHT_ULTRABOLD; break; in getVclFontWeight()
176 case FontWeight_900: nRetval = WEIGHT_BLACK; break; in getVclFontWeight()
[all …]
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx88 sal_uInt8 nRetval; in impGetStrokeTransparence() local
92nRetval = (sal_uInt8)((((SdrShadowTransparenceItem&)(rSet.Get(SDRATTR_SHADOWTRANSPARENCE))).GetVal… in impGetStrokeTransparence()
96nRetval = (sal_uInt8)((((XLineTransparenceItem&)(rSet.Get(XATTR_LINETRANSPARENCE))).GetValue() * 2… in impGetStrokeTransparence()
99 return nRetval; in impGetStrokeTransparence()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrtextprimitive2d.cxx50 sal_Int16 nRetval(0); in getPageNumber() local
58 aNumber >>= nRetval; in getPageNumber()
66 return nRetval; in getPageNumber()
71 sal_Int16 nRetval(0); in getPageCount() local
84 nRetval = ((sal_Int16)nPageCount - 1) / 2; in getPageCount()
88 return nRetval; in getPageCount()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx304 long nRetval(0); in GetMarkedObjRotate() local
311 nRetval = pO->GetRotateAngle(); in GetMarkedObjRotate()
314 return nRetval; in GetMarkedObjRotate()
H A Dsvdoattr.cxx156 sal_Int32 nRetval(0); in ImpGetLineWdt() local
160 nRetval = ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).GetValue(); in ImpGetLineWdt()
163 return nRetval; in ImpGetLineWdt()
H A Dsvdogrp.cxx388 long nRetval(0); in GetRotateAngle() local
394 nRetval = pObj->GetRotateAngle(); in GetRotateAngle()
397 return nRetval; in GetRotateAngle()
404 long nRetval(0); in GetShearAngle() local
410 nRetval = pObj->GetShearAngle(); in GetShearAngle()
413 return nRetval; in GetShearAngle()
H A Dsvdopath.cxx2026 sal_uInt32 nRetval(0L); in GetHdlCount() local
2031 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetHdlCount()
2034 return nRetval; in GetHdlCount()
2497 sal_uInt32 nRetval(0L); in GetPointCount() local
2501 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetPointCount()
2504 return nRetval; in GetPointCount()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx319 sal_Int32 nRetval = 0; in getCount() local
322 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount()
326 return nRetval; in getCount()
H A Dunoshap3.cxx221 sal_Int32 nRetval = 0; in getCount() local
224 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount()
225 return nRetval; in getCount()
/trunk/main/xmloff/source/core/
H A Dxmlmultiimagehelper.cxx38 sal_uInt32 nRetval(0); in getQualityIndex() local
76 return nRetval; in getQualityIndex()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx663 sal_uInt32 nRetval(0L); in ImpRecursiveObjectCount() local
677 nRetval += 1 + ImpRecursiveObjectCount(xGroup); in ImpRecursiveObjectCount()
681 nRetval++; in ImpRecursiveObjectCount()
686 return nRetval; in ImpRecursiveObjectCount()

Completed in 93 milliseconds