Home
last modified time | relevance | path

Searched refs:nPointPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdmrkv1.cxx633 sal_uIntPtr nPointPos=pPts->GetPos(nId); in MarkGluePoint() local
634 if (!bUnmark && nPointPos==CONTAINER_ENTRY_NOTFOUND) { in MarkGluePoint()
638 if (bUnmark && nPointPos!=CONTAINER_ENTRY_NOTFOUND) { in MarkGluePoint()
640 pPts->Remove(nPointPos); in MarkGluePoint()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1468 int nPointPos = lcl_RelativePosition( *pRdl->GetPoint(), nNode, nCntnt ); in _SaveCntntIdx() local
1470 nPointPos; in _SaveCntntIdx()
1474 if( nPointPos == BEFORE_SAME_NODE || in _SaveCntntIdx()
1475 ( nPointPos == SAME_POSITION && nMarkPos < SAME_POSITION ) ) in _SaveCntntIdx()
1483 ( nMarkPos == SAME_POSITION && nPointPos < SAME_POSITION ) ) ) in _SaveCntntIdx()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx63 sal_uInt16 nPointPos = rAreaStr.Search('.'); in MakeArea() local
70 if ( nPointPos != STRING_NOTFOUND ) in MakeArea()
73 aStrArea += rAreaStr.Copy( nPointPos+1 ); // '.' nicht mitkopieren in MakeArea()

Completed in 37 milliseconds