Home
last modified time | relevance | path

Searched refs:pCmp (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx369 _SwSrchChrAttr* pCmp; in SetAttrFwd() local
409 *pCmp = *pArrPtr; in SetAttrFwd()
433 pCmp->nEnd = aTmp.nEnd; in SetAttrFwd()
459 pCmp->nStt = aTmp.nEnd; in SetAttrFwd()
461 pCmp->nEnd = aTmp.nStt; in SetAttrFwd()
467 pCmp->nWhich = 0; in SetAttrFwd()
531 _SwSrchChrAttr* pCmp; in SetAttrBwd() local
570 *pCmp = *pArrPtr; in SetAttrBwd()
593 pCmp->nStt = aTmp.nStt; in SetAttrBwd()
619 pCmp->nEnd = aTmp.nStt; in SetAttrBwd()
[all …]
H A Dcrsrsh.cxx986 if( pCmp->HasMark() && in ChgCurrPam()
987 *pCmp->Start() <= aPtPos && *pCmp->End() > aPtPos ) in ChgCurrPam()
992 pCurCrsr = pCmp; in ChgCurrPam()
997 ( pCmp = dynamic_cast<SwShellCrsr*>(pCmp->GetNext()) ) ); in ChgCurrPam()
1657 SwPaM* pCmp = pCurCrsr; in UpdateCrsr() local
1661 bool bPointIsStart = ( pCmp->Start() == pCmp->GetPoint() ); in UpdateCrsr()
1669 if( pCmp->HasMark() ) in UpdateCrsr()
1673 pCmp->Exchange(); in UpdateCrsr()
1676 pCmp->Exchange(); in UpdateCrsr()
1681 pCmp = static_cast<SwPaM*>( pCmp->GetNext() ); in UpdateCrsr()
[all …]
/trunk/main/sw/source/core/edit/
H A Deddel.cxx280 SwPaM* pCmp = (SwPaM*)pDestShell->GetCrsr(); // sicher den Pointer auf Cursor in Copy() local
282 ASSERT( pCmp->GetPoint()->nContent.GetIdxReg() in Copy()
283 == pCmp->GetCntntNode(), "Point im falschen Node" ); in Copy()
284 ASSERT( pCmp->GetMark()->nContent.GetIdxReg() in Copy()
285 == pCmp->GetCntntNode(sal_False), "Mark im falschen Node" ); in Copy()
286 sal_Bool bTst = *pCmp->GetPoint() == *pCmp->GetMark(); in Copy()
288 } while( pDestShell->GetCrsr() != ( pCmp = (SwPaM*)pCmp->GetNext() ) ); in Copy()
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx398 SdrMark* pCmp = (SdrMark*)maList.Prev(); in ImpForceSort() local
400 while(pCmp) in ImpForceSort()
402 if(pAkt->GetMarkedSdrObj() == pCmp->GetMarkedSdrObj() && pAkt->GetMarkedSdrObj()) in ImpForceSort()
405 if(pCmp->IsCon1()) in ImpForceSort()
408 if(pCmp->IsCon2()) in ImpForceSort()
414 delete pCmp; in ImpForceSort()
418 pAkt = pCmp; in ImpForceSort()
421 pCmp = (SdrMark*)maList.Prev(); in ImpForceSort()
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx152 const sal_Char* pCmp = aFldNmArr[n].pFldNm; in _WhichFld() local
153 int nLen = *pCmp++; in _WhichFld()
154 xub_StrLen nFndPos = sNm.SearchAscii( pCmp ); in _WhichFld()
193 const sal_Char* pCmp = aNumberTypeTab[n - SVX_NUM_CHARS_UPPER_LETTER]; in CheckNumberFmtStr() local
194 int nLen = *pCmp++; in CheckNumberFmtStr()
195 if( rNStr.EqualsAscii( pCmp, 0, static_cast< xub_StrLen >(nLen) )) in CheckNumberFmtStr()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx160 const SwSortElement *pOrig, *pCmp; in operator <() local
164 pOrig = this, pCmp = &rCmp; in operator <()
166 pOrig = &rCmp, pCmp = this; in operator <()
171 double n2 = pCmp->GetValue( nKey ); in operator <()
192 pOrig->GetKey( nKey ), pCmp->GetKey( nKey )); in operator <()
H A Dtblrwcl.cxx1898 const SwTableBox* pCmp; in lcl_GetBoxOffset() local
1899 for( sal_uInt16 n = 0; pBox != ( pCmp = rBoxes[ n ] ); ++n ) in lcl_GetBoxOffset()
1900 nRet = nRet + (sal_uInt16) pCmp->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_GetBoxOffset()
/trunk/main/sw/source/core/tox/
H A Dtox.cxx530 const SwTOXType* pCmp = rTypes[ --n ]; in CopyTOXBase() local
531 if( pCmp->GetType() == pType->GetType() && in CopyTOXBase()
532 pCmp->GetTypeName() == pType->GetTypeName() ) in CopyTOXBase()
534 pType = (SwTOXType*)pCmp; in CopyTOXBase()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx91 SwTblFmtCmp *pCmp = (SwTblFmtCmp*)rArr[i]; in FindNewFmt() local
92 if ( pCmp->pOld == pOld && pCmp->nType == nType ) in FindNewFmt()
93 return pCmp->pNew; in FindNewFmt()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx814 StyleTree_ImplPtr pCmp = rArr[j]; in MakeTree_Impl() local
815 if(pCmp->aName == pEntry->aParent) in MakeTree_Impl()
822 ii < pCmp->Count() && COMPARE_LESS == in MakeTree_Impl()
823 pCollator->compareString( (*pCmp->pChilds)[ii]->aName, in MakeTree_Impl()
825 pCmp->Put(pEntry,ii); in MakeTree_Impl()
/trunk/main/rsc/inc/
H A Drsctree.hxx62 NameNode* Search( const void * pCmp ) const;
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx343 const SwFrm *pCmp ) const;
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx2081 const SwFrm *pCmp ) const in CmpLeftRight()
2085 CalcLeft( pCaller ) == rCmpAttrs.CalcLeft( pCmp ) && in CmpLeftRight()
2087 CalcRight( pCaller ) == rCmpAttrs.CalcRight( pCmp ) ); in CmpLeftRight()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx3630 const sal_Char* pCmp = aFontNameTab[ n ]; in GetFontParams() local
3631 xub_StrLen nLen = *pCmp++; in GetFontParams()
3632 if( rName.EqualsIgnoreCaseAscii(pCmp, 0, nLen) ) in GetFontParams()

Completed in 164 milliseconds