Searched refs:nRetval (Results 1 – 13 of 13) sorted by relevance
340 sal_uInt32 nRetval(0L); in GetStepWidthLogic() local345 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() local599 nRetval = pNode->GetFrequency(); in ImpRegisterAgainScrollTextMixerState()605 nRetval = mnFrequency; in ImpRegisterAgainScrollTextMixerState()608 return nRetval; in ImpRegisterAgainScrollTextMixerState()
146 sal_uInt32 nRetval(0L); in GetSdPageCount() local157 nRetval = maPageVectorStandard.size(); in GetSdPageCount()162 nRetval = maPageVectorNotes.size(); in GetSdPageCount()169 nRetval = 1L; in GetSdPageCount()176 return nRetval; in GetSdPageCount()
50 sal_Int16 nRetval(0); in getPageNumber() local58 aNumber >>= nRetval; in getPageNumber()66 return nRetval; in getPageNumber()71 sal_Int16 nRetval(0); in getPageCount() local84 nRetval = ((sal_Int16)nPageCount - 1) / 2; in getPageCount()88 return nRetval; in getPageCount()
164 ::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 …]
156 sal_Int32 nRetval(0); in ImpGetLineWdt() local160 nRetval = ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).GetValue(); in ImpGetLineWdt()163 return nRetval; in ImpGetLineWdt()
388 long nRetval(0); in GetRotateAngle() local394 nRetval = pObj->GetRotateAngle(); in GetRotateAngle()397 return nRetval; in GetRotateAngle()404 long nRetval(0); in GetShearAngle() local410 nRetval = pObj->GetShearAngle(); in GetShearAngle()413 return nRetval; in GetShearAngle()
2026 sal_uInt32 nRetval(0L); in GetHdlCount() local2031 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetHdlCount()2034 return nRetval; in GetHdlCount()2497 sal_uInt32 nRetval(0L); in GetPointCount() local2501 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetPointCount()2504 return nRetval; in GetPointCount()
304 long nRetval(0); in GetMarkedObjRotate() local311 nRetval = pO->GetRotateAngle(); in GetMarkedObjRotate()314 return nRetval; in GetMarkedObjRotate()
88 sal_uInt8 nRetval; in impGetStrokeTransparence() local92 …nRetval = (sal_uInt8)((((SdrShadowTransparenceItem&)(rSet.Get(SDRATTR_SHADOWTRANSPARENCE))).GetVal… in impGetStrokeTransparence()96 …nRetval = (sal_uInt8)((((XLineTransparenceItem&)(rSet.Get(XATTR_LINETRANSPARENCE))).GetValue() * 2… in impGetStrokeTransparence()99 return nRetval; in impGetStrokeTransparence()
38 sal_uInt32 nRetval(0); in getQualityIndex() local76 return nRetval; in getQualityIndex()
221 sal_Int32 nRetval = 0; in getCount() local224 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount()225 return nRetval; in getCount()
319 sal_Int32 nRetval = 0; in getCount() local322 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount()326 return nRetval; in getCount()
663 sal_uInt32 nRetval(0L); in ImpRecursiveObjectCount() local677 nRetval += 1 + ImpRecursiveObjectCount(xGroup); in ImpRecursiveObjectCount()681 nRetval++; in ImpRecursiveObjectCount()686 return nRetval; in ImpRecursiveObjectCount()
Completed in 101 milliseconds