Home
last modified time | relevance | path

Searched refs:rSet (Results 101 – 125 of 731) sorted by relevance

12345678910>>...30

/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1598 SfxItemSet& rSet = pStyle->GetItemSet(); in setAllPropertiesToDefault() local
1599 rSet.ClearItem(); // set all items to default in setAllPropertiesToDefault()
1626 rSet.Put( aBoxInfoItem ); in setAllPropertiesToDefault()
1727 rSet.Put( aNewHeader ); in SetOnePropertyValueWithoutUpdate()
1741 rSet.Put( aNewFooter ); in SetOnePropertyValueWithoutUpdate()
1762 rSet.Get( ATTR_VALUE_FORMAT )).GetValue(); in SetOnePropertyValueWithoutUpdate()
1902 rSet.Put( aItem ); in SetOnePropertyValueWithoutUpdate()
1915 rSet.Put( rSet.Get(pEntry->nWID) ); in SetOnePropertyValueWithoutUpdate()
1922 rSet.ClearItem( pEntry->nWID ); in SetOnePropertyValueWithoutUpdate()
1925 rSet.ClearItem( ATTR_LANGUAGE_FORMAT ); in SetOnePropertyValueWithoutUpdate()
[all …]
/trunk/main/sw/source/ui/table/
H A Dtablepg.hxx100 SwFormatTablePage( Window* pParent, const SfxItemSet& rSet );
103 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
104 virtual void Reset( const SfxItemSet& rSet );
105 virtual void ActivatePage( const SfxItemSet& rSet );
164 SwTableColumnPage( Window* pParent, const SfxItemSet& rSet );
168 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
169 virtual void Reset( const SfxItemSet& rSet );
170 virtual void ActivatePage( const SfxItemSet& rSet );
221 SwTextFlowPage( Window* pParent, const SfxItemSet& rSet );
226 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
[all …]
/trunk/main/sd/source/core/
H A Dstlpool.cxx233 SfxItemSet& rSet = pSheet->GetItemSet(); in CreateLayoutStyleSheets() local
235 rSet.Put(aSvxFontItem); in CreateLayoutStyleSheets()
236 rSet.Put(aSvxFontItemCJK); in CreateLayoutStyleSheets()
237 rSet.Put(aSvxFontItemCTL); in CreateLayoutStyleSheets()
238 rSet.Put( SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC ) ); in CreateLayoutStyleSheets()
241 rSet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in CreateLayoutStyleSheets()
252 rSet.Put( XLineStyleItem(XLINE_NONE) ); in CreateLayoutStyleSheets()
253 rSet.Put( XFillStyleItem(XFILL_NONE) ); in CreateLayoutStyleSheets()
255 rSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()
1014 SfxItemSet& rSet = pSheet->GetItemSet(); in PutNumBulletItem() local
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx1135 SfxWhichIter aIter( rSet ); in GetGrafAttrState()
1178 rSet.DisableItem( SID_ATTR_GRAF_MODE ); in GetGrafAttrState()
1195 rSet.DisableItem( SID_ATTR_GRAF_RED ); in GetGrafAttrState()
1212 rSet.DisableItem( SID_ATTR_GRAF_GREEN ); in GetGrafAttrState()
1229 rSet.DisableItem( SID_ATTR_GRAF_BLUE ); in GetGrafAttrState()
1246 rSet.DisableItem( SID_ATTR_GRAF_LUMINANCE ); in GetGrafAttrState()
1263 rSet.DisableItem( SID_ATTR_GRAF_CONTRAST ); in GetGrafAttrState()
1280 rSet.DisableItem( SID_ATTR_GRAF_GAMMA ); in GetGrafAttrState()
1292 rSet.Put( SfxUInt16Item( nSlotId, in GetGrafAttrState()
1297 rSet.DisableItem( SID_ATTR_GRAF_TRANSPARENCE ); in GetGrafAttrState()
[all …]
/trunk/main/sc/source/ui/inc/
H A Ddrawsh.hxx63 void StateDisableItems( SfxItemSet &rSet );
66 void GetDrawAttrState(SfxItemSet &rSet);
67 void GetAttrFuncState(SfxItemSet &rSet);
70 void GetDrawFuncState(SfxItemSet &rSet);
71 void GetState(SfxItemSet &rSet);
74 void GetFormTextState(SfxItemSet& rSet);
77 void GetHLinkState(SfxItemSet& rSet);
80 void StateFormatPaintbrush(SfxItemSet& rSet);
91 void GetDrawAttrStateForIFBX( SfxItemSet& rSet );
H A Dtabvwsh.hxx276 void GetStateTable( SfxItemSet& rSet );
281 void GetDrawState(SfxItemSet &rSet);
282 void GetDrawInsState(SfxItemSet &rSet);
284 void GetGalleryState(SfxItemSet& rSet);
287 void GetChildWinState( SfxItemSet& rSet );
293 void GetTbxState( SfxItemSet& rSet );
296 void GetSaveState( SfxItemSet& rSet );
300 void GetUndoState(SfxItemSet &rSet);
303 void GetSbxState( SfxItemSet& rSet );
306 void GetObjectState(SfxItemSet &rSet);
[all …]
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1265 if ( bSearchInParent || ( rSet.GetItemState( nWhich_FontInfo ) == SFX_ITEM_ON ) ) in CreateFont()
1267 const SvxFontItem& rFontItem = (const SvxFontItem&)rSet.Get( nWhich_FontInfo ); in CreateFont()
1273 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Language ) == SFX_ITEM_ON ) ) in CreateFont()
1275 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_COLOR ) == SFX_ITEM_ON ) ) in CreateFont()
1276 rFont.SetColor( ((const SvxColorItem&)rSet.Get( EE_CHAR_COLOR )).GetValue() ); in CreateFont()
1279 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Weight ) == SFX_ITEM_ON ) ) in CreateFont()
1287 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Italic ) == SFX_ITEM_ON ) ) in CreateFont()
1289 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_OUTLINE ) == SFX_ITEM_ON ) ) in CreateFont()
1291 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_SHADOW ) == SFX_ITEM_ON ) ) in CreateFont()
1311 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_WLM ) == SFX_ITEM_ON ) ) in CreateFont()
[all …]
H A Dimpedit5.cxx212 if ( rSet.GetPool() != &aEditDoc.GetItemPool() ) in CreateAttribUndo()
215 aTmpSet.Put( rSet ); in CreateAttribUndo()
220 pUndo = new EditUndoSetAttribs( this, aESel, rSet ); in CreateAttribUndo()
542 EditUndoSetAttribs* pUndo = CreateAttribUndo( aSel, rSet ); in SetAttribs()
552 ( rSet.GetItemState( EE_CHAR_LANGUAGE_CTL ) == SFX_ITEM_ON ); in SetAttribs()
587 if ( rSet.GetItemState( nWhich ) == SFX_ITEM_ON ) in SetAttribs()
589 const SfxPoolItem& rItem = rSet.Get( nWhich ); in SetAttribs()
751 if ( !( pNode->GetContentAttribs().GetItems() == rSet ) ) in SetParaAttribs()
755 if ( rSet.GetPool() != &aEditDoc.GetItemPool() ) in SetParaAttribs()
758 aTmpSet.Put( rSet ); in SetParaAttribs()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx157 SwEnvDlg::SwEnvDlg(Window* pParent, const SfxItemSet& rSet, in SwEnvDlg() argument
163 aEnvItem((const SwEnvItem&) rSet.Get(FN_ENVELOP)), in SwEnvDlg()
234 SwEnvPage::SwEnvPage(Window* pParent, const SfxItemSet& rSet) : in SwEnvPage() argument
236 SfxTabPage(pParent, SW_RES(TP_ENV_ENV), rSet), in SwEnvPage()
376 return new SwEnvPage(pParent, rSet); in Create()
383 void SwEnvPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() argument
385 SfxItemSet aSet(rSet); in ActivatePage()
417 sal_Bool SwEnvPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
420 rSet.Put(GetParent()->aEnvItem); in FillItemSet()
428 void SwEnvPage::Reset(const SfxItemSet& rSet) in Reset() argument
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx450 : SfxTabPage(pParent, SW_RES(TP_COLUMN), rSet), in SwColumnPage()
622 void SwColumnPage::Reset(const SfxItemSet &rSet) in Reset() argument
638 pColMgr = new SwColMgr(rSet); in Reset()
674 ActivatePage( rSet ); in Reset()
685 return new SwColumnPage(pParent, rSet); in Create()
694 sal_Bool SwColumnPage::FillItemSet(SfxItemSet &rSet) in FillItemSet() argument
704 if(0 == (pOldItem = GetOldItem( rSet, RES_COL )) || in FillItemSet()
706 rSet.Put(rCol); in FillItemSet()
1260 void SwColumnPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() argument
1266 const SvxSizeItem& rSize = (const SvxSizeItem&)rSet.Get( in ActivatePage()
[all …]
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx153 rSet.Put( rItem ); in SetScriptAttr()
163 rSet.Put( rItem ); in SetScriptAttr()
171 rSet.Put( rItem ); in SetScriptAttr()
181 rSet.Put( rItem ); in SetScriptAttr()
189 rSet.Put( rItem ); in SetScriptAttr()
197 rSet.Put( rItem ); in SetScriptAttr()
202 rSet.Put( rItem ); in SetScriptAttr()
207 rSet.Put( rItem ); in SetScriptAttr()
1428 rSet.Put( aAttr ); in ReadTabAttr()
1728 rSet.Put( aAttr ); in ReadBorderAttr()
[all …]
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx721 , m_OldSet( rSet ) in SwHistorySetAttrSet()
725 SfxItemIter aIter( m_OldSet ), aOrigIter( rSet ); in SwHistorySetAttrSet()
824 , m_Array( (sal_uInt8)rSet.Count() ) in SwHistoryResetAttrSet()
826 SfxItemIter aIter( rSet ); in SwHistoryResetAttrSet()
845 ASSERT(rSet.Count() == 1, in SwHistoryResetAttrSet()
1002 , m_OldSet(rSet), m_Fmt(sFmt) in SwHistoryChangeCharFmt()
1291 const SfxItemSet& rSet, in CopyFmtAttr() argument
1294 if(rSet.Count()) in CopyFmtAttr()
1296 SfxItemIter aIter(rSet); in CopyFmtAttr()
1432 if ( 1 < rSet.Count() ) in Modify()
[all …]
/trunk/main/sw/source/ui/config/
H A Doptload.cxx73 SwLoadOptPage::SwLoadOptPage( Window* pParent, const SfxItemSet& rSet ) : in SwLoadOptPage() argument
75 SfxTabPage( pParent, SW_RES( TP_OPTLOAD_PAGE ), rSet ), in SwLoadOptPage()
126 if(SFX_ITEM_SET == rSet.GetItemState(SID_HTML_MODE, sal_False, &pItem ) in SwLoadOptPage()
160 sal_Bool __EXPORT SwLoadOptPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
208 rSet.Put(SfxUInt16Item(SID_ATTR_DEFTABSTOP, in FillItemSet()
231 void __EXPORT SwLoadOptPage::Reset( const SfxItemSet& rSet) in Reset() argument
264 if ( rSet.GetItemState( SID_ATTR_METRIC ) >= SFX_ITEM_AVAILABLE ) in Reset()
340 SfxSingleTabDialog(pParent, rSet, 0) in SwCaptionOptDlg()
392 : SfxTabPage(pParent, SW_RES(TP_OPTCAPTION_PAGE), rSet), in SwCaptionOptPage()
565 void SwCaptionOptPage::Reset( const SfxItemSet& rSet) in Reset() argument
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx226 SwFmtAnchor aNewAnch( (SwFmtAnchor&)rSet.Get( RES_ANCHOR ) ); in SetFlyFrmAnchor()
306 rSet.Put( aOldV ); in SetFlyFrmAnchor()
339 rSet.Put( aOldH ); in SetFlyFrmAnchor()
360 rSet.Put( aOldV ); in SetFlyFrmAnchor()
377 SwFrmFmt & rFlyFmt, SfxItemSet & rSet) in lcl_SetFlyFrmAttr() argument
387 (SFX_ITEM_SET == rSet.GetItemState( RES_ANCHOR, sal_False )) in lcl_SetFlyFrmAttr()
392 SfxItemIter aIter( rSet ); in lcl_SetFlyFrmAttr()
406 rSet.ClearItem( nWhich ); in lcl_SetFlyFrmAttr()
437 SfxItemIter aIter(rSet); in CheckForUniqueItemForLineFillNameOrIndex()
484 rSet.Put(*pResult); in CheckForUniqueItemForLineFillNameOrIndex()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx624 void SwTextShell::StateField( SfxItemSet &rSet ) in StateField() argument
627 SfxWhichIter aIter( rSet ); in StateField()
667 rSet.DisableItem( nWhich ); in StateField()
672 rSet.DisableItem( nWhich ); in StateField()
685 rSet.DisableItem(nWhich); in StateField()
693 rSet.DisableItem(nWhich); in StateField()
722 rSet.DisableItem(nWhich); in StateField()
732 rSet.DisableItem(nWhich); in StateField()
747 rSet.DisableItem(nWhich); in StateField()
751 rSet.DisableItem(nWhich); in StateField()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwsh9.cxx89 void ScTabViewShell::GetChildWinState( SfxItemSet& rSet ) in GetChildWinState() argument
91 if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_GALLERY ) ) in GetChildWinState()
94 rSet.Put( SfxBoolItem( SID_GALLERY, GetViewFrame()->HasChildWindow( nId ) ) ); in GetChildWinState()
96 else if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_AVMEDIA_PLAYER ) ) in GetChildWinState()
99 rSet.Put( SfxBoolItem( SID_AVMEDIA_PLAYER, GetViewFrame()->HasChildWindow( nId ) ) ); in GetChildWinState()
216 void ScTabViewShell::GetImageMapState( SfxItemSet& rSet ) in GetImageMapState() argument
218 SfxWhichIter aIter(rSet); in GetImageMapState()
239 rSet.DisableItem( nWhich ); in GetImageMapState()
243 rSet.Put( SfxBoolItem( nWhich, bThere ) ); in GetImageMapState()
262 rSet.Put( SfxBoolItem( SID_IMAP_EXEC, bDisable ) ); in GetImageMapState()
H A Dprevwsh.cxx746 SfxWhichIter aIter(rSet); in GetState()
759 rSet.DisableItem(nWhich); in GetState()
764 rSet.DisableItem(nWhich); in GetState()
770 rSet.DisableItem(nWhich); in GetState()
774 rSet.DisableItem(nWhich); in GetState()
778 rSet.DisableItem(nWhich); in GetState()
784 rSet.Put( aZoom ); in GetState()
791 rSet.Put( aZoomSliderItem ); in GetState()
797 rSet.DisableItem( nWhich ); in GetState()
825 rSet.Put( SfxBoolItem( nWhich, sal_True ) ); in GetState()
[all …]
/trunk/main/svl/source/items/
H A Dstylepool.cxx85 …void setItemSet( const SfxItemSet& rSet ){ maItemSet.push_back( StylePool::SfxItemSet_Pointer_t( r… in setItemSet() argument
419 StylePool::SfxItemSet_Pointer_t insertItemSet( const SfxItemSet& rSet );
428 StylePool::SfxItemSet_Pointer_t StylePoolImpl::insertItemSet( const SfxItemSet& rSet ) in insertItemSet() argument
431 Node* pCurNode = &maRoot[ rSet.GetParent() ]; in insertItemSet()
432 SfxItemIter aIter( rSet ); in insertItemSet()
445 if( !rSet.GetPool()->IsItemFlag(pItem->Which(), SFX_ITEM_POOLABLE ) ) in insertItemSet()
462 if( !rSet.GetPool()->IsItemFlag(pItem->Which(), SFX_ITEM_POOLABLE ) ) in insertItemSet()
474 pCurNode->setItemSet( rSet ); in insertItemSet()
480 pCurNode->setItemSet( rSet ); in insertItemSet()
520 StylePool::SfxItemSet_Pointer_t StylePool::insertItemSet( const SfxItemSet& rSet ) in insertItemSet() argument
[all …]
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx230 SfxItemSet& rSet = aAttr.GetItemSet(); in WriteToDocument() local
233 rSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNumForm ) ); in WriteToDocument()
241 rSet.Put( *pItem ); in WriteToDocument()
243 rSet.Put( *pItem ); in WriteToDocument()
245 rSet.Put( *pItem ); in WriteToDocument()
248 rSet.Put( *pItem ); in WriteToDocument()
250 rSet.Put( *pItem ); in WriteToDocument()
252 rSet.Put( *pItem ); in WriteToDocument()
254 rSet.Put( *pItem ); in WriteToDocument()
256 rSet.Put( *pItem ); in WriteToDocument()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx1081 SfxWhichIter aIter( rSet ); in StateTabWin()
1184 rSet.Put(aLR); in StateTabWin()
1197 rSet.Put( aLongLR ); in StateTabWin()
1241 rSet.Put(aULTmp); in StateTabWin()
1255 rSet.Put( aLongUL ); in StateTabWin()
1327 rSet.Put(aLR); in StateTabWin()
1339 rSet.Put( aUL ); in StateTabWin()
1341 rSet.InvalidateItem(nWhich); in StateTabWin()
2028 rSet.Put(aLR); in StateTabWin()
2042 rSet.Put(aProt); in StateTabWin()
[all …]
H A Dpview.cxx1055 SfxWhichIter aIter(rSet); in GetState()
1070 rSet.DisableItem(nWhich); in GetState()
1075 rSet.DisableItem(nWhich); in GetState()
1087 rSet.DisableItem(nWhich); in GetState()
1119 rSet.Put( aZoom ); in GetState()
1167 rSet.Put(SfxBoolItem(nWhich, b)); in GetState()
1173 rSet.DisableItem( nWhich ); in GetState()
1184 rSet.DisableItem( nWhich ); in GetState()
1189 rSet.Put( *pItem ); in GetState()
1214 SfxWhichIter aIter(rSet); in StateUndo()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx389 const SfxItemSet& rSet = GetObjectItemSet(); in IsAutoGrowHeight() local
394 SdrTextAniKind eAniKind = ((SdrTextAniKindItem&)(rSet.Get(SDRATTR_TEXT_ANIKIND))).GetValue(); in IsAutoGrowHeight()
414 const SfxItemSet& rSet = GetObjectItemSet(); in IsAutoGrowWidth() local
442 SdrTextHorzAdjust SdrTextObj::GetTextHorizontalAdjust(const SfxItemSet& rSet) const in GetTextHorizontalAdjust()
475 SdrTextVertAdjust SdrTextObj::GetTextVerticalAdjust(const SfxItemSet& rSet) const in GetTextVerticalAdjust()
760 const SfxItemSet& rSet = GetObjectItemSet(); in ImpSetContourPolygon() local
761 sal_Bool bShadowOn = ((SdrShadowItem&)(rSet.Get(SDRATTR_SHADOW))).GetValue(); in ImpSetContourPolygon()
1640 const SfxItemSet& rSet = GetObjectItemSet(); in SetVerticalWriting() local
1652 SfxItemSet aNewSet(*rSet.GetPool(), in SetVerticalWriting()
1659 aNewSet.Put(rSet); in SetVerticalWriting()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx161 sal_Bool DrawView::SetAttributes(const SfxItemSet& rSet, in SetAttributes() argument
194 aTempSet.Put( rSet ); in SetAttributes()
235 aTempSet.Put( rSet ); in SetAttributes()
281 bOk = ::sd::View::SetAttributes(rSet, bReplaceAll); in SetAttributes()
309 aTempSet.Put( rSet ); in SetAttributes()
339 SfxWhichIter aWhichIter(rSet); in SetAttributes()
352 aTempSet.Put( rSet ); in SetAttributes()
366 SfxWhichIter aWhichIter(rSet); in SetAttributes()
370 if( SFX_ITEM_ON == rSet.GetItemState( nWhich ) ) in SetAttributes()
381 bOk = ::sd::View::SetAttributes(rSet, bReplaceAll); in SetAttributes()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx287 void SfxApplication::PropState_Impl( SfxItemSet &rSet ) in PropState_Impl() argument
290 SfxWhichIter aIter(rSet); in PropState_Impl()
296 rSet.Put( SfxStringItem( SID_PROGNAME, GetName() ) ); in PropState_Impl()
300 rSet.Put( SfxObjectItem( SID_ACTIVEDOCUMENT, SfxObjectShell::Current() ) ); in PropState_Impl()
304 rSet.Put( SfxObjectItem( SID_APPLICATION, this ) ); in PropState_Impl()
308 rSet.Put( SfxStringItem( SID_PROGFILENAME, Application::GetAppFileName() ) ); in PropState_Impl()
312rSet.Put( SfxUInt16Item( SID_ATTR_UNDO_COUNT, sal::static_int_cast< sal_uInt16 >( SvtUndoOptions()… in PropState_Impl()
316 rSet.Put( SfxUInt32Item( SID_UPDATE_VERSION, SUPD ) ); in PropState_Impl()
321 rSet.Put( SfxStringItem( nSID, SvtUserOptions().GetCustomerNumber() ) ); in PropState_Impl()
/trunk/main/cui/source/options/
H A Doptgdlg.hxx77 OfaMiscTabPage( Window* pParent, const SfxItemSet& rSet );
82 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
83 virtual void Reset( const SfxItemSet& rSet );
148 OfaViewTabPage( Window* pParent, const SfxItemSet& rSet );
153 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
154 virtual void Reset( const SfxItemSet& rSet );
203 OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSet );
208 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
209 virtual void Reset( const SfxItemSet& rSet );

Completed in 192 milliseconds

12345678910>>...30