/aoo41x/main/sw/inc/ |
H A D | ndarr.hxx | 216 SwTxtNode *MakeTxtNode( const SwNodeIndex & rWhere, 219 SwStartNode* MakeTextSection( const SwNodeIndex & rWhere, 224 SwGrfNode *MakeGrfNode( const SwNodeIndex & rWhere, 232 SwGrfNode *MakeGrfNode( const SwNodeIndex & rWhere, 237 SwOLENode *MakeOLENode( const SwNodeIndex & rWhere, 241 SwOLENode *MakeOLENode( const SwNodeIndex & rWhere,
|
H A D | ndgrf.hxx | 61 SwGrfNode( const SwNodeIndex& rWhere, 67 SwGrfNode( const SwNodeIndex& rWhere, 71 SwGrfNode( const SwNodeIndex& rWhere,
|
H A D | node.hxx | 108 SwNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeId ); 324 SwStartNode( const SwNodeIndex &rWhere, 355 SwEndNode( const SwNodeIndex &rWhere, SwStartNode& rSttNd ); 381 SwCntntNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeType,
|
H A D | ndole.hxx | 92 SwOLENode( const SwNodeIndex &rWhere, 97 SwOLENode( const SwNodeIndex &rWhere,
|
H A D | ndnotxt.hxx | 56 SwNoTxtNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType,
|
H A D | ndtxt.hxx | 128 SW_DLLPRIVATE SwTxtNode( const SwNodeIndex &rWhere, SwTxtFmtColl *pTxtColl,
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 96 const SwNodeIndex & rWhere, in SwGrfNode() argument 102 : SwNoTxtNode( rWhere, ND_GRFNODE, pGrfColl, pAutoAttr ), in SwGrfNode() 116 const SwNodeIndex & rWhere, in SwGrfNode() argument 120 : SwNoTxtNode( rWhere, ND_GRFNODE, pGrfColl, pAutoAttr ), in SwGrfNode() 138 const SwNodeIndex & rWhere, in SwGrfNode() argument 144 SwNoTxtNode( rWhere, ND_GRFNODE, pGrfColl, pAutoAttr ), in SwGrfNode() 469 const SwNodeIndex & rWhere, in MakeGrfNode() argument 481 pNode = new SwGrfNode( rWhere, rGrfName, in MakeGrfNode() 484 pNode = new SwGrfNode( rWhere, rGrfName, in MakeGrfNode() 490 const SwNodeIndex & rWhere, in MakeGrfNode() argument [all …]
|
/aoo41x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 245 SwOLENode::SwOLENode( const SwNodeIndex &rWhere, in SwOLENode() argument 249 SwNoTxtNode( rWhere, ND_OLENODE, pGrfColl, pAutoAttr ), in SwOLENode() 258 SwOLENode::SwOLENode( const SwNodeIndex &rWhere, in SwOLENode() argument 263 SwNoTxtNode( rWhere, ND_OLENODE, pGrfColl, pAutoAttr ), in SwOLENode() 406 SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, in MakeOLENode() argument 414 new SwOLENode( rWhere, xObj, pGrfColl, pAutoAttr ); in MakeOLENode() 430 SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, in MakeOLENode() argument 436 new SwOLENode( rWhere, rName, nAspect, pGrfColl, pAutoAttr ); in MakeOLENode()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node.cxx | 333 SwNode::SwNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType ) in SwNode() argument 339 SwNodes& rNodes = (SwNodes&)rWhere.GetNodes(); in SwNode() 341 if( rWhere.GetIndex() ) in SwNode() 343 SwNode* pNd = rNodes[ rWhere.GetIndex() -1 ]; in SwNode() 344 rNodes.InsertNode( pInsNd, rWhere ); in SwNode() 357 rNodes.InsertNode( pInsNd, rWhere ); in SwNode() 945 SwStartNode::SwStartNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType, in SwStartNode() argument 947 : SwNode( rWhere, nNdType ), eSttNdTyp( eSttNd ) in SwStartNode() 1004 SwEndNode::SwEndNode( const SwNodeIndex &rWhere, SwStartNode& rSttNd ) in SwEndNode() argument 1005 : SwNode( rWhere, ND_ENDNODE ) in SwEndNode() [all …]
|
H A D | ndnotxt.cxx | 48 SwNoTxtNode::SwNoTxtNode( const SwNodeIndex & rWhere, in SwNoTxtNode() argument 52 SwCntntNode( rWhere, nNdType, pGrfColl ), in SwNoTxtNode()
|
H A D | nodes.cxx | 2227 SwStartNode* SwNodes::MakeTextSection( const SwNodeIndex & rWhere, in MakeTextSection() argument 2232 SwStartNode* pSttNd = new SwStartNode( rWhere, ND_STARTNODE, eSttNdTyp ); in MakeTextSection() 2233 new SwEndNode( rWhere, *pSttNd ); in MakeTextSection() 2234 MakeTxtNode( SwNodeIndex( rWhere, - 1 ), pColl, pAutoAttr ); in MakeTextSection()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 234 ScDocument* pDoc, const ScRange& rWhere, in UpdateReference() argument 246 rWhere.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference() 481 ScDocument* pDoc, const ScRange& rWhere, in UpdateReference() argument 493 rWhere.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
|
H A D | refupdat.cxx | 405 const ScBigRange& rWhere, sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz, in Update() argument 413 rWhere.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in Update() 456 if ( rWhere.In( rWhat ) ) in Update()
|
/aoo41x/main/sc/inc/ |
H A D | rangelst.hxx | 61 const ScRange& rWhere, 91 const ScRange& rWhere,
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 115 SwTxtNode *SwNodes::MakeTxtNode( const SwNodeIndex & rWhere, 121 SwTxtNode *pNode = new SwTxtNode( rWhere, pColl, pAutoAttr ); 138 SwNodeIndex aTmp( rWhere ); 173 aTmp.GetIndex() < rWhere.GetIndex() ) 187 aTmp.GetIndex() < rWhere.GetIndex() ) 195 if( rWhere == aTmp ) 208 SwTxtNode::SwTxtNode( const SwNodeIndex &rWhere, in SwTxtNode() argument 211 : SwCntntNode( rWhere, ND_TEXTNODE, pTxtColl ), in SwTxtNode()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | refupdat.hxx | 61 const ScBigRange& rWhere,
|