Lines Matching refs:aStyleName
140 String aStyleName; in DoExecute() local
173 aStyleName = ( ( (const SfxStringItem &) pArgs->Get( nSId ) ).GetValue() ); 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()
275 aStyleName = ( ( (const SfxStringItem &) pArgs->Get( nSId ) ).GetValue() ); in DoExecute()
277 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()