Lines Matching refs:nFamily
123 sal_uInt16 nFamily = USHRT_MAX; in DoExecute() local
127 nFamily = ( (const SfxUInt16Item &) pArgs->Get( SID_STYLE_FAMILY ) ).GetValue(); in DoExecute()
135 nFamily = SD_STYLE_FAMILY_GRAPHICS; in DoExecute()
137 nFamily = SD_STYLE_FAMILY_PSEUDO; in DoExecute()
181 SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); in DoExecute()
187 pStyleSheet = &pSSPool->Make( aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_USERDEF ); in DoExecute()
207 SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); in DoExecute()
213 pStyleSheet = &pSSPool->Make( aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_USERDEF ); in DoExecute()
220 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()
224 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()
239 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()
277 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()