Home
last modified time | relevance | path

Searched refs:aSet (Results 176 – 200 of 363) sorted by last modified time

12345678910>>...15

/trunk/main/sw/source/core/edit/
H A Dedfmt.cxx62 SfxItemSet aSet( GetDoc()->GetAttrPool(), RES_TXTATR_CHARFMT, in GetCurCharFmt() local
65 if( GetCurAttr( aSet ) && SFX_ITEM_SET == in GetCurCharFmt()
66 aSet.GetItemState( RES_TXTATR_CHARFMT, sal_False, &pItem ) ) in GetCurCharFmt()
117 SfxItemSet aSet( pDoc->GetAttrPool(), in FillByEx() local
119 ((SwTxtNode*)pCNd)->GetAttr( aSet, nStt, nEnd ); in FillByEx()
120 pCharFmt->SetFmtAttr( aSet ); in FillByEx()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx269 SwAttrSet aSet( *pCpyAttrNd->GetpSwAttrSet() ); in MakeCopy() local
270 aSet.ClearItem( RES_PAGEDESC ); in MakeCopy()
271 aSet.ClearItem( RES_BREAK ); in MakeCopy()
272 aSet.CopyToModify( *pTxtNd ); in MakeCopy()
H A Dndsect.cxx891 SfxItemSet aSet( rSet ); in InsertTextSection() local
896 aSet.ClearItem( RES_PAGEDESC ); in InsertTextSection()
897 aSet.ClearItem( RES_BREAK ); in InsertTextSection()
899 pTNd->SetAttr( aSet ); in InsertTextSection()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx414 aSet.Put( aUL ); in GetTxtCollFromPool()
421 aSet.Put( aLR ); in GetTxtCollFromPool()
431 aSet.Put( aLR ); in GetTxtCollFromPool()
439 aSet.Put( aLR ); in GetTxtCollFromPool()
451 aSet.Put( aLR ); in GetTxtCollFromPool()
459 aSet.Put( aLR ); in GetTxtCollFromPool()
497 aSet.Put( aUL ); in GetTxtCollFromPool()
977 aSet.Put( aUL); in GetTxtCollFromPool()
1048 if( aSet.Count() ) in GetTxtCollFromPool()
1376 if( aSet.Count() ) in GetFmtFromPool()
[all …]
H A Ddocfmt.cxx1114 SfxItemSet aSet( GetAttrPool(), rHt.Which(), rHt.Which() ); in InsertPoolItem() local
1115 aSet.Put( rHt ); in InsertPoolItem()
1158 SfxItemSet aSet( GetAttrPool(), rAttr.Which(), rAttr.Which() ); in SetAttr() local
1159 aSet.Put( rAttr ); in SetAttr()
1160 SetAttr( aSet, rFmt ); in SetAttr()
1244 aSet.Put( rAttr ); in SetDefault()
1245 SetDefault( aSet ); in SetDefault()
2526 SfxItemSet aSet(rSet); in ChgFmt() local
2528 aSet.Differentiate(rFmt.GetAttrSet()); in ChgFmt()
2534 aOldSet.Put(aSet); in ChgFmt()
[all …]
H A Ddocedt.cxx1404 aSet.Put( *pItem ); in lcl_JoinText()
1407 aSet.Put( *pItem ); in lcl_JoinText()
1408 if( aSet.Count() ) in lcl_JoinText()
1409 pTxtNd->SetAttr( aSet ); in lcl_JoinText()
2367 SfxItemSet aSet( GetAttrPool(), in ReplaceRangeImpl() local
2371 pTxtNd->GetAttr( aSet, nStt+1, nStt+1 ); in ReplaceRangeImpl()
2373 aSet.ClearItem( RES_TXTATR_REFMARK ); in ReplaceRangeImpl()
2374 aSet.ClearItem( RES_TXTATR_TOXMARK ); in ReplaceRangeImpl()
2376 aSet.ClearItem( RES_TXTATR_INETFMT ); in ReplaceRangeImpl()
2377 aSet.ClearItem( RES_TXTATR_META ); in ReplaceRangeImpl()
[all …]
H A Ddocfly.cxx1029 SfxItemSet aSet( GetAttrPool(), RES_FRM_SIZE, RES_FRM_SIZE, in Chain() local
1040 aSet.Put( aChain ); in Chain()
1049 aSet.Put( aSize ); in Chain()
1051 SetAttr( aSet, rSource ); in Chain()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1571 SfxItemSet aSet( GetDoc()->GetAttrPool(), POOLATTR_BEGIN, in GetContentAtPos() local
1589 aSet.Put( pHt->GetAttr() ); in GetContentAtPos()
1597 aFmtSet.Differentiate( aSet ); in GetContentAtPos()
1599 aSet.Put( aFmtSet ); in GetContentAtPos()
1603 pTxtNd->SwCntntNode::GetAttr( aSet ); in GetContentAtPos()
1619 if( aSet.Count() ) in GetContentAtPos()
1622 SfxItemIter aIter( aSet ); in GetContentAtPos()
1940 SfxItemSet aSet( GetDoc()->GetAttrPool(), in SetShadowCrsrPos() local
1948 aSet.Put( aLR ); in SetShadowCrsrPos()
1953 aSet.Put( SvxAdjustItem( SVX_ADJUST_LEFT, RES_PARATR_ADJUST ) ); in SetShadowCrsrPos()
[all …]
H A Dfindattr.cxx1261 SfxItemSet aSet( *pPool, pReplSet->GetRanges() ); in Find()
1270 aSet.Put( pPool->GetDefaultItem( pItem->Which() )); in Find()
1276 aSet.Put( *pReplSet ); in Find()
1277 pCrsr->GetDoc()->InsertItemSet( *pCrsr, aSet, 0 ); in Find()
/trunk/main/sw/source/core/attr/
H A Dformat.cxx62 aSet.SetParent( &pDrvdFrm->aSet ); in SwFmt()
81 aSet.SetParent( &pDrvdFrm->aSet ); in SwFmt()
88 aSet( rFmt.aSet ), in SwFmt()
100 aSet.SetParent( &rFmt.DerivedFrom()->aSet ); in SwFmt()
130 aNew( *aSet.GetPool(), aSet.GetRanges() ); in operator =()
131 aSet.Intersect_BC( rFmt.aSet, &aOld, &aNew ); in operator =()
132 aSet.Put_BC( rFmt.aSet, &aOld, &aNew ); in operator =()
152 aSet.SetParent( &rFmt.aSet ); in operator =()
427 aSet.SetParent( &pDerFrom->aSet ); in SetDerivedFrom()
524 … SwAttrSet aOld(*aSet.GetPool(), aSet.GetRanges()), aNew(*aSet.GetPool(), aSet.GetRanges()); in SetFmtAttr()
[all …]
/trunk/main/sw/inc/
H A Dtgrditem.hxx120 { return (const SwTextGridItem&)aSet.Get( RES_TEXTGRID, bInP ); } in GetTextGrid()
H A Dparatr.hxx246 { return aSet.GetLineSpacing(bInP); } in GetLineSpacing()
248 { return aSet.GetAdjust(bInP); } in GetAdjust()
250 { return aSet.GetSplit(bInP); } in GetSplit()
252 { return aSet.GetRegister(bInP); } in GetRegister()
254 { return aSet.GetWidows(bInP); } in GetWidows()
256 { return aSet.GetOrphans(bInP); } in GetOrphans()
258 { return aSet.GetTabStops(bInP); } in GetTabStops()
260 { return aSet.GetHyphenZone(bInP); } in GetHyphenZone()
262 { return aSet.GetDrop(bInP); } in GetDrop()
264 { return aSet.GetNumRule(bInP); } in GetNumRule()
[all …]
H A Dfmtrowsplt.hxx51 { return aSet.GetRowSplit(bInP); } in GetRowSplit()
H A Dfmtsrnd.hxx86 { return aSet.GetSurround(bInP); } in GetSurround()
H A Dfmturl.hxx85 { return aSet.GetURL(bInP); } in GetURL()
H A Dfmtwrapinfluenceonobjpos.hxx71 { return aSet.GetWrapInfluenceOnObjPos(bInP); } in GetWrapInfluenceOnObjPos()
H A Dformat.hxx49 SwAttrSet aSet; member in SwFmt
125 inline const SwAttrSet& GetAttrSet() const { return aSet; } in GetAttrSet()
129 const SwDoc *GetDoc() const { return aSet.GetDoc(); } in GetDoc()
130 SwDoc *GetDoc() { return aSet.GetDoc(); } in GetDoc()
170 { aSet.GetPresentation( ePres, eCoreMetric, ePresMetric, rText ); } in GetPresentation()
H A Dfrmatr.hxx71 { return aSet.GetLRSpace(bInP); } in GetLRSpace()
73 { return aSet.GetULSpace(bInP); } in GetULSpace()
75 { return aSet.GetPrint(bInP); } in GetPrint()
77 { return aSet.GetOpaque(bInP); } in GetOpaque()
79 { return aSet.GetProtect(bInP); } in GetProtect()
81 { return aSet.GetBox(bInP); } in GetBox()
83 { return aSet.GetKeep(bInP); } in GetKeep()
85 { return aSet.GetShadow(bInP); } in GetShadow()
87 { return aSet.GetBreak(bInP); } in GetBreak()
89 { return aSet.GetMacro(bInP); } in GetMacro()
[all …]
H A Dgrfatr.hxx341 { return aSet.GetMirrorGrf(bInP); } in GetMirrorGrf()
343 { return aSet.GetCropGrf(bInP); } in GetCropGrf()
345 { return aSet.GetRotationGrf(bInP); } in GetRotationGrf()
347 { return aSet.GetLuminanceGrf( bInP); } in GetLuminanceGrf()
349 { return aSet.GetContrastGrf( bInP); } in GetContrastGrf()
351 { return aSet.GetChannelRGrf( bInP); } in GetChannelRGrf()
353 { return aSet.GetChannelGGrf( bInP); } in GetChannelGGrf()
355 { return aSet.GetChannelBGrf( bInP); } in GetChannelBGrf()
357 { return aSet.GetGammaGrf( bInP); } in GetGammaGrf()
359 { return aSet.GetInvertGrf( bInP); } in GetInvertGrf()
[all …]
H A Dhfspacingitem.hxx52 { return aSet.GetHeaderAndFooterEatSpacing(bInP); } in GetHeaderAndFooterEatSpacing()
H A Dfmtanchr.hxx85 { return aSet.GetAnchor(bInP); } in GetAnchor()
H A Dfmtclbl.hxx47 { return aSet.GetBalancedColumns( bInP ); } in GetBalancedColumns()
H A Dfmtclds.hxx176 { return aSet.GetCol(bInP); } in GetCol()
H A Dfmtcnct.hxx80 { return aSet.GetChain(bInP); } in GetChain()
H A Dfmtcntnt.hxx59 { return aSet.GetCntnt(bInP); } in GetCntnt()

Completed in 169 milliseconds

12345678910>>...15