Searched refs:SwNodePtr (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | ndarr.hxx | 78 typedef SwNode * SwNodePtr; typedef 79 typedef sal_Bool (*FnForEach_SwNodes)( const SwNodePtr&, void* pArgs ); 81 SV_DECL_PTRARR_SORT( SwOutlineNodes, SwNodePtr, 0, 10 ) 94 void InsertNode( const SwNodePtr pNode, 96 void InsertNode( const SwNodePtr pNode, 141 SwNodePtr operator[]( sal_uLong n ) const in operator []() 142 { return (SwNodePtr)BigPtrArray::operator[] ( n ); } in operator []()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndnum.cxx | 35 _SV_IMPL_SORTAR_ALG( SwOutlineNodes, SwNodePtr ) in _SV_IMPL_SORTAR_ALG() argument 36 sal_Bool SwOutlineNodes::Seek_Entry( const SwNodePtr rSrch, sal_uInt16* pFndPos ) const in _SV_IMPL_SORTAR_ALG() 205 const SwNodePtr pSrch = (SwNodePtr)&rNd; in UpdtOutlineIdx()
|
H A D | nodes.cxx | 188 const SwNodePtr pSrch = (SwNodePtr)&rNd; in ChgNode() 205 const SwNodePtr pSrch = (SwNodePtr)&rNd; in ChgNode() 1706 sal_Bool _HighestLevel( const SwNodePtr& rpNode, void * pPara ) in _HighestLevel() 2605 void SwNodes::InsertNode( const SwNodePtr pNode, in InsertNode() 2612 void SwNodes::InsertNode( const SwNodePtr pNode, in InsertNode()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 122 SwNodePtr pSttNd; in SplitDoc() 210 SwNodePtr pNd; in SplitDoc() 222 SwNodePtr pEndNd = 0; in SplitDoc() 518 SwNodePtr pSttNd; in SplitDoc() 571 SwNodePtr pNd; in SplitDoc() 582 SwNodePtr pEndNd = 0; in SplitDoc()
|
H A D | docnum.cxx | 178 const SwNodePtr pSttNd = (SwNodePtr)&rPam.Start()->nNode.GetNode(); in OutlineUpDown() 179 const SwNodePtr pEndNd = (SwNodePtr)&rPam.End()->nNode.GetNode(); in OutlineUpDown()
|
H A D | docfmt.cxx | 157 sal_Bool lcl_RstTxtAttr( const SwNodePtr& rpNd, void* pArgs ) in lcl_RstTxtAttr() 190 sal_Bool lcl_RstAttr( const SwNodePtr& rpNd, void* pArgs ) in lcl_RstAttr() 1697 sal_Bool lcl_SetTxtFmtColl( const SwNodePtr& rpNode, void* pArgs ) in lcl_SetTxtFmtColl()
|
H A D | doc.cxx | 2015 sal_Bool lcl_SpellAndGrammarAgain( const SwNodePtr& rpNd, void* pArgs ) in lcl_SpellAndGrammarAgain() 2043 sal_Bool lcl_CheckSmartTagsAgain( const SwNodePtr& rpNd, void* ) in lcl_CheckSmartTagsAgain()
|
H A D | dbgoutsw.cxx | 723 sal_Bool lcl_dbg_add_node(const SwNodePtr & pNode, void * pArgs) in lcl_dbg_add_node()
|
H A D | docedt.cxx | 2139 sal_Bool lcl_HyphenateNode( const SwNodePtr& rpNd, void* pArgs ) in lcl_HyphenateNode()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 628 SwNodePtr pNd = (SwNodePtr)&rNd; in IsProtectedOutlinePara() 637 SwNodePtr pTmpNd = rOutlNd[ nPos ]; in IsProtectedOutlinePara()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 679 SwNodePtr pNode = rNodes[nN]; in Impl_createDataSource()
|
Completed in 135 milliseconds