Home
last modified time | relevance | path

Searched refs:GetAttrSet (Results 76 – 100 of 141) sorted by relevance

123456

/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx653 const SwAttrSet* SwFrm::GetAttrSet() const in GetAttrSet() function in SwFrm
658 return &((const SwLayoutFrm*)this)->GetFmt()->GetAttrSet(); in GetAttrSet()
H A Dlaycache.cxx625 const SwAttrSet* pAttr = rpFrm->GetAttrSet(); in CheckInsertPage()
722 pFirstTextFrmOnNewPage->GetAttrSet()->GetBreak().GetBreak(); in lcl_ApplyWorkaroundForB6375613()
H A Dlayouter.cxx513 const SwDoc& rDoc = *rTxtFrm.GetAttrSet()->GetDoc(); in LOOPING_LOUIE_LIGHT()
H A Dpaintfrm.cxx5884 if ( GetPrev()->GetAttrSet()->GetBackground() == in PaintBackground()
5885 GetAttrSet()->GetBackground() ) in PaintBackground()
5938 …const XFillStyle eFillStyle(static_cast< const XFillStyleItem& >(GetAttrSet()->Get(XATTR_FILLSTYLE… in PaintBackground()
6713 const SvxBrushItem &rBack = pFrm->GetAttrSet()->GetBackground(); in GetBackgroundBrush()
6769 …const XFillStyle eFillStyle(static_cast< const XFillStyleItem& >(pFrm->GetAttrSet()->Get(XATTR_FIL… in GetBackgroundBrush()
6878 SFX_ITEM_SET != GetAttrSet().GetItemState( RES_URL, sal_True ); in MakeGraphic()
H A Dwsfrm.cxx1817 const SwFmtFrmSize &rFmtSize = GetAttrSet()->GetFrmSize(); in ReinitializeFrmSizeAttrFlags()
2243 if ( pPage && GetAttrSet()->GetPageDesc().GetNumOffset() ) in _UpdateAttr()
3472 const SwFmtCol &rCol = rAttrs.GetAttrSet().GetCol(); in FormatWidthCols()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx512 return HasItem<T>(rFmt.GetAttrSet(), eType); in HasItem()
H A Drtfattributeoutput.cxx561 m_rExport.OutputSectionBreaks( &(pFmt->GetAttrSet()), *pTableNode ); in StartParagraphProperties()
864 if (SFX_ITEM_SET == pCellFmt->GetAttrSet().GetItemState(RES_BOX, sal_True, &pItem)) in TableDefaultBorders()
910 if( SFX_ITEM_SET == pCellFmt->GetAttrSet().GetItemState( in TableBackgrounds()
994 if( SFX_ITEM_SET == pCellFmt->GetAttrSet().GetItemState( in TableVerticalCell()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx636 aSet.Put(aMgr.GetAttrSet()); in TYPEINIT1()
637 aSet.SetParent( aMgr.GetAttrSet().GetParent() ); in TYPEINIT1()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx341 SwFEShell::Insert(rPath, rFilter, &rGrf, &pFrmMgr->GetAttrSet()); in Insert()
573 SwFlyFrmFmt *pFmt = SwFEShell::InsertObject( xRef, &aFrmMgr.GetAttrSet() ); in InsertOleObject()
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx299 && GetPool() != pCharFmt->GetAttrSet().GetPool() ) in SetModifyAtAttr()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx351 inline const SwAttrSet &GetAttrSet() const { return rAttrSet; } in GetAttrSet() function in SwBorderAttrs
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx1017 const SwAttrSet& rSet = pInfo->GetCharFmt(*pDoc)->GetAttrSet(); in NewFtnNumPortion()
1373 const SwAttrSet& rSet = pInfo->GetAnchorCharFmt((SwDoc&)*pDoc)->GetAttrSet(); in SwFtnSave()
H A Dtxttab.cxx187 (const SvxTabStopItem &)pFrm->GetAttrSet()-> in NewTabPortion()
H A Dfrmcrsr.cxx502 const SvxLineSpacingItem& rSpace = GetAttrSet()->GetLineSpacing(); in GetTopOfLine()
1438 const SwAttrSet* pSet = &pColl->GetAttrSet(); in FillCrsrPos()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx483 return pFmt->GetAttrSet(); in GetTOXBaseAttrSet()
2405 const SfxItemSet* SwTOXBase::GetAttrSet() const in GetAttrSet() function in SwTOXBase
2409 return &pSect->GetFmt()->GetAttrSet(); in GetAttrSet()
/trunk/main/sw/source/core/access/
H A Daccframe.cxx396 const SvxBrushItem &rBack = pFrm->GetAttrSet()->GetBackground(); in IsOpaque()
H A Dacccell.cxx498 const SvxBrushItem &rBack = GetFrm()->GetAttrSet()->GetBackground(); in getBackground()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx328 pNd = pFrm->GetAttrSet()->GetDoc()-> in lcl_ChangeFtnRef()
856 aNewAttrSet.SetParent( &pAnyFmtColl->GetAttrSet() ); in NewAttrSet()
4234 if ( pColl->GetAttrSet().GetItemState( RES_LR_SPACE, sal_False ) == SFX_ITEM_SET ) in AreListLevelIndentsApplicable()
4241 if ( pColl->GetAttrSet().GetItemState( RES_PARATR_NUMRULE, sal_False ) == SFX_ITEM_SET ) in AreListLevelIndentsApplicable()
/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx151 rSet.SetParent(&rMaster.GetDoc()->GetDfltFrmFmt()->GetAttrSet()); in GetState()
/trunk/main/sw/inc/
H A Dnode.hxx766 return mpAttrSet ? *GetpSwAttrSet() : GetAnyFmtColl().GetAttrSet(); in GetSwAttrSet()
H A Dtox.hxx594 const SfxItemSet* GetAttrSet() const;
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx111 const SwAttrSet* pParentSet = pParentFmt ? &pParentFmt->GetAttrSet() : 0; in SetParent()
1595 const_cast<SfxItemSet*>(mpAttrSet.get())->SetParent( &GetFmtColl()->GetAttrSet() ); in SetAttr()
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx104 rSet.Put(pCharFmt->GetAttrSet()); in GetCurAttr()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx303 SFX_ITEM_SET != pColl->GetAttrSet().GetItemState( in InitNew()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx88 aSet.SetParent( &pOwnSh->GetFmtFromPool( nId )->GetAttrSet()); in SwFlyFrmAttrMgr()

Completed in 214 milliseconds

123456