Lines Matching refs:pShell
139 SfxObjectShell* pShell = SfxObjectShell::Current(); in SavePalettes() local
143 if ( pShell ) in SavePalettes()
144 pShell->PutItem( SvxColorTableItem( maNewColorTab, SID_COLOR_TABLE ) ); in SavePalettes()
150 if ( pShell ) in SavePalettes()
151 pShell->PutItem( SvxDashListItem( maNewDashList, SID_DASH_LIST ) ); in SavePalettes()
157 if ( pShell ) in SavePalettes()
158 pShell->PutItem( SvxLineEndListItem( maNewLineEndList, SID_LINEEND_LIST ) ); in SavePalettes()
172 if ( pShell ) in SavePalettes()
173 pShell->PutItem( SvxDashListItem( maDashList, SID_DASH_LIST ) ); in SavePalettes()
182 if ( pShell ) in SavePalettes()
183 pShell->PutItem( SvxLineEndListItem( maLineEndList, SID_LINEEND_LIST ) ); in SavePalettes()
192 if ( pShell ) in SavePalettes()
193 pShell->PutItem( SvxColorTableItem( maColorTab, SID_COLOR_TABLE ) ); in SavePalettes()