Home
last modified time | relevance | path

Searched refs:pSet (Results 101 – 125 of 284) sorted by relevance

12345678910>>...12

/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx614 if( !pSet ) in GetDescription()
617 SfxItemIter aIter( *pSet ); in GetDescription()
654 if( !pSet ) in GetDescription()
657 SfxItemIter aIter( *pSet ); in GetDescription()
668 …const XFillStyle eFillStyle(static_cast< const XFillStyleItem& >(pSet->Get(XATTR_FILLSTYLE)).GetVa… in GetDescription()
669 …const bool bUseFloatTransparence(static_cast< const XFillFloatTransparenceItem& >(pSet->Get(XATTR_… in GetDescription()
1149 pSet = &aCoreSet; in GetItemSet()
2889 if(mxIterSheet->pSet) in Next()
2891 mxIterSheet->pSet->ClearItem(0); in Next()
2892 mxIterSheet->pSet= 0; in Next()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx1529 const SfxItemSet* pSet = 0; in _MakeSetWhichIds() local
1532 pSet = static_cast<SwCntntNode*>( in _MakeSetWhichIds()
1537 pSet = &static_cast<SwFmt*>( in _MakeSetWhichIds()
1540 if( pSet && pSet->Count() ) in _MakeSetWhichIds()
1542 SfxItemIter aIter( *pSet ); in _MakeSetWhichIds()
H A Duntbl.cxx944 SfxItemSet* pSet = new SfxItemSet( *pFmt->GetAttrSet().GetPool(), in AddFmt() local
946 pSet->Put( pFmt->GetAttrSet() ); in AddFmt()
954 pSet->ClearItem( RES_BOXATR_VALUE ); in AddFmt()
964 aSets.Insert( pSet, (nRet = aSets.Count() ) ); in AddFmt()
1330 SfxItemSet* pSet = (*Ptrs.pCntntAttrs)[ nSet++ ]; in RestoreAttr() local
1331 if( pSet ) in RestoreAttr()
1339 pCNd->SetAttr( *pSet ); in RestoreAttr()
1370 SfxItemSet* pSet = 0; in SaveCntntAttrs() local
1373 pSet = new SfxItemSet( pDoc->GetAttrPool(), in SaveCntntAttrs()
1375 pSet->Put( *pCNd->GetpSwAttrSet() ); in SaveCntntAttrs()
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dfldedt.cxx203 SfxItemSet* pSet = new SfxItemSet( pDocSh->GetPool(), SID_DOCINFO, SID_DOCINFO ); in CreatePage() local
220 pSet->Put( SfxUnoAnyItem( SID_DOCINFO, uno::makeAny(xUDProps) ) ); in CreatePage()
221 pTabPage = SwFldDokInfPage::Create(this, *pSet); in CreatePage()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx366 SfxItemSet* pSet = new SfxAllItemSet( pSfxApp->GetPool() ); in IMPL_LINK() local
367 pSet->Put( SfxBoolItem( SID_TEMPLATE, sal_True ) ); in IMPL_LINK()
368 pSet->Put( SfxBoolItem( SID_PREVIEW, sal_True ) ); in IMPL_LINK()
369 lErr = pSfxApp->LoadTemplate( xDocShell, aFileName, sal_True, pSet ); in IMPL_LINK()
H A Dobjmisc.cxx1370 SfxItemSet *pSet = GetMedium()->GetItemSet(); in InitOwnModel_Impl() local
1372 pSet->ClearItem( SID_INPUTSTREAM ); in InitOwnModel_Impl()
1374 TransformItems( SID_OPENDOC, *pSet, aArgs ); in InitOwnModel_Impl()
2002 SfxItemSet* pSet = pLoadingMedium ? pLoadingMedium->GetItemSet() : GetMedium()->GetItemSet(); in GetDialogParent() local
2003 SFX_ITEMSET_ARG( pSet, pUnoItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in GetDialogParent()
2013 SFX_ITEMSET_ARG( pSet, pFrameItem, SfxFrameItem, SID_DOCFRAME, sal_False ); in GetDialogParent()
2036 SFX_ITEMSET_ARG( pSet, pHiddenItem, SfxBoolItem, SID_HIDDEN, sal_False ); in GetDialogParent()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx682 bool OutputFollowPageDesc( const SfxItemSet* pSet,
692 sal_uLong GetSectionLineNo( const SfxItemSet* pSet, const SwNode& rNd ) const;
695 void OutputSectionBreaks( const SfxItemSet *pSet, const SwNode& rNd );
748 static bool NoPageBreakSection( const SfxItemSet *pSet );
786 virtual void PrepareNewPageDesc( const SfxItemSet* pSet,
1076 virtual void PrepareNewPageDesc( const SfxItemSet* pSet,
/trunk/main/svl/source/items/
H A Ditemset.cxx78 const SfxItemSet *pSet = (const SfxItemSet*) pVoid; in DBG_NAME() local
79 SfxWhichIter aIter( *pSet ); in DBG_NAME()
83 const SfxPoolItem *pItem = pSet->_aItems[n]; in DBG_NAME()
92 pSet->GetPool()->IsItemFlag(nWh, SFX_ITEM_NOT_POOLABLE) || in DBG_NAME()
93 SFX_ITEMS_NULL != pSet->GetPool()->GetSurrogate(pItem), in DBG_NAME()
98 DBG_ASSERT( pSet->_nCount == nCount, "wrong SfxItemSet::nCount detected" ); in DBG_NAME()
/trunk/main/sd/source/filter/html/
H A Dsdhtmlfilter.cxx71 SfxItemSet *pSet = mrMedium.GetItemSet(); in Export() local
76 if ( pSet->GetItemState( SID_FILTER_DATA, sal_False, &pItem ) == SFX_ITEM_SET ) in Export()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx213 if ( pSet ) in StoreBulCharFmtName_impl()
215 SfxAllItemSet aSet(*pSet); in StoreBulCharFmtName_impl()
299 if ( pSet ) in StoreMapUnit_impl()
302 SfxItemState eState = pSet->GetItemState(SID_ATTR_NUMBERING_RULE, sal_False, &pItem); in StoreMapUnit_impl()
305 eCoreUnit = pSet->GetPool()->GetMetric(pSet->GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE)); in StoreMapUnit_impl()
308 eState = pSet->GetItemState(EE_PARA_NUMBULLET, sal_False, &pItem); in StoreMapUnit_impl()
311 eCoreUnit = pSet->GetPool()->GetMetric(pSet->GetPool()->GetWhich(EE_PARA_NUMBULLET)); in StoreMapUnit_impl()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx1099 const SfxItemSet* pSet = rReq.GetArgs(); in OfaExec_Impl() local
1100 SfxItemPool* pSetPool = pSet ? pSet->GetPool() : NULL; in OfaExec_Impl()
1101 …if ( pSet && pSet->GetItemState( pSetPool->GetWhich( SID_AUTO_CORRECT_DLG ), sal_False, &pItem ) =… in OfaExec_Impl()
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx401 const SwAttrSet* pSet = pCol->GetAttrSet(); in AdjustColumns() local
402 SvxLRSpaceItem aLR( pSet->GetLRSpace() ); in AdjustColumns()
433 SvxULSpaceItem aUL( pSet->GetULSpace() ); in AdjustColumns()
/trunk/main/cui/source/inc/
H A Dautocdlg.hxx50 OfaAutoCorrDlg(Window* pParent, const SfxItemSet *pSet );
264 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
316 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
H A Dcuitabline.hxx225 virtual int DeactivatePage( SfxItemSet* pSet );
333 virtual int DeactivatePage( SfxItemSet* pSet );
413 virtual int DeactivatePage( SfxItemSet* pSet );
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1609 const SfxItemSet* pSet=&rSet; in SetAttributes() local
1616 bRet=mxSelectionController->SetAttributes(*pSet,bReplaceAll ); in SetAttributes()
1620 bRet=SdrGlueEditView::SetAttributes(*pSet,bReplaceAll); in SetAttributes()
1652 sal_Bool bNoEEItems=!SearchOutlinerItems(*pSet,bReplaceAll,&bOnlyEEItems); in SetAttributes()
1658 bRet=mxSelectionController->SetAttributes(*pSet,bReplaceAll ); in SetAttributes()
1683 mxTextEditObj->SetMergedItemSetAndBroadcast(*pSet, bReplaceAll); in SetAttributes()
1694 … sal_uInt16* pNewWhichTable=RemoveWhichRange(pSet->GetRanges(),EE_ITEMS_START,EE_ITEMS_END); in SetAttributes()
1702 SfxItemState eState=pSet->GetItemState(nWhich,sal_False,&pItem); in SetAttributes()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1973 ::boost::scoped_ptr<SfxItemSet> pSet; in _getDefaultAttributesImpl()
2002 pSet->Put( aParaSet ); in _getDefaultAttributesImpl()
2013 pSet->Put( aCharSet ); in _getDefaultAttributesImpl()
2026 const SfxPoolItem* pItem = pSet->GetItem( aPropIt->nWID ); in _getDefaultAttributesImpl()
2354 ::boost::scoped_ptr<SfxItemSet> pSet; in _getSupplementalAttributesImpl()
2355 pSet.reset( new SfxItemSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getSupplementalAttributesImpl()
2367 pSet->Put( pTxtNode->GetAttr(RES_PARATR_LIST_LEVEL, RES_PARATR_LIST_LEVEL) ); in _getSupplementalAttributesImpl()
2369 pSet->Put( pTxtNode->SwCntntNode::GetAttr(RES_UL_SPACE) ); in _getSupplementalAttributesImpl()
2370 pSet->Put( pTxtNode->SwCntntNode::GetAttr(RES_LR_SPACE) ); in _getSupplementalAttributesImpl()
2371 pSet->Put( pTxtNode->SwCntntNode::GetAttr(RES_PARATR_ADJUST) ); in _getSupplementalAttributesImpl()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx1146 const SfxItemSet* pSet = rReq.GetArgs(); in ReceiveRequest() local
1148 if (pSet) in ReceiveRequest()
1150 if( pSet->GetItemState( nSlotId ) == SFX_ITEM_SET ) in ReceiveRequest()
1152 const SfxPoolItem& rItem = pSet->Get( nSlotId ); in ReceiveRequest()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx337 SfxAllItemSet *pSet = new SfxAllItemSet( SFX_APP()->GetPool() ); in detect() local
338 TransformParameters( SID_OPENDOC, lDescriptor, *pSet ); in detect()
339 SFX_ITEMSET_ARG( pSet, pItem, SfxBoolItem, SID_DOC_READONLY, sal_False ); in detect()
362 …dium aMedium( aURL, bWasReadOnly ? STREAM_STD_READ : STREAM_STD_READWRITE, sal_False, NULL, pSet ); in detect()
/trunk/main/sd/source/ui/unoidl/
H A Dunopback.cxx66 const SfxItemSet* pSet /* = NULL */) throw() in SdUnoPageBackground() argument
76 if( pSet ) in SdUnoPageBackground()
77 mpSet->Put(*pSet); in SdUnoPageBackground()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx535 const SwAttrSet* pSet; in CopyCollFmt() local
537 if( 0 != ( pSet = rDestNd.GetpSwAttrSet() ) ) in CopyCollFmt()
541 if( SFX_ITEM_SET == pSet->GetItemState( RES_BREAK, sal_False, &pAttr ) ) in CopyCollFmt()
544 if( SFX_ITEM_SET == pSet->GetItemState( RES_PAGEDESC, sal_False, &pAttr ) ) in CopyCollFmt()
549 if( 0 != ( pSet = GetpSwAttrSet() ) ) in CopyCollFmt()
550 pSet->CopyToModify( rDestNd ); in CopyCollFmt()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.hxx69 const SfxItemSet *pSet ) const;
99 const SfxItemSet *pSet = NULL ) const;
/trunk/main/sfx2/source/control/
H A Dbindings.cxx412 SfxItemSet *pSet = CreateSet_Impl( pCache, pRealSlot, &pMsgServer, aFound ); in Update_Impl() local
414 if ( pSet ) in Update_Impl()
417 if ( rDispat._FillState( *pMsgServer, *pSet, pRealSlot ) ) in Update_Impl()
427 SfxItemState eState = pSet->GetItemState(nWhich, sal_True, &pItem); in Update_Impl()
429 pItem = &pSet->Get(nWhich); in Update_Impl()
435 delete pSet; in Update_Impl()
1553 SfxItemSet *pSet = new SfxItemSet(rPool, pRanges); in CreateSet_Impl() local
1556 return pSet; in CreateSet_Impl()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1103 SfxItemSet* pSet = NULL; in _getPropertyStates() local
1106 pSet = new SfxItemSet( pForwarder->GetParaAttribs( nPara ) ); in _getPropertyStates()
1112 pSet = new SfxItemSet( pForwarder->GetAttribs( aSel, EditEngineAttribs_OnlyHard ) ); in _getPropertyStates()
1124 bUnknownPropertyFound = !_getOnePropertyStates(pSet, pMap, *pState++); in _getPropertyStates()
1127 delete pSet; in _getPropertyStates()
1136 sal_Bool SvxUnoTextRangeBase::_getOnePropertyStates(const SfxItemSet* pSet, const SfxItemPropertySi… in _getOnePropertyStates() argument
1139 if(pSet && pMap) in _getOnePropertyStates()
1152 eTempItemState = pSet->GetItemState( *pWhichId ); in _getOnePropertyStates()
1201 eItemState = pSet->GetItemState( nWID, sal_False ); in _getOnePropertyStates()
/trunk/main/sc/source/ui/inc/
H A Dtpview.hxx102 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
158 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx250 const SfxItemSet* pSet; in lcl_UsedPara() local
253 0 != ( pSet = pCNd->GetpSwAttrSet()) && in lcl_UsedPara()
254 ( SFX_ITEM_SET == pSet->GetItemState( RES_BREAK, sal_False ) || in lcl_UsedPara()
255 SFX_ITEM_SET == pSet->GetItemState( RES_PAGEDESC, sal_False )))) in lcl_UsedPara()
4188 void SwRTFParser::UnknownAttrToken( int nToken, SfxItemSet* pSet ) in UnknownAttrToken() argument
4224 pSet->Put( SvxFmtBreakItem( SVX_BREAK_PAGE_BEFORE, RES_BREAK )); in UnknownAttrToken()
4230 pSet->Put( SvxFmtBreakItem( 1 == nTokenValue ? in UnknownAttrToken()
4248 pSet->Put( SwFmtCharFmt( pFmt )); in UnknownAttrToken()
4261 pSet->Put( SwNumRuleItem( pRule->GetName() )); in UnknownAttrToken()
4264 pSet->Put( SfxUInt16Item( FN_PARAM_NUM_LEVEL, 0 )); in UnknownAttrToken()
[all …]

Completed in 359 milliseconds

12345678910>>...12