Lines Matching refs:sal_Int8
231 nPropLineSpace = (sal_Int8)std::min(aLSp.Height, (short)0xFF); in PutValue()
283 sal_Int8 nPropSpace; in Create()
286 sal_Int8 nRule, nInterRule; in Create()
306 rStrm << (sal_Int8) GetPropLineSpace() in Store()
309 << (sal_Int8) GetLineSpaceRule() in Store()
310 << (sal_Int8) GetInterLineSpaceRule(); in Store()
524 sal_Int8 nFlags; in Create()
540 sal_Int8 nFlags = 0; in Store()
547 rStrm << (sal_Int8) nFlags; in Store()
570 sal_Int8 nLines; in Create()
579 rStrm << (sal_Int8)GetValue(); in Store()
642 sal_Int8 nLines; in Create()
651 rStrm << (sal_Int8) GetValue(); in Store()
847 sal_Int8 _bHyphen, _bHyphenPageEnd; in Create()
848 sal_Int8 _nMinLead, _nMinTrail, _nMaxHyphens; in Create()
863 rStrm << (sal_Int8) IsHyphen() in Store()
864 << (sal_Int8) IsPageEnd() in Store()
865 << (sal_Int8) GetMinLead() in Store()
866 << (sal_Int8) GetMinTrail() in Store()
867 << (sal_Int8) GetMaxHyphens(); in Store()
928 SvxTabStopArr( sal_Int8(SVX_TAB_DEFCOUNT) ) in SvxTabStopItem()
947 SvxTabStopArr( sal_Int8(nTabs) ) in SvxTabStopItem()
960 SvxTabStopArr( (sal_Int8)rTSI.Count() ) in SvxTabStopItem()
1215 sal_Int8 nTabs; in Create()
1220 for ( sal_Int8 i = 0; i < nTabs; i++ ) in Create()
1223 sal_Int8 eAdjust; in Create()
1268 rStrm << (sal_Int8) ( nTabs + nCount ); in Store()
1273 << (sal_Int8) rTab.GetAdjustment() in Store()
1283 << (sal_Int8) aSwTabStop.GetAdjustment() in Store()
1330 rStrm << (sal_Int8)GetValue(); in Store()
1338 sal_Int8 bIsSplit; in Create()