Home
last modified time | relevance | path

Searched refs:rSet (Results 1 – 25 of 731) sorted by path

12345678910>>...30

/trunk/main/autodoc/source/display/idl/
H A Dhfi_property.cxx218 rSet = aSub.Produce_Definition(); in write_Declaration() local
220 aExc(Env(), rSet, true); in write_Declaration()
223 rSet << "set raises ("; in write_Declaration()
227 rSet in write_Declaration()
231 rSet << ");"; in write_Declaration()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1148 void __EXPORT ModulWindow::GetState( SfxItemSet &rSet ) in GetState() argument
1151 SfxWhichIter aIter(rSet); in GetState()
1160 rSet.DisableItem( nWh ); in GetState()
1163 rSet.DisableItem( nWh ); in GetState()
1169 rSet.DisableItem( nWh ); in GetState()
1175 rSet.DisableItem( nWh ); in GetState()
1178 rSet.DisableItem( nWh ); in GetState()
1195 rSet.Put( aItem ); in GetState()
1205 rSet.Put( aItem ); in GetState()
1212 rSet.DisableItem( nWh ); in GetState()
H A Dbaside3.cxx315 SfxWhichIter aIter(rSet); in GetState()
323 rSet.DisableItem( nWh ); in GetState()
326 rSet.DisableItem( nWh ); in GetState()
333 rSet.DisableItem( nWh ); in GetState()
342 rSet.DisableItem( nWh ); in GetState()
345 rSet.DisableItem( nWh ); in GetState()
351 rSet.DisableItem( nWh ); in GetState()
373 rSet.DisableItem( nWh ); in GetState()
418 rSet.Put( aItem ); in GetState()
428 rSet.DisableItem( nWh ); in GetState()
[all …]
H A Dbasides1.cxx779 SfxWhichIter aIter(rSet); in GetState()
786 rSet.DisableItem( nWh ); in GetState()
814 rSet.DisableItem( nWh ); in GetState()
831 rSet.DisableItem( nWh ); in GetState()
893 rSet.DisableItem( nWh ); in GetState()
913 rSet.Put( aItem ); in GetState()
921 rSet.Put( rItem ); in GetState()
929 rSet.Put( aItem ); in GetState()
952 rSet.Put( aItem ); in GetState()
961 rSet.Put( aItem ); in GetState()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_NumberFormat.cxx49 NumberFormatDialog::NumberFormatDialog(Window* pParent, SfxItemSet& rSet) in NumberFormatDialog() argument
50 : SfxSingleTabDialog( pParent, rSet, 0 ) in NumberFormatDialog()
56 SfxTabPage* pTabPage = (*fnCreatePage)( this, rSet ); in NumberFormatDialog()
57 pTabPage->PageCreated(rSet); in NumberFormatDialog()
H A Ddlg_NumberFormat.hxx39 NumberFormatDialog(Window* pParent, SfxItemSet& rSet);
H A Dres_DataLabel.cxx64 bool lcl_ReadNumberFormatFromItemSet( const SfxItemSet& rSet, sal_uInt16 nValueWhich, sal_uInt16 nS… in lcl_ReadNumberFormatFromItemSet() argument
68 if( rSet.GetItemState( nValueWhich, sal_True, &pItem1 ) == SFX_ITEM_SET ) in lcl_ReadNumberFormatFromItemSet()
80 if( rSet.GetItemState( nSourceFormatWhich, sal_True, &pItem2 ) == SFX_ITEM_SET ) in lcl_ReadNumberFormatFromItemSet()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx1403 void SfxAcceleratorConfigPage::Reset( const SfxItemSet& rSet ) in Reset() argument
1427 if( SFX_ITEM_SET == rSet.GetItemState( SID_MACROINFO, sal_True, &pMacroItem ) ) in Reset()
1435 if( SFX_ITEM_SET == rSet.GetItemState( SID_CHARMAP, sal_True, &pStringItem ) ) in Reset()
1439 if( SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_SPECIALCHAR, sal_True, &pFontItem ) ) in Reset()
1521 …( Window* pParent, const uno::Reference< frame::XFrame >& rxDocumentFrame, const SfxItemSet& rSet ) in SvxShortcutAssignDlg() argument
1522 : SfxSingleTabDialog( pParent, rSet, 0 ) in SvxShortcutAssignDlg()
1524 SfxTabPage* pPage = SfxAcceleratorConfigPage::Create( this, rSet ); in SvxShortcutAssignDlg()
H A Dcfg.cxx773 SfxTabPage *CreateSvxMenuConfigPage( Window *pParent, const SfxItemSet& rSet ) in CreateSvxMenuConfigPage() argument
775 return new SvxMenuConfigPage( pParent, rSet ); in CreateSvxMenuConfigPage()
780 return new SfxAcceleratorConfigPage( pParent, rSet ); in CreateKeyboardConfigPage()
785 return new SvxToolbarConfigPage( pParent, rSet ); in CreateSvxToolbarConfigPage()
1639 Window *pParent, const SfxItemSet& rSet ) in SvxConfigPage() argument
1641 SfxTabPage( pParent, CUI_RES( RID_SVXPAGE_MENUS ), rSet ), in SvxConfigPage()
2372 Window *pParent, const SfxItemSet& rSet ) in SvxMenuConfigPage() argument
2374 SvxConfigPage( pParent, rSet ) in SvxMenuConfigPage()
3118 Window *pParent, const SfxItemSet& rSet ) in SvxToolbarConfigPage() argument
3120 SvxConfigPage( pParent, rSet ) in SvxToolbarConfigPage()
[all …]
H A Deventdlg.cxx64 SvxEventConfigPage::SvxEventConfigPage( Window *pParent, const SfxItemSet& rSet, SvxEventConfigPage… in SvxEventConfigPage() argument
66 _SvxMacroTabPage( pParent, CUI_RES(RID_SVXPAGE_EVENTS), rSet ), in SvxEventConfigPage()
231 sal_Bool SvxEventConfigPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
233 return _SvxMacroTabPage::FillItemSet( rSet ); in FillItemSet()
H A Deventdlg.hxx58 SvxEventConfigPage( Window *pParent, const SfxItemSet& rSet, EarlyInit );
H A Dmacropg.cxx841 …nt, const Reference< frame::XFrame >& _rxDocumentFrame, const SfxItemSet& rSet, Reference< contain… in SvxMacroTabPage() argument
842 : _SvxMacroTabPage( pParent, CUI_RES( RID_SVXPAGE_MACROASSIGN ), rSet ) in SvxMacroTabPage()
894 …gnDlg( Window* pParent, const Reference< frame::XFrame >& _rxDocumentFrame, const SfxItemSet& rSet, in SvxMacroAssignDlg() argument
896 : SvxMacroAssignSingleTabDialog( pParent, rSet, 0 ) in SvxMacroAssignDlg()
898 SetTabPage( new SvxMacroTabPage( this, _rxDocumentFrame, rSet, xNameReplace, nSelectedIndex ) ); in SvxMacroAssignDlg()
963 ( Window *pParent, const SfxItemSet& rSet, sal_uInt16 nUniqueId ) : in SvxMacroAssignSingleTabDialog() argument
970 pOptions ( &rSet ), in SvxMacroAssignSingleTabDialog()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx648 TPGalleryThemeGeneral::TPGalleryThemeGeneral( Window* pParent, const SfxItemSet& rSet ) : in TPGalleryThemeGeneral() argument
649 SfxTabPage ( pParent, CUI_RES( RID_SVXTABPAGE_GALLERY_GENERAL ), rSet ), in TPGalleryThemeGeneral()
744 SfxTabPage* TPGalleryThemeGeneral::Create( Window* pParent, const SfxItemSet& rSet ) in Create() argument
746 return new TPGalleryThemeGeneral( pParent, rSet ); in Create()
753 TPGalleryThemeProperties::TPGalleryThemeProperties( Window* pWindow, const SfxItemSet& rSet ) : in TPGalleryThemeProperties() argument
754 SfxTabPage ( pWindow, CUI_RES( RID_SVXTABPAGE_GALLERYTHEME_FILES ), rSet ), in TPGalleryThemeProperties()
834 SfxTabPage* TPGalleryThemeProperties::Create( Window* pParent, const SfxItemSet& rSet ) in Create() argument
836 return new TPGalleryThemeProperties( pParent, rSet ); in Create()
H A Diconcdlg.cxx1192 SfxItemSet& rSet = (SfxItemSet&)pPage->GetItemSet(); in Ok() local
1193 rSet.ClearItem(); in Ok()
1194 _bModified |= pPage->FillItemSet( rSet ); in Ok()
H A Dpostdlg.cxx82 rSet ( rCoreSet ), in SvxPostItDialog()
112 nWhich = rSet.GetPool()->GetWhich( SID_ATTR_POSTIT_AUTHOR ); in SvxPostItDialog()
115 if ( rSet.GetItemState( nWhich, sal_True ) >= SFX_ITEM_AVAILABLE ) in SvxPostItDialog()
119 (const SvxPostItAuthorItem&)rSet.Get( nWhich ); in SvxPostItDialog()
125 nWhich = rSet.GetPool()->GetWhich( SID_ATTR_POSTIT_DATE ); in SvxPostItDialog()
130 (const SvxPostItDateItem&)rSet.Get( nWhich ); in SvxPostItDialog()
139 nWhich = rSet.GetPool()->GetWhich( SID_ATTR_POSTIT_TEXT ); in SvxPostItDialog()
144 (const SvxPostItTextItem&)rSet.Get( nWhich ); in SvxPostItDialog()
249 pOutSet = new SfxItemSet( rSet ); in IMPL_LINK()
253 rSet.GetPool()->GetWhich( SID_ATTR_POSTIT_DATE ) ) ); in IMPL_LINK()
[all …]
H A Dsrchxtra.cxx49 SvxSearchFormatDialog::SvxSearchFormatDialog( Window* pParent, const SfxItemSet& rSet ) : in SvxSearchFormatDialog() argument
51 SfxTabDialog( pParent, CUI_RES( RID_SVXDLG_SEARCHFORMAT ), &rSet ), in SvxSearchFormatDialog()
H A Dzoom.cxx174 rSet ( rCoreSet ), in SvxZoomDialog()
237 const SfxPoolItem& rItem = rSet.Get( rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in SvxZoomDialog()
281 if ( SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_VIEWLAYOUT, sal_False, &pViewLayoutItem ) ) in SvxZoomDialog()
434 SvxZoomItem aZoomItem( SVX_ZOOM_PERCENT, 0, rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in IMPL_LINK()
435 … SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()
474 pOutSet = new SfxItemSet( rSet ); in IMPL_LINK()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1328 const SfxItemSet& rSet, in CreateTabItemDialog() argument
1335 pDlg = new SvxSearchFormatDialog( pParent, rSet ); in CreateTabItemDialog()
H A Ddlgfact.hxx620 const SfxItemSet& rSet,
/trunk/main/cui/source/inc/
H A Dacccfg.hxx223 const SfxItemSet& rSet );
H A Dalign.hxx53 virtual void Reset( const SfxItemSet& rSet );
H A Dautocdlg.hxx123 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
124 virtual void Reset( const SfxItemSet& rSet );
180 const SfxItemSet& rSet );
261 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
262 virtual void Reset( const SfxItemSet& rSet );
313 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
314 virtual void Reset( const SfxItemSet& rSet );
388 virtual void Reset( const SfxItemSet& rSet );
431 const SfxItemSet& rSet );
439 virtual void Reset( const SfxItemSet& rSet );
[all …]
H A Dbackgrnd.hxx66 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
67 virtual void Reset( const SfxItemSet& rSet );
148 void ResetFromWallpaperItem( const SfxItemSet& rSet );
H A Dchardlg.hxx67 void SetPrevFontWidthScale( const SfxItemSet& rSet );
153 void ResetColor_Impl( const SfxItemSet& rSet );
172 virtual void Reset( const SfxItemSet& rSet );
173 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
241 void ResetColor_Impl( const SfxItemSet& rSet );
242 sal_Bool FillItemSetColor_Impl( SfxItemSet& rSet );
261 virtual void Reset( const SfxItemSet& rSet );
262 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
338 virtual void Reset( const SfxItemSet& rSet );
339 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
[all …]
H A Dcuigaldlg.hxx284 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
289 TPGalleryThemeGeneral( Window* pParent, const SfxItemSet& rSet );
295 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
358 TPGalleryThemeProperties( Window* pWindow, const SfxItemSet& rSet );
366 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );

Completed in 126 milliseconds

12345678910>>...30