Lines Matching refs:sal_Int32
736 sal_Int32 nHeight, sal_uInt16 nFontHeightWhich) in lcl_SetColl()
959 sal_Int32 nStandardHeight = -1; in Reset()
960 sal_Int32 nTitleHeight = -1; in Reset()
961 sal_Int32 nListHeight = -1; in Reset()
962 sal_Int32 nLabelHeight = -1; in Reset()
963 sal_Int32 nIndexHeight = -1; in Reset()
1001 nStandardHeight = (sal_Int32)rFontHeightStandard.GetHeight(); in Reset()
1009 nTitleHeight = (sal_Int32)rFontHeightTitle.GetHeight(); in Reset()
1021 nListHeight = (sal_Int32)rFontHeightList.GetHeight(); in Reset()
1031 nLabelHeight = (sal_Int32)rFontHeightLabel.GetHeight(); in Reset()
1040 nIndexHeight = (sal_Int32)rFontHeightIndex.GetHeight(); in Reset()
1864 sal_Int32 nStep; in PaintPage()