Lines Matching refs:rSheet
725 SfxStyleSheetBase& SfxStyleSheetBasePool::Add( SfxStyleSheetBase& rSheet ) in Add() argument
727 SfxStyleSheetIterator aIter(this, rSheet.GetFamily(), nMask); in Add()
728 SfxStyleSheetBase* pOld = aIter.Find( rSheet.GetName() ); in Add()
730 rtl::Reference< SfxStyleSheetBase > xNew( Create( rSheet ) ); in Add()
948 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load() local
949 rSheet.SetHelpId( aHelpFile, nHelpId ); in Load()
951 rSheet.aParent = aParent; in Load()
952 rSheet.aFollow = aFollow; in Load()
960 SfxItemSet& rSet = rSheet.GetItemSet(); in Load()
971 rSheet.Load( rStream, nVer ); in Load()
1049 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load1_Impl() local
1050 rSheet.SetHelpId( aHelpFile, nHelpId ); in Load1_Impl()
1052 rSheet.aParent = aParent; in Load1_Impl()
1053 rSheet.aFollow = aFollow; in Load1_Impl()
1060 SfxItemSet& rSet = rSheet.GetItemSet(); in Load1_Impl()
1071 rSheet.Load( rStream, nVer ); in Load1_Impl()