Searched refs:pAutoAttr (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | ndarr.hxx | 218 SwAttrSet* pAutoAttr = 0 ); // in ndtxt.cxx 222 SwAttrSet* pAutoAttr = 0 ); 229 SwAttrSet* pAutoAttr = 0, 235 SwAttrSet* pAutoAttr = 0 ); // in ndgrf.cxx 240 SwAttrSet* pAutoAttr = 0 ); // in ndole.cxx 245 SwAttrSet* pAutoAttr ); // in ndole.cxx 301 SwTxtFmtColl*, const SfxItemSet* pAutoAttr,
|
H A D | ndgrf.hxx | 65 SwAttrSet* pAutoAttr = 0 ); 70 SwAttrSet* pAutoAttr = 0 ); 74 SwAttrSet* pAutoAttr = 0 );
|
H A D | ndole.hxx | 95 SwAttrSet* pAutoAttr = 0 ); 101 SwAttrSet* pAutoAttr = 0 );
|
H A D | ndnotxt.hxx | 57 SwGrfFmtColl *pGrColl, SwAttrSet* pAutoAttr = 0 );
|
H A D | ndtxt.hxx | 129 const SfxItemSet* pAutoAttr = 0 );
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 101 SwAttrSet* pAutoAttr ) in SwGrfNode() argument 102 : SwNoTxtNode( rWhere, ND_GRFNODE, pGrfColl, pAutoAttr ), in SwGrfNode() 119 SwAttrSet* pAutoAttr ) in SwGrfNode() argument 120 : SwNoTxtNode( rWhere, ND_GRFNODE, pGrfColl, pAutoAttr ), in SwGrfNode() 142 SwAttrSet* pAutoAttr ) in SwGrfNode() argument 144 SwNoTxtNode( rWhere, ND_GRFNODE, pGrfColl, pAutoAttr ), in SwGrfNode() 474 SwAttrSet* pAutoAttr, in MakeGrfNode() argument 482 rFltName, pGrfColl, pAutoAttr ); in MakeGrfNode() 485 rFltName, pGraphic, pGrfColl, pAutoAttr ); in MakeGrfNode() 493 SwAttrSet* pAutoAttr ) in MakeGrfNode() argument [all …]
|
/aoo41x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 248 SwAttrSet* pAutoAttr ) : in SwOLENode() argument 249 SwNoTxtNode( rWhere, ND_OLENODE, pGrfColl, pAutoAttr ), in SwOLENode() 262 SwAttrSet* pAutoAttr ) : in SwOLENode() argument 263 SwNoTxtNode( rWhere, ND_OLENODE, pGrfColl, pAutoAttr ), in SwOLENode() 409 SwAttrSet* pAutoAttr ) in MakeOLENode() argument 414 new SwOLENode( rWhere, xObj, pGrfColl, pAutoAttr ); in MakeOLENode() 431 const String &rName, sal_Int64 nAspect, SwGrfFmtColl* pGrfColl, SwAttrSet* pAutoAttr ) in MakeOLENode() argument 436 new SwOLENode( rWhere, rName, nAspect, pGrfColl, pAutoAttr ); in MakeOLENode()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndnotxt.cxx | 51 SwAttrSet* pAutoAttr ) : in SwNoTxtNode() argument 59 if( pAutoAttr ) in SwNoTxtNode() 60 SetAttr( *pAutoAttr ); in SwNoTxtNode()
|
H A D | nodes.cxx | 2230 SwAttrSet* pAutoAttr ) in MakeTextSection() argument 2234 MakeTxtNode( SwNodeIndex( rWhere, - 1 ), pColl, pAutoAttr ); in MakeTextSection()
|
H A D | ndtbl.cxx | 266 const SfxItemSet* pAutoAttr, in InsBoxen() argument 343 pTxtColl, pAutoAttr ); in InsBoxen() 350 pAutoAttr ); in InsBoxen()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 117 SwAttrSet* pAutoAttr ) 121 SwTxtNode *pNode = new SwTxtNode( rWhere, pColl, pAutoAttr ); 210 const SfxItemSet* pAutoAttr ) in SwTxtNode() argument 227 if( pAutoAttr ) in SwTxtNode() 228 SetAttr( *pAutoAttr ); in SwTxtNode()
|
Completed in 151 milliseconds