Home
last modified time | relevance | path

Searched refs:pNode (Results 201 – 225 of 229) sorted by relevance

12345678910

/trunk/main/editeng/source/editeng/
H A Deditundo.hxx53 EditUndoDelContent( ImpEditEngine* pImpEE, ContentNode* pNode, sal_uInt32 nPortio );
H A Deditdbg.cxx563 return nXLen == pNode->Len() ? sal_True : sal_False; in DbgCheckTextPortions()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2617 const SwNode* pNode = pSttNd->GetNodes()[nIndex]; in IsValidNumTxtNd() local
2618 if( pNode->IsTableNode() ) in IsValidNumTxtNd()
2623 if( pNode->IsTxtNode() ) in IsValidNumTxtNd()
2632 pTextNode = pNode->GetTxtNode(); in IsValidNumTxtNd()
/trunk/main/unoxml/source/dom/
H A Delement.hxx57 xmlNodePtr const pNode);
H A Dnode.hxx108 void addNamespaces(Context& io_rContext, xmlNodePtr pNode);
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx2571 if (SwTxtNode* pNode = aPref.GetNode().GetTxtNode()) in JoinNode() local
2575 rPam.GetPoint()->nContent.Assign(pNode, pNode->GetTxt().Len()); in JoinNode()
2579 pNode->JoinNext(); in JoinNode()
4164 if (const SwTxtNode* pNode = pPaM->GetNode()->GetTxtNode()) in Read_LR() local
4166 if ( const SwNumFmt *pNumFmt = GetNumFmtFromTxtNode(*pNode) ) in Read_LR()
H A Dwrtww8.cxx2585 size_t operator()(SwNode * pNode) const { return reinterpret_cast<size_t>(pNode); } in operator ()()
2765 SwNode * pNode = pCurPam->GetNode(); in IsInTable() local
2767 if (pNode != NULL && mpTableInfo.get() != NULL) in IsInTable()
2769 ww8::WW8TableNodeInfo::Pointer_t pTableNodeInfo = mpTableInfo->getTableNodeInfo(pNode); in IsInTable()
H A Ddocxattributeoutput.cxx1685 const SwNode *pNode = rFrame.GetContent(); in OutputFlyFrame_Impl() local
1686 const SwGrfNode *pGrfNode = pNode ? pNode->GetGrfNode() : 0; in OutputFlyFrame_Impl()
H A Drtfattributeoutput.cxx1684 const SwNode *pNode = rFrame.GetContent(); in OutputFlyFrame_Impl() local
1685 const SwGrfNode *pGrfNode = pNode ? pNode->GetGrfNode() : 0; in OutputFlyFrame_Impl()
/trunk/main/starmath/inc/
H A Dview.hxx65 void SetCursor(const SmNode *pNode);
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx214 TEParaPortion( TextNode* pNode );
/trunk/main/sw/inc/
H A Dpam.hxx171 xub_StrLen &nStart, xub_StrLen &nEnde,xub_StrLen nTxtLen,SwNode* pNode, SwPaM* pPam);
H A Dunocrsrhelper.hxx94 , const SwTxtNode* pNode = 0 );
H A Dcrsrsh.hxx121 SwCntntNode * pNode; // #i23726# member
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx128 OOperandParam(connectivity::OSQLParseNode* pNode, sal_Int32 _nPos);
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.hxx140 …Len( const OFileWriter &of, const char* pParameterName, const LocaleNode* pNode, sal_Int32 nMinLen…
/trunk/main/connectivity/inc/connectivity/
H A Dsqliterator.hxx274 sal_Bool getColumnTableRange(const OSQLParseNode* pNode, ::rtl::OUString &rTableRange) const;
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.hxx181 sal_Bool checkInnerJoin(const ::connectivity::OSQLParseNode *pNode
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1840 SwNode *pNode = pShellCrsr->GetNode(); in setPropertyValue() local
1841 if (pNode && pNode->IsTxtNode()) in setPropertyValue()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx3282 SwNode* pNode = rNds[n]; in InvalidateRange() local
3284 if(pNode && ND_TEXTNODE == pNode->GetNodeType()) in InvalidateRange()
3286 SwTxtNode* pNd = static_cast< SwTxtNode* >(pNode); in InvalidateRange()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx186 SwCntntNode *pNode = aNewIdx.GetNode().GetCntntNode(); in Modify() local
187 pCntnt = pNode->getLayoutFrm( getRootFrm(), &pOldAnchor->Frm().Pos(), 0, sal_False ); in Modify()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx221 void InsertContent( TextNode* pNode, sal_uLong nPara );
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx679 SwNodePtr pNode = rNodes[nN]; in Impl_createDataSource() local
680 if( !pNode ) in Impl_createDataSource()
682 const SwOLENode* pOleNode = pNode->GetOLENode(); in Impl_createDataSource()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1892 SwCntntNode *pNode = pPaM->GetCntntNode(); in BeginFly() local
1893 pPaM->GetPoint()->nContent.Assign( pNode, 0 ); in BeginFly()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx2115 if( GetContentAtPos(rPt, aCntntAtPos) && aCntntAtPos.aFnd.pNode) in GetNumRuleNodeAtPos()
2116 pResult = aCntntAtPos.aFnd.pNode->GetTxtNode(); in GetNumRuleNodeAtPos()

Completed in 282 milliseconds

12345678910