Lines Matching refs:sal_uInt16

53 #define STYLESTREAM_VERSION 	sal_uInt16(50)
85 sal_uInt16 nAction, // SFX_STYLESHEET_... (s.o.) in SfxStyleSheetHintExtended()
93 sal_uInt16 nAction, // SFX_STYLESHEET_... (s.o.) in SfxStyleSheetHintExtended()
105 sal_uInt16 nAction, // SFX_STYLESHEET_... (s.o.) in SfxStyleSheetHint()
114 sal_uInt16 nAction // SFX_STYLESHEET_... (s.o.) in SfxStyleSheetHint()
134 …SheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFamily eFam, sal_uInt16 mask ) in SfxStyleSheetBase()
203 sal_uInt16 SfxStyleSheetBase::GetVersion() const in GetVersion()
227 sal_uInt16 nTmpMask=rPool.GetSearchMask(); in SetName()
430 SfxStyleFamily eFam, sal_uInt16 n) in SfxStyleSheetIterator()
448 sal_uInt16 SfxStyleSheetIterator::Count() in Count()
450 sal_uInt16 n = 0; in Count()
452 n = (sal_uInt16) pBasePool->aStyles.size(); in Count()
454 for(sal_uInt16 i=0; i<pBasePool->aStyles.size(); i++) in Count()
463 SfxStyleSheetBase* SfxStyleSheetIterator::operator[](sal_uInt16 nIdx) in operator []()
468 sal_uInt16 z = 0; in operator []()
469 for(sal_uInt16 n=0; n<pBasePool->aStyles.size(); n++) in operator []()
493 for( sal_uInt16 n = 0; n < pBasePool->aStyles.size(); n++ ) in First()
506 nAktPosition = (sal_uInt16)nIdx; in First()
518 (sal_uInt16)pBasePool->aStyles.size() > nAktPosition + 1 ) in Next()
521 for( sal_uInt16 n = nAktPosition + 1; n < pBasePool->aStyles.size(); n++ ) in Next()
534 nAktPosition = (sal_uInt16)nIdx; in Next()
543 for ( sal_uInt16 n = 0; n < pBasePool->aStyles.size(); n++ ) in Find()
560 sal_uInt16 SfxStyleSheetIterator::GetSearchMask() const in GetSearchMask()
562 sal_uInt16 mask = nMask; in GetSearchMask()
646 void SfxStyleSheetBasePool::SetSearchMask(SfxStyleFamily eFam, sal_uInt16 n) in SetSearchMask()
651 sal_uInt16 SfxStyleSheetBasePool::GetSearchMask() const in GetSearchMask()
671 sal_uInt16 mask in CreateIterator()
682 sal_uInt16 mask in Create()
693 …SheetBasePool::Make( const XubString& rName, SfxStyleFamily eFam, sal_uInt16 mask, sal_uInt16 nPos) in Make()
761 sal_uInt16 SfxStyleSheetBasePool::Count() in Count()
766 SfxStyleSheetBase *SfxStyleSheetBasePool::operator[](sal_uInt16 nIdx) in operator []()
773 sal_uInt16 mask) in Find()
869 const sal_uInt16 nTmpMask = GetSearchMask(); in ChangeParent()
886 void SfxStyleSheetBase::Load( SvStream&, sal_uInt16 ) in Load() argument
925 sal::static_int_cast< sal_uInt16 >(rStream.GetVersion()) ); in Load()
929 sal_uInt16 nStyles; in Load()
939 sal_uInt16 nFamily, nStyleMask,nCount; in Load()
968 sal_uInt16 nVer; in Load()
1003 sal_uInt16 nVersion; in Load1_Impl()
1014 sal::static_int_cast< sal_uInt16 >(rStream.GetVersion()) ); in Load1_Impl()
1018 sal_uInt16 nStyles; in Load1_Impl()
1020 sal_uInt16 i; in Load1_Impl()
1033 sal_uInt16 nFamily, nStyleMask,nCount; in Load1_Impl()
1042 sal_uInt16 nTmpHelpId; in Load1_Impl()
1068 sal_uInt16 nVer; in Load1_Impl()
1101 sal_uInt16 nCount = 0; in Store()
1112 sal::static_int_cast< sal_uInt16 >(rStream.GetVersion()) ); in Store()
1139 sal_uInt16 nFamily = (sal_uInt16)p->GetFamily(); in Store()
1151 sal_uInt16 nInsPos, nAdd = aSortConvNames.Count(); in Store()
1162 sal_uInt16 nInsPos, nEnd = aOrigNames.Count(); in Store()
1164 for( sal_uInt16 n = 0; n < nEnd; ++n, ++ppB ) in Store()
1176 sal_uInt16 nFndPos; in Store()
1188 sal_uInt16 nFamily = sal::static_int_cast< sal_uInt16 >(p->GetFamily()); in Store()
1215 rStream << (sal_uInt16)0; in Store()
1220 rStream << (sal_uInt16) p->GetVersion(); in Store()
1254 sal_uInt16 mask ): in SfxStyleSheet()
1316 SfxStyleFamily eFam, sal_uInt16 mask ) in Create()
1336 …iString& _rName, const SfxStyleSheetBasePool& _rPool, SfxStyleFamily _eFamily, sal_uInt16 _nMaske ) in SfxUnoStyleSheet()