/aoo4110/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 369 _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() 530 _SwSrchChrAttr* pCmp; in SetAttrBwd() local 569 *pCmp = *pArrPtr; in SetAttrBwd() 592 pCmp->nStt = aTmp.nStt; in SetAttrBwd() 618 pCmp->nEnd = aTmp.nStt; in SetAttrBwd() [all …]
|
H A D | crsrsh.cxx | 986 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() 1649 SwPaM* pCmp = pCurCrsr; in UpdateCrsr() local 1653 bool bPointIsStart = ( pCmp->Start() == pCmp->GetPoint() ); in UpdateCrsr() 1661 if( pCmp->HasMark() ) in UpdateCrsr() 1665 pCmp->Exchange(); in UpdateCrsr() 1668 pCmp->Exchange(); in UpdateCrsr() 1673 pCmp = static_cast<SwPaM*>( pCmp->GetNext() ); in UpdateCrsr() [all …]
|
/aoo4110/main/sw/source/core/edit/ |
H A D | eddel.cxx | 280 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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdmark.cxx | 398 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()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffld.cxx | 152 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()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docsort.cxx | 160 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 D | tblrwcl.cxx | 1898 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()
|
/aoo4110/main/sw/source/core/tox/ |
H A D | tox.cxx | 554 const SwTOXType* pCmp = rTypes[ --n ]; in CopyTOXBase() local 555 if( pCmp->GetType() == pType->GetType() && in CopyTOXBase() 556 pCmp->GetTypeName() == pType->GetTypeName() ) in CopyTOXBase() 558 pType = (SwTOXType*)pCmp; in CopyTOXBase()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 91 SwTblFmtCmp *pCmp = (SwTblFmtCmp*)rArr[i]; in FindNewFmt() local 92 if ( pCmp->pOld == pOld && pCmp->nType == nType ) in FindNewFmt() 93 return pCmp->pNew; in FindNewFmt()
|
/aoo4110/main/rsc/inc/ |
H A D | rsctree.hxx | 62 NameNode* Search( const void * pCmp ) const;
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 814 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()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 334 const SwFrm *pCmp ) const;
|
/aoo4110/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 2065 const SwFrm *pCmp ) const in CmpLeftRight() 2069 CalcLeft( pCaller ) == rCmpAttrs.CalcLeft( pCmp ) && in CmpLeftRight() 2071 CalcRight( pCaller ) == rCmpAttrs.CalcRight( pCmp ) ); in CmpLeftRight()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 3630 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()
|