Lines Matching refs:nTmp
948 sal_Int32 nTmp; in XMLTextFrameContext_Impl() local
950 convertNumber( nTmp, rValue, 1, SHRT_MAX ) ) in XMLTextFrameContext_Impl()
951 nPage = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()
964 sal_Int32 nTmp; in XMLTextFrameContext_Impl() local
965 GetImport().GetMM100UnitConverter().convertPercent( nTmp, in XMLTextFrameContext_Impl()
967 nRelWidth = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()
982 sal_Int32 nTmp; in XMLTextFrameContext_Impl() local
984 convertPercent( nTmp, rValue ) ) in XMLTextFrameContext_Impl()
985 nRelWidth = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()
991 sal_Int32 nTmp; in XMLTextFrameContext_Impl() local
992 GetImport().GetMM100UnitConverter().convertPercent( nTmp, in XMLTextFrameContext_Impl()
994 nRelWidth = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()
1007 sal_Int32 nTmp; in XMLTextFrameContext_Impl() local
1008 GetImport().GetMM100UnitConverter().convertPercent( nTmp, in XMLTextFrameContext_Impl()
1010 nRelHeight = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()
1030 sal_Int32 nTmp; in XMLTextFrameContext_Impl() local
1032 convertPercent( nTmp, rValue ) ) in XMLTextFrameContext_Impl()
1033 nRelHeight = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()
1039 sal_Int32 nTmp; in XMLTextFrameContext_Impl() local
1040 GetImport().GetMM100UnitConverter().convertPercent( nTmp, in XMLTextFrameContext_Impl()
1042 nRelHeight = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()