Lines Matching refs:rVal

304         Any &rVal = pValues[nProp];  in Commit()  local
307 case 0: rVal <<= (sal_Bool) rParent.IsCrossHair(); break; // "Line/Guide", in Commit()
308 …case 1: rVal <<= (sal_Bool) rParent.IsSolidMarkHdl(); break; // "Line/SimpleControlPoin… in Commit()
309 …case 2: rVal <<= (sal_Bool) rParent.IsBigMarkHdl(); break; // "Line/LargeControlPoint… in Commit()
310 …case 3: rVal <<= (sal_Bool) rParent.IsViewHScrollBar(); break; // "Window/HorizontalScrol… in Commit()
311 …case 4: rVal <<= (sal_Bool) rParent.IsViewVScrollBar(); break; // "Window/VerticalScroll", in Commit()
312 … case 5: rVal <<= (sal_Bool) rParent.IsViewAnyRuler(); break; // "Window/ShowRulers" in Commit()
315 …case 6: rVal <<= (sal_Bool) rParent.IsViewHRuler(sal_True); break; // "Window/HorizontalR… in Commit()
316 …case 7: rVal <<= (sal_Bool) rParent.IsViewVRuler(sal_True); break; // "Window/VerticalRul… in Commit()
319rVal <<= (sal_Int32)rParent.eHScrollMetric; // "Window/HorizontalRulerUnit" in Commit()
323rVal <<= (sal_Int32)rParent.eVScrollMetric; // "Window/VerticalRulerUnit" in Commit()
325 … case 10: rVal <<= (sal_Bool) rParent.IsSmoothScroll(); break; // "Window/SmoothScroll", in Commit()
326 case 11: rVal <<= (sal_Int32)rParent.GetZoom(); break; // "Zoom/Value", in Commit()
327 case 12: rVal <<= (sal_Int32)rParent.GetZoomType(); break; // "Zoom/Type", in Commit()
328 …case 13: rVal <<= (sal_Bool) rParent.IsAlignMathObjectsToBaseline(); break; // "Other/IsAlign… in Commit()
329 … case 14: rVal <<= (sal_Int32)rParent.GetMetric(); break; // "Other/MeasureUnit", in Commit()
330 …case 15: rVal <<= static_cast<sal_Int32>(TWIP_TO_MM100(rParent.GetDefTab())); break;// "Other/TabS… in Commit()
331 …case 16: rVal <<= (sal_Bool) rParent.IsVRulerRight(); break; // "Window/IsVerticalRuler… in Commit()
332 … case 17: rVal <<= (sal_Int32)rParent.GetViewLayoutColumns(); break; // "ViewLayout/Columns", in Commit()
333 … case 18: rVal <<= (sal_Bool) rParent.IsViewLayoutBookMode(); break; // "ViewLayout/BookMode", in Commit()
334 …case 19: rVal <<= (sal_Bool) rParent.IsSquaredPageMode(); break; // "Other/IsSquaredPageMod… in Commit()
335 …case 20: rVal <<= (sal_Bool) rParent.IsShowScrollBarTips(); break; // "Window/ShowScrollBarTi… in Commit()