Searched refs:pCurrentPos (Results 1 – 1 of 1) sorted by relevance
320 const SwNode* lcl_SpecialInsertNode(const SwPosition* pCurrentPos) in lcl_SpecialInsertNode() argument326 DBG_ASSERT( pCurrentPos != NULL, "Strange, we have no position!" ); in lcl_SpecialInsertNode()327 const SwNode& rCurrentNode = pCurrentPos->nNode.GetNode(); in lcl_SpecialInsertNode()370 SwNodeIndex aBegin( pCurrentPos->nNode ); in lcl_SpecialInsertNode()372 (pCurrentPos->nContent.GetIndex() == 0)) in lcl_SpecialInsertNode()383 SwNodeIndex aEnd( pCurrentPos->nNode ); in lcl_SpecialInsertNode()385 ( pCurrentPos->nContent.GetIndex() == in lcl_SpecialInsertNode()
Completed in 14 milliseconds