Searched refs:nInt32Val (Results 1 – 2 of 2) sorted by relevance
355 sal_Int32 nInt32Val = 0; in Load() local357 pValues[nProp] >>= nInt32Val; in Load()373 … rParent.eHScrollMetric = ((FieldUnit)nInt32Val); // "Window/HorizontalRulerUnit" in Load()379 … rParent.eVScrollMetric = ((FieldUnit)nInt32Val); // "Window/VerticalRulerUnit" in Load()383 … case 11: rParent.SetZoom( static_cast< sal_uInt16 >(nInt32Val) ); break;// "Zoom/Value", in Load()384 … case 12: rParent.SetZoomType( static_cast< SvxZoomType >(nInt32Val) ); break;// "Zoom/Type", in Load()386 … case 14: rParent.SetMetric((FieldUnit)nInt32Val, sal_True); break;// "Other/MeasureUnit", in Load()387 … case 15: rParent.SetDefTab(MM100_TO_TWIP(nInt32Val), sal_True); break;// "Other/TabStop", in Load()389 …case 17: rParent.SetViewLayoutColumns( static_cast<sal_uInt16>(nInt32Val) ); break;// "ViewLayout/… in Load()
795 sal_Int32 nInt32Val = 0; in AppendComponent() local796 if (aVal >>= nInt32Val) in AppendComponent()798 ::Date aDate( nInt32Val ); in AppendComponent()818 sal_Int32 nInt32Val = 0; in AppendComponent() local819 if (aVal >>= nInt32Val) in AppendComponent()821 ::Time aTime(nInt32Val); in AppendComponent()
Completed in 37 milliseconds