Home
last modified time | relevance | path

Searched refs:rSet (Results 126 – 150 of 731) sorted by relevance

12345678910>>...30

/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx1026 const SfxItemSet& rSet = GetObjectItemSet(); in impGetBlinkTextTiming() local
1029 double fDelay((double)((SdrTextAniDelayItem&)rSet.Get(SDRATTR_TEXT_ANIDELAY)).GetValue()); in impGetBlinkTextTiming()
1056 …bool bVisisbleWhenStopped(((SdrTextAniStopInsideItem&)rSet.Get(SDRATTR_TEXT_ANISTOPINSIDE)).GetVal… in impCreateScrollTiming()
1058 const sal_uInt32 nRepeat(((SdrTextAniCountItem&)rSet.Get(SDRATTR_TEXT_ANICOUNT)).GetValue()); in impCreateScrollTiming()
1101 const sal_uInt32 nRepeat(((SdrTextAniCountItem&)rSet.Get(SDRATTR_TEXT_ANICOUNT)).GetValue()); in impCreateAlternateTiming()
1160 const sal_uInt32 nRepeat(((SdrTextAniCountItem&)rSet.Get(SDRATTR_TEXT_ANICOUNT)).GetValue()); in impCreateSlideTiming()
1193 const SfxItemSet& rSet = GetObjectItemSet(); in impGetScrollTextTiming() local
1194 …double fAnimationDelay((double)((SdrTextAniDelayItem&)rSet.Get(SDRATTR_TEXT_ANIDELAY)).GetValue()); in impGetScrollTextTiming()
1195 …double fSingleStepWidth((double)((SdrTextAniAmountItem&)rSet.Get(SDRATTR_TEXT_ANIAMOUNT)).GetValue… in impGetScrollTextTiming()
1234 impCreateScrollTiming(rSet, rAnimList, bForward, fTimeFullPath, fAnimationDelay); in impGetScrollTextTiming()
[all …]
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx475 void SvxBackgroundTabPage::Reset( const SfxItemSet& rSet ) in Reset() argument
488 ResetFromWallpaperItem( rSet ); in Reset()
525 else if( SFX_ITEM_SET == rSet.GetItemState( in Reset()
554 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
570 const SfxPoolItem* pOld = GetOldItem( rSet, SID_ATTR_BRUSH ); in Reset()
596 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
635 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
640 SfxItemState eState = rSet.GetItemState( nWhich, sal_True ); in Reset()
641 eState = rSet.GetItemState( nWhich, sal_False ); in Reset()
644 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
[all …]
H A Dtabstpge.cxx223 sal_Bool SvxTabulatorTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
236 SfxItemPool* pPool = rSet.GetPool(); in FillItemSet()
248 pLRSpace = GetOldItem( rSet, SID_ATTR_LRSPACE ); in FillItemSet()
269 rSet.Put( aTmp ); in FillItemSet()
275 rSet.Put( aNewTabs ); in FillItemSet()
284 const SfxItemSet& rSet) in Create() argument
286 return ( new SvxTabulatorTabPage( pParent, rSet ) ); in Create()
291 void SvxTabulatorTabPage::Reset( const SfxItemSet& rSet ) in Reset() argument
293 SfxItemPool* pPool = rSet.GetPool(); in Reset()
322 pItem = GetItem( rSet, SID_ATTR_TABSTOP_DEFAULTS ); in Reset()
[all …]
/trunk/main/svx/inc/svx/
H A Dhdft.hxx58 virtual void Reset( const SfxItemSet& rSet );
71 virtual void ActivatePage( const SfxItemSet& rSet );
74 SvxHFPage( Window* pParent, sal_uInt16 nResId, const SfxItemSet& rSet,
113 SVX_DLLPRIVATE void ResetBackground_Impl( const SfxItemSet& rSet );
122 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
126 SvxHeaderPage( Window* pParent, const SfxItemSet& rSet );
134 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
138 SVX_DLLPRIVATE SvxFooterPage( Window* pParent, const SfxItemSet& rSet );
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx685 SfxWhichIter aIter( rSet ); in GetState()
705 rSet.DisableItem( nWhich ); in GetState()
709 rSet.DisableItem( nWhich ); in GetState()
713 rSet.DisableItem( nWhich ); in GetState()
717 rSet.DisableItem( nWhich ); in GetState()
721 rSet.DisableItem( nWhich ); in GetState()
731 rSet.DisableItem( nWhich ); in GetState()
783 rSet.Put(aNewAttr,false); in GetDrawAttrStateForIFBX()
795 rSet.DisableItem( nWhich ); in Disable()
798 SfxWhichIter aIter( rSet ); in Disable()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Denvprt.cxx47 SwEnvPrtPage::SwEnvPrtPage(Window* pParent, const SfxItemSet& rSet) : in SwEnvPrtPage() argument
49 SfxTabPage(pParent, SW_RES(TP_ENV_PRT), rSet), in SwEnvPrtPage()
174 SfxTabPage* SwEnvPrtPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
176 return new SwEnvPrtPage(pParent, rSet); in Create()
221 sal_Bool SwEnvPrtPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
224 rSet.Put(GetParent()->aEnvItem); in FillItemSet()
232 void SwEnvPrtPage::Reset(const SfxItemSet& rSet) in Reset() argument
238 const SwEnvItem& rItem = (const SwEnvItem&) rSet.Get(FN_ENVELOP); in Reset()
249 ActivatePage(rSet); in Reset()
H A Dlabprt.cxx55 SwLabPrtPage::SwLabPrtPage(Window* pParent, const SfxItemSet& rSet) : in SwLabPrtPage() argument
57 SfxTabPage(pParent, SW_RES(TP_LAB_PRT), rSet), in SwLabPrtPage()
144 SfxTabPage* SwLabPrtPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
146 return new SwLabPrtPage( pParent, rSet ); in Create()
153 void SwLabPrtPage::ActivatePage( const SfxItemSet& rSet ) in ActivatePage() argument
155 Reset(rSet); in ActivatePage()
186 sal_Bool SwLabPrtPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
191 rSet.Put(aItem); in FillItemSet()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx542 SfxSingleTabDialog(pParent, rSet, 0) in SwDropCapsDlg()
566 SfxTabPage(pParent, SW_RES(TP_DROPCAPS), rSet), in SwDropCapsPage()
641 const SfxItemSet &rSet) in Create() argument
643 return new SwDropCapsPage(pParent, rSet); in Create()
651 sal_Bool SwDropCapsPage::FillItemSet(SfxItemSet &rSet) in FillItemSet() argument
654 FillSet(rSet); in FillItemSet()
663 void SwDropCapsPage::Reset(const SfxItemSet &rSet) in Reset() argument
666 SwFmtDrop aFmtDrop((SwFmtDrop &) rSet.Get(RES_PARATR_DROP)); in Reset()
841 void SwDropCapsPage::FillSet( SfxItemSet &rSet ) in FillSet() argument
871 rSet.Put(aFmt); in FillSet()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx837 SfxWhichIter aIter(rSet); in GetStateTable()
857 rSet.DisableItem( nWhich ); in GetStateTable()
868 rSet.DisableItem( nWhich ); in GetStateTable()
875 rSet.DisableItem( nWhich ); in GetStateTable()
886 rSet.DisableItem( nWhich ); in GetStateTable()
897 rSet.DisableItem( nWhich ); in GetStateTable()
904 rSet.DisableItem( nWhich ); in GetStateTable()
914 rSet.DisableItem( nWhich ); in GetStateTable()
922 rSet.Put( SfxStringItem( nWhich, aTabName )); in GetStateTable()
931 rSet.DisableItem( nWhich ); in GetStateTable()
[all …]
H A Dtabvwshb.cxx446 void ScTabViewShell::GetDrawInsState(SfxItemSet &rSet) in GetDrawInsState() argument
453 SfxWhichIter aIter(rSet); in GetDrawInsState()
461 rSet.DisableItem( nWhich ); in GetDrawInsState()
466 rSet.DisableItem( nWhich ); in GetDrawInsState()
473 rSet.DisableItem( nWhich ); in GetDrawInsState()
482 rSet.DisableItem( nWhich ); in GetDrawInsState()
489 rSet.DisableItem( nWhich ); in GetDrawInsState()
495 rSet.DisableItem( SID_LINKS ); in GetDrawInsState()
560 void ScTabViewShell::GetUndoState(SfxItemSet &rSet) in GetUndoState() argument
565 SfxWhichIter aIter(rSet); in GetUndoState()
[all …]
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx394 pDlg->SetForbiddenChars( rSet ); in SetForbiddenChars()
688 const SfxItemSet& rSet, in CreateSfxDialog() argument
697 pDlg = new SwAddrDlg( pParent, rSet ); in CreateSfxDialog()
700 pDlg = new SwDropCapsDlg( pParent, rSet ); in CreateSfxDialog()
703 pDlg = new SwBackgroundDlg( pParent, rSet ); in CreateSfxDialog()
706 pDlg = new SwNumFmtDlg( pParent, rSet ); in CreateSfxDialog()
969 pDlg = new SwLabDlg( pParent, rSet, pNewDBMgr,bLabel ); in CreateSwLabDlg()
1100 pDlg = new SwBorderDlg( pParent, rSet, nType ); in CreateSwBorderDlg()
1119 pDlg = new SwWrapDlg( pParent, rSet, pSh, bDrawMode ); in CreateSwWrapDlg()
1534 Window* pParent, const SfxItemSet& rSet, in CreateMultiTOXTabDialog() argument
[all …]
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx919 SfxWhichIter aIter( rSet ); in StateReload_Impl()
926 rSet.DisableItem( nWhich ); in StateReload_Impl()
936 rSet.DisableItem( SID_EDITDOC ); in StateReload_Impl()
941 rSet.DisableItem( SID_EDITDOC ); in StateReload_Impl()
953 rSet.DisableItem(nWhich); in StateReload_Impl()
1044 SfxWhichIter aIter( rSet ); in StateHistory_Impl()
1055 rSet.DisableItem( SID_CLEARHISTORY ); in StateHistory_Impl()
1061 rSet.Put( SfxStringItem( SID_UNDO, aTmp ) ); in StateHistory_Impl()
1064 rSet.DisableItem( SID_UNDO ); in StateHistory_Impl()
1073 rSet.DisableItem( SID_REDO ); in StateHistory_Impl()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx352 if( !rSet.hasProperty( DFF_ANIM_PRESET_ID ) || !rSet.hasProperty( DFF_ANIM_PRESET_CLASS ) ) in is_random()
1175 if( rSet.hasProperty( DFF_ANIM_NODE_TYPE ) ) in fillNode()
1198 if( rSet.hasProperty( DFF_ANIM_GROUP_ID ) ) in fillNode()
1234 if( rSet.hasProperty( DFF_ANIM_PRESET_ID ) ) in fillNode()
1285 if( rSet.hasProperty( DFF_ANIM_AFTEREFFECT ) ) in fillNode()
1311 if( rSet.hasProperty( DFF_ANIM_ID ) ) in fillNode()
1314 rSet.getProperty( DFF_ANIM_ID ) >>= aString; in fillNode()
1331 if( rSet.hasProperty( DFF_ANIM_TIMEFILTER ) ) in fillNode()
1397 if( rSet.hasProperty( DFF_ANIM_DIRECTION ) ) in fillNode()
1404 if( rSet.hasProperty( DFF_ANIM_COLORSPACE ) ) in fillNode()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx556 void SfxApplication::MiscState_Impl(SfxItemSet &rSet) in MiscState_Impl() argument
561 const sal_uInt16 *pRanges = rSet.GetRanges(); in MiscState_Impl()
577 rSet.DisableItem(nWhich); in MiscState_Impl()
585 rSet.DisableItem(nWhich); in MiscState_Impl()
615 rSet.DisableItem(nWhich); in MiscState_Impl()
634 rSet.DisableItem( nWhich ); in MiscState_Impl()
640 rSet.Put(SfxBoolItem( in MiscState_Impl()
1215 rSet.DisableItem( FN_LABEL ); in OfaState_Impl()
1216 rSet.DisableItem( FN_BUSINESS_CARD ); in OfaState_Impl()
1217 rSet.DisableItem( FN_XFORMS_INIT ); in OfaState_Impl()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1015 rSet.Put(XLineTransparenceItem( in ApplyLineAttributes()
1318 rSet.Put(XFillBmpTileItem(false)); in ApplyRectangularGradientAsBitmap()
1370 rSet.Put( XFillStyleItem( eXFill ) ); in ApplyFillAttributes()
1380 rSet.Put(XFillTransparenceItem( in ApplyFillAttributes()
1422 rSet.Put(XFillBmpTileItem(true)); in ApplyFillAttributes()
1431 rSet.Put(XFillBmpTileItem(false)); in ApplyFillAttributes()
2680 rSet.Put( SdrShadowXDistItem( nVal ) ); in ApplyAttributes()
2686 rSet.Put( SdrShadowYDistItem( nVal ) ); in ApplyAttributes()
2694 rSet.Put( SdrShadowXDistItem( 35 ) ); in ApplyAttributes()
2696 rSet.Put( SdrShadowYDistItem( 35 ) ); in ApplyAttributes()
[all …]
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx271 void DrawDocShell::GetState(SfxItemSet &rSet) in GetState() argument
274 SfxWhichIter aIter( rSet ); in GetState()
287 rSet.Put( *SD_MOD()->GetSearchItem() ); in GetState()
296 rSet.DisableItem(SID_CLOSEDOC); in GetState()
300 GetSlotState(SID_CLOSEDOC, SfxObjectShell::GetInterface(), &rSet); in GetState()
321 rSet.Put(SfxUInt16Item(nWhich, nOpt)); in GetState()
327 GetSlotState( SID_VERSION, SfxObjectShell::GetInterface(), &rSet ); in GetState()
334 rSet.Put(SfxVisibilityItem(nWhich, SvtCJKOptions().IsAnyEnabled())); in GetState()
348 if (rSet.GetItemState(SID_RELOAD) != SFX_ITEM_UNKNOWN) in GetState()
351 pFrame->GetInterface(), &rSet); in GetState()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1867 const SfxItemSet& rSet, in SetAttr() argument
1872 if( !rSet.Count() ) in SetAttr()
1876 const SfxItemSet* pSet = &rSet; in SetAttr()
1900 aTxtSet.Put( rSet ); in SetAttr()
2018 rSet.Put( rAttr ); in lcl_MergeAttr()
2054 rSet.Put( rAttr ); in lcl_MergeAttr_ExpandChrFmt()
2081 rSet.Put( aLR ); in lcl_MergeListLevelIndentAsLRSpaceItem()
2112 SfxItemSet aFmtSet( *rSet.GetPool(), rSet.GetRanges() ); in GetAttr()
2296 aFmtSet.Differentiate( rSet ); in GetAttr()
2298 rSet.Put( aFmtSet ); in GetAttr()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx478 void SwSrcView::GetState(SfxItemSet& rSet) in GetState() argument
480 SfxWhichIter aIter(rSet); in GetState()
495 rSet.DisableItem(nWhich); in GetState()
510 rSet.Put( aItem ); in GetState()
536 rSet.Put( *pSrchItem ); in GetState()
560 rSet.DisableItem(nWhich); in GetState()
569 rSet.Put(SfxStringItem(nWhich,aStr)); in GetState()
572 rSet.DisableItem(nWhich); in GetState()
584 rSet.DisableItem(nWhich); in GetState()
589 rSet.DisableItem(nWhich); in GetState()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dtphf.hxx39 virtual void Reset( const SfxItemSet& rSet );
48 const SfxItemSet& rSet,
55 virtual void ActivatePage( const SfxItemSet& rSet );
78 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
82 ScHeaderPage( Window* pParent, const SfxItemSet& rSet );
90 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
94 ScFooterPage( Window* pParent, const SfxItemSet& rSet );
H A Dcellsh.hxx80 void GetBlockState( SfxItemSet& rSet );
81 void GetCellState( SfxItemSet& rSet );
84 void GetDBState( SfxItemSet& rSet );
87 void GetImageMapState(SfxItemSet& rSet);
89 void GetClipState( SfxItemSet& rSet );
90 void GetHLinkState( SfxItemSet& rSet );
97 void GetStateCursor( SfxItemSet& rSet );
/trunk/main/sw/source/filter/xml/
H A Dxmlitemi.cxx76 SfxItemSet& rSet,
83 SfxItemSet & rSet,
88 virtual void finished(SfxItemSet & rSet,
186 SfxItemSet & rSet, in handleNoItem() argument
200 rEntry, rSet, rValue, rUnitConverter, rNamespaceMap); in handleNoItem()
205 SfxItemSet & rSet, SvXMLUnitConverter const& rUnitConverter) const in finished() argument
224 rSet.GetItemState(Ids[i][0], sal_True, &pItem); in finished()
229 pItem = &rSet.GetPool()->GetDefaultItem(Ids[i][0]); in finished()
240 rSet.Put(*pNewItem); in finished()
/trunk/main/sw/source/ui/inc/
H A Dpggrid.hxx83 SwTextGridPage(Window *pParent, const SfxItemSet &rSet);
86 void UpdatePageSize(const SfxItemSet& rSet);
87 void PutGridItem(SfxItemSet& rSet);
99 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
102 virtual sal_Bool FillItemSet(SfxItemSet &rSet);
103 virtual void Reset(const SfxItemSet &rSet);
105 virtual void ActivatePage( const SfxItemSet& rSet );
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx425 void SlideSorterViewShell::GetMenuState ( SfxItemSet& rSet) in GetMenuState() argument
427 ViewShell::GetMenuState(rSet); in GetMenuState()
429 mpSlideSorter->GetController().GetSlotManager()->GetMenuState(rSet); in GetMenuState()
435 void SlideSorterViewShell::GetClipboardState ( SfxItemSet& rSet) in GetClipboardState() argument
437 ViewShell::GetMenuState(rSet); in GetClipboardState()
454 void SlideSorterViewShell::GetCtrlState (SfxItemSet& rSet) in GetCtrlState() argument
457 mpSlideSorter->GetController().GetCtrlState(rSet); in GetCtrlState()
502 void SlideSorterViewShell::GetStatusBarState (SfxItemSet& rSet) in GetStatusBarState() argument
505 mpSlideSorter->GetController().GetStatusBarState(rSet); in GetStatusBarState()
520 void SlideSorterViewShell::GetAttrState (SfxItemSet& rSet) in GetAttrState() argument
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1389 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in SetPrintZoom() local
1422 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in AdjustPrintZoom() local
1759 SfxItemSet& rSet, in GetStatePageStyle() argument
1762 SfxWhichIter aIter(rSet); in GetStatePageStyle()
1787 rSet.DisableItem( nWhich ); in GetStatePageStyle()
1797 void ScDocShell::GetState( SfxItemSet &rSet ) in GetState() argument
1799 SfxWhichIter aIter(rSet); in GetState()
1807 rSet.DisableItem( nWhich ); in GetState()
1814 rSet.DisableItem( nWhich ); in GetState()
1853 rSet.Put( SfxUInt16Item( nWhich, in GetState()
[all …]
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx484 t_stringlist & rSet = getFiles(isSchema); in addToConfigmgrIni() local
485 if (::std::find( rSet.begin(), rSet.end(), rcterm ) == rSet.end()) { in addToConfigmgrIni()
486 rSet.push_front( rcterm ); // prepend to list, thus overriding in addToConfigmgrIni()
504 t_stringlist & rSet = getFiles(isSchema); in removeFromConfigmgrIni() local
505 t_stringlist::iterator i(std::find(rSet.begin(), rSet.end(), rcterm)); in removeFromConfigmgrIni()
506 if (i == rSet.end() && !isSchema) in removeFromConfigmgrIni()
514 i = std::find(rSet.begin(), rSet.end(), data->iniEntry); in removeFromConfigmgrIni()
516 if (i == rSet.end()) { in removeFromConfigmgrIni()
519 rSet.erase(i); in removeFromConfigmgrIni()

Completed in 265 milliseconds

12345678910>>...30