/aoo42x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 225 void SwFont::SetDiffFnt( const SfxItemSet *pAttrSet, in SetDiffFnt() argument 231 if( pAttrSet ) in SetDiffFnt() 456 SwFont::SwFont( const SwAttrSet* pAttrSet, in SwFont() argument 469 bNoHyph = pAttrSet->GetNoHyphenHere().GetValue(); in SwFont() 470 bBlink = pAttrSet->GetBlink().GetValue(); in SwFont() 525 if ( pAttrSet->GetCharHidden().GetValue() ) in SwFont() 534 SetColor( pAttrSet->GetColor().GetValue() ); in SwFont() 537 SetOutline( pAttrSet->GetContour().GetValue() ); in SwFont() 538 SetShadow( pAttrSet->GetShadowed().GetValue() ); in SwFont() 541 if( pAttrSet->GetAutoKern().GetValue() ) in SwFont() [all …]
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1067 const SfxItemSet* pAttrSet, in CreateTabDialog() argument 1076 pDlg = new OfaAutoCorrDlg( pParent, pAttrSet ); in CreateTabDialog() 1079 pDlg = new SvxConfigDialog( pParent, pAttrSet ); in CreateTabDialog() 1092 const SfxItemSet* pAttrSet, in CreateTabDialog() argument 1101 pDlg = new OfaAutoCorrDlg( pParent, pAttrSet ); in CreateTabDialog() 1105 SvxConfigDialog* pDlg1 = new SvxConfigDialog( pParent, pAttrSet ); in CreateTabDialog() 1121 const SfxItemSet* pAttrSet, in CreateTextTabDialog() argument 1125 SfxTabDialog* pDlg = new SvxTextTabDialog( pParent, pAttrSet, pView ); in CreateTextTabDialog() 1310 const SfxItemSet* pAttrSet ) in CreateSfxDialog() argument 1316 pDlg = new SvxCharacterMap( pParent, sal_True, pAttrSet ); in CreateSfxDialog()
|
H A D | dlgfact.hxx | 592 const SfxItemSet* pAttrSet=0 ); 605 const SfxItemSet* pAttrSet, 611 const SfxItemSet* pAttrSet, 616 const SfxItemSet* pAttrSet,
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 1033 const SfxItemSet * pAttrSet = pDestTxtNd->GetpSwAttrSet(); in CopyImpl() local 1034 if (pAttrSet != NULL) in CopyImpl() 1037 … aNumRuleState = pAttrSet->GetItemState(RES_PARATR_NUMRULE, sal_False, &pItem); in CopyImpl() 1042 pAttrSet->GetItemState(RES_PARATR_LIST_ID, sal_False, &pItem); in CopyImpl() 1182 const SfxItemSet* pAttrSet = pDestTxtNd->GetpSwAttrSet(); in CopyImpl() local 1183 if (pAttrSet != NULL) in CopyImpl() 1188 pAttrSet->GetItemState(RES_PARATR_NUMRULE, sal_False, &pItem); in CopyImpl() 1193 pAttrSet->GetItemState(RES_PARATR_LIST_ID, sal_False, &pItem); in CopyImpl()
|
H A D | node.cxx | 90 const SwAttrSet* pAttrSet = static_cast<const SwAttrSet*>(mrpAttrSet.get()); in GetNewAutoStyle() local 92 const_cast<SwAttrSet*>(pAttrSet)->SetModifyAtAttr( 0 ); in GetNewAutoStyle() 93 IStyleAccess& rSA = pAttrSet->GetPool()->GetDoc()->GetIStyleAccess(); in GetNewAutoStyle() 107 const SwAttrSet* pAttrSet = static_cast<const SwAttrSet*>(mrpAttrSet.get()); in SetParent() local 108 ASSERT( pAttrSet, "no SwAttrSet" ) in SetParent() 113 if ( pParentSet != pAttrSet->GetParent() ) in SetParent() 115 SwAttrSet aNewSet( *pAttrSet ); in SetParent()
|
H A D | ndtbl.cxx | 600 const SwAttrSet * pAttrSet) in InsertTable() argument 630 if ( NULL != pAttrSet ) in InsertTable() 642 SFX_ITEM_SET == pAttrSet->GetItemState( *pIdx, sal_True, &pItem ) ) in InsertTable()
|
/aoo42x/main/sw/source/core/text/ |
H A D | itratr.hxx | 58 const SwAttrSet* pAttrSet; // das Char-Attribut-Set member in SwAttrIter 110 inline const SwAttrSet* GetAttrSet() const { return pAttrSet; } in GetAttrSet()
|
H A D | redlnitr.cxx | 66 pAttrSet = rTxtNode.GetpSwAttrSet(); in CtorInitAttrIter() 93 aAttrHandler.Init( aFontAccess.Get()->GetDefault(), pAttrSet, in CtorInitAttrIter()
|
H A D | porrst.cxx | 236 const SwAttrSet *pAttrSet = &( rTxtNode.GetSwAttrSet() ); in EmptyHeight() local 237 pFnt = new SwFont( pAttrSet, pIDSA ); in EmptyHeight()
|
H A D | frmpaint.cxx | 493 const SwAttrSet *pAttrSet = &( rTxtNode.GetSwAttrSet() ); in PaintEmpty() local 494 pFnt = new SwFont( pAttrSet, rTxtNode.getIDocumentSettingAccess() ); in PaintEmpty()
|
H A D | atrhndl.hxx | 124 void Init( const SfxPoolItem** pPoolItem, const SwAttrSet* pAttrSet,
|
H A D | txtfrm.cxx | 2591 const SwAttrSet *pAttrSet = GetAttrSet(); in RecalcAllLines() local 2596 const SwFmtLineNumber &rLineNum = pAttrSet->GetLineNumber(); in RecalcAllLines()
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8PropertySetImpl.hxx | 118 WW8PropertySetIteratorImpl(WW8PropertySetImpl * pAttrSet, in WW8PropertySetIteratorImpl() argument 120 : mpAttrSet(pAttrSet), mnOffset(nOffset) in WW8PropertySetIteratorImpl()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | sfxdlg.hxx | 120 const SfxItemSet* pAttrSet, 126 const SfxItemSet* pAttrSet,
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 527 sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight, const SwAttrSet* pAttrSet) in WritePICFHeader() argument 534 if (pAttrSet && (SFX_ITEM_ON in WritePICFHeader() 535 == pAttrSet->GetItemState(RES_GRFATR_CROPGRF, false, &pItem))) in WritePICFHeader()
|
H A D | wrtww8.hxx | 1377 const SwAttrSet* pAttrSet = 0);
|
/aoo42x/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 571 const SfxItemSet * pAttrSet = pTxtNode->GetpSwAttrSet(); in lcl_dbg_out() local 600 if (pAttrSet && SFX_ITEM_SET == in lcl_dbg_out() 601 pAttrSet->GetItemState(RES_PARATR_NUMRULE, sal_False, &pItem)) in lcl_dbg_out()
|
H A D | docnum.cxx | 1525 const SfxItemSet* pAttrSet = pTNd->GetpSwAttrSet(); in DelNumRules() local 1526 if ( pAttrSet && in DelNumRules() 1527 pAttrSet->GetItemState( RES_PARATR_NUMRULE, sal_False ) == SFX_ITEM_SET ) in DelNumRules()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 2263 const SfxItemSet* pAttrSet = pTNd->GetpSwAttrSet(); in ChgNumToText() local 2266 if( bChgAlign && pAttrSet && SFX_ITEM_SET == pAttrSet->GetItemState( in ChgNumToText() 2274 if( !pAttrSet || SFX_ITEM_SET != pAttrSet-> in ChgNumToText()
|
/aoo42x/main/sw/inc/ |
H A D | ndarr.hxx | 269 const SwAttrSet * pAttrSet = 0);
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoparagraph.cxx | 843 const SwAttrSet* pAttrSet = rTxtNode.GetpSwAttrSet(); in GetPropertyValuesTolerant_Impl() local 878 rTxtNode, &pAttrSet, *pEntry, bAttrSetFetched ); in GetPropertyValuesTolerant_Impl()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svxdlg.hxx | 337 const SfxItemSet* pAttrSet,
|