Lines Matching refs:sal_uInt16

55 #define VERSION_30B		((sal_uInt16)250)
56 #define VERSION_31B ((sal_uInt16)326)
57 #define VERSION_40A ((sal_uInt16)364)
58 #define VERSION_50A ((sal_uInt16)373)
59 #define VERSION_53A ((sal_uInt16)596)
109 for( sal_uInt16 i = 0; i < nMaxRules; ++i ) in ~SwBaseNumRules()
118 for(sal_uInt16 i = 0; i < nMaxRules; ++i ) in Init()
134 void SwBaseNumRules::ApplyNumRules(const SwNumRulesWithName &rCopy, sal_uInt16 nIdx) in ApplyNumRules()
153 for(sal_uInt16 i = 0; i < nMaxRules; ++i) in Store()
189 for(sal_uInt16 i = 0; i < nMaxRules; ++i) in Load()
225 void SwChapterNumRules::ApplyNumRules(const SwNumRulesWithName &rCopy, sal_uInt16 nIdx) in ApplyNumRules()
237 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SwNumRulesWithName()
291 SwNumRulesWithName::SwNumRulesWithName( SvStream &rStream, sal_uInt16 nVersion ) in SwNumRulesWithName()
297 for(sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SwNumRulesWithName()
328 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in MakeNumRule()
345 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in Store()
399 for( sal_uInt16 n = rFmt.aItems.Count(); n; ) in _SwNumFmtGlobal()
408 sal_uInt16 nVersion ) in _SwNumFmtGlobal()
413 sal_uInt16 nUS; in _SwNumFmtGlobal()
434 rStream >> cChar; aFmt.SetStart( (sal_uInt16)cChar ); in _SwNumFmtGlobal()
459 sal_uInt16 nFamily; in _SwNumFmtGlobal()
460 sal_uInt16 nCharSet; in _SwNumFmtGlobal()
463 sal_uInt16 nPitch; in _SwNumFmtGlobal()
488 sal_uInt16 nItemCount; in _SwNumFmtGlobal()
495 sal_uInt16 nWhich, nVers; in _SwNumFmtGlobal()
514 sal_uInt16 nVer; in _SwNumFmtGlobal()
555 sal_uInt16 nFamily = FAMILY_DONTKNOW, nCharSet = 0, nPitch = 0; in Store()
562 nFamily = (sal_uInt16)pFnt->GetFamily(); in Store()
563 nCharSet = (sal_uInt16)pFnt->GetCharSet(); in Store()
566 nPitch = (sal_uInt16)pFnt->GetPitch(); in Store()
569 rStream << sal_uInt16(aFmt.GetNumberingType()) in Store()
575 rStream << sal_uInt16( aFmt.GetNumAdjust() ) in Store()
592 for( sal_uInt16 n = aItems.Count(); n; ) in Store()
595 sal_uInt16 nIVers = pItem->GetVersion( SOFFICE_FILEFORMAT_50 ); in Store()
615 sal_uInt16 nVersion = aFmt.GetBrush()->GetVersion( SOFFICE_FILEFORMAT_50 ); in Store()
621 sal_uInt16 nVersion = aFmt.GetGraphicOrientation()->GetVersion( SOFFICE_FILEFORMAT_50 ); in Store()
639 sal_uInt16 nArrLen = rSh.GetCharFmtCount(); in ChgNumFmt()
640 for( sal_uInt16 i = 1; i < nArrLen; ++i ) in ChgNumFmt()
660 for( sal_uInt16 n = aItems.Count(); n; ) in ChgNumFmt()