| /trunk/main/sw/source/core/crsr/ |
| H A D | crstrvl.cxx | 305 SwCntntNode* pFnd = 0; in GotoNextTOXBase() local 313 ( !pFnd || pFnd->GetIndex() > pSectNd->GetIndex() ) && in GotoNextTOXBase() 330 pFnd = pCNd; in GotoNextTOXBase() 334 if( pFnd ) in GotoNextTOXBase() 338 pCurCrsr->GetPoint()->nNode = *pFnd; in GotoNextTOXBase() 339 pCurCrsr->GetPoint()->nContent.Assign( pFnd, 0 ); in GotoNextTOXBase() 355 SwCntntNode* pFnd = 0; in GotoPrevTOXBase() local 363 ( !pFnd || pFnd->GetIndex() < pSectNd->GetIndex() ) && in GotoPrevTOXBase() 380 pFnd = pCNd; in GotoPrevTOXBase() 385 if( pFnd ) in GotoPrevTOXBase() [all …]
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docredln.cxx | 1968 const SwRedline* pFnd = 0; in lcl_FindCurrRedline() local 1982 pFnd = pTmp; in lcl_FindCurrRedline() 1990 return pFnd; in lcl_FindCurrRedline() 2004 const SwRedline* pFnd = lcl_FindCurrRedline( *pStt, n, sal_True ); in lcl_AcceptRejectRedl() local 2005 if( pFnd && // neu ein Teil davon? in lcl_AcceptRejectRedl() 2006 ( *pFnd->Start() != *pStt || *pFnd->End() > *pEnd )) in lcl_AcceptRejectRedl() 2315 const SwRedline* pFnd = lcl_FindCurrRedline( rSttPos, n, sal_True ); in SelNextRedline() local 2316 if( pFnd ) in SelNextRedline() 2318 const SwPosition* pEnd = pFnd->End(); in SelNextRedline() 2325 pFnd = 0; in SelNextRedline() [all …]
|
| H A D | docfld.cxx | 182 SwFieldType* pFnd; in InsDeletedFldType() local 185 if( nFldWhich == (pFnd = (*pFldTypes)[i])->Which() && in InsDeletedFldType() 186 rSCmp.isEqual( rFldNm, pFnd->GetName() ) ) in InsDeletedFldType() 194 if( nFldWhich == (pFnd = (*pFldTypes)[i])->Which() && in InsDeletedFldType() 195 rSCmp.isEqual( sSrch, pFnd->GetName() ) ) in InsDeletedFldType() 1048 SwHash* pFnd = Find( rRet, ppTbl, nSize, pPos ); in LookString() local 1049 if( pFnd ) in LookString() 1050 rRet = ((_HashStr*)pFnd)->aSetStr; in LookString() 1205 SwHash* pFnd; in FldsToExpand() local 1235 pFnd = Find( aNew, ppHashTbl, rTblSize, &nPos ); in FldsToExpand() [all …]
|
| H A D | fmtcol.cxx | 586 const SwCollCondition* pFnd = 0; in HasCondition() local 590 if( *( pFnd = aCondColls[ n ]) == rCond ) in HasCondition() 593 return n < aCondColls.Count() ? pFnd : 0; in HasCondition() 634 SwCollCondition* pFnd = rCndClls[ n ]; in SetConditions() local 635 SwTxtFmtColl* pTmpColl = pFnd->GetTxtFmtColl() in SetConditions() 636 ? rDoc.CopyTxtColl( *pFnd->GetTxtFmtColl() ) in SetConditions() 639 if( USRFLD_EXPRESSION & pFnd->GetCondition() ) in SetConditions() 640 pNew = new SwCollCondition( pTmpColl, pFnd->GetCondition(), in SetConditions() 641 *pFnd->GetFldExpression() ); in SetConditions() 643 pNew = new SwCollCondition( pTmpColl, pFnd->GetCondition(), in SetConditions() [all …]
|
| H A D | docfmt.cxx | 2292 SwFmt* pFnd = 0; in FindFmtByName() local 2298 pFnd = (SwFmt*)rFmtArr[n]; in FindFmtByName() 2302 return pFnd; in FindFmtByName()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | index.cxx | 147 SwIndex* pFnd = (SwIndex*)&rIdx; in ChgValue() local 151 while( 0 != ( pPrv = pFnd->pPrev ) && pPrv->nIndex > nNewValue ) in ChgValue() 152 pFnd = pPrv; in ChgValue() 154 if( pFnd != this ) in ChgValue() 168 pNext = pFnd; in ChgValue() 169 pPrev = pFnd->pPrev; in ChgValue() 174 pFnd->pPrev = this; in ChgValue() 180 while( 0 != ( pNxt = pFnd->pNext ) && pNxt->nIndex < nNewValue ) in ChgValue() 181 pFnd = pNxt; in ChgValue() 183 if( pFnd != this ) in ChgValue() [all …]
|
| H A D | calc.cxx | 535 SwHash* pFnd = Find( aStr, VarTable, TBLSZ, &ii ); in VarLook() local 537 if( !pFnd ) in VarLook() 545 pFnd = new SwCalcExp( aStr, SwSbxValue(), in VarLook() 547 pFnd->pNext = *(VarTable+ii); in VarLook() 548 *(VarTable+ii) = pFnd; in VarLook() 553 if( pFnd ) in VarLook() 555 SwCalcExp* pFndExp = (SwCalcExp*)pFnd; in VarLook() 624 if( 0 != ( pFnd = Find( sDBNum, VarTable, TBLSZ ) ) ) in VarLook() 625 nTmpRec = ((SwCalcExp*)pFnd)->nValue.GetULong(); in VarLook() 697 SwCalcExp* pFnd = (SwCalcExp*)Find( aStr, VarTable, TBLSZ, &nPos ); in VarChange() local [all …]
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | atrftn.cxx | 371 for( SwCntntFrm* pFnd = aIter.First(); pFnd; pFnd = aIter.Next() ) in DelFrms() local 373 if( pRoot != pFnd->getRootFrm() && pRoot ) in DelFrms() 375 SwPageFrm* pPage = pFnd->FindPageFrm(); in DelFrms() 378 pPage->RemoveFtn( pFnd, this ); in DelFrms() 392 for( SwCntntFrm* pFnd = aIter.First(); pFnd; pFnd = aIter.Next() ) in DelFrms() local 394 if( pRoot != pFnd->getRootFrm() && pRoot ) in DelFrms() 396 SwPageFrm* pPage = pFnd->FindPageFrm(); in DelFrms() 398 SwFrm *pFrm = pFnd->GetUpper(); in DelFrms()
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | fedesc.cxx | 233 const SwPageDesc* pFnd, *pRetDesc = (SwPageDesc*)0xffffffff; in GetSelectedPageDescs() local 253 pFnd = 0; in GetSelectedPageDescs() 255 pFnd = ((SwPageFrm*)pMkFrm)->GetPageDesc(); in GetSelectedPageDescs() 266 pFnd = ((SwPageFrm*)pMkFrm)->GetPageDesc(); in GetSelectedPageDescs() 267 while( pFnd && pMkFrm != pPtFrm ) in GetSelectedPageDescs() 270 if( !pMkFrm || pFnd != ((SwPageFrm*)pMkFrm)->GetPageDesc() ) in GetSelectedPageDescs() 271 pFnd = 0; in GetSelectedPageDescs() 276 pRetDesc = pFnd; in GetSelectedPageDescs() 277 else if( pFnd != pRetDesc ) in GetSelectedPageDescs()
|
| /trunk/main/sw/source/core/edit/ |
| H A D | acorrect.cxx | 343 const SvxAutocorrWord* pFnd = rACorrect.SearchWordsInList( in ChgAutoCorrWord() local 346 if( pFnd ) in ChgAutoCorrWord() 351 if( pFnd->IsTextOnly() ) in ChgAutoCorrWord() 354 if( !bLastCharIsPoint || !pFnd->GetLong().Len() || in ChgAutoCorrWord() 355 '.' != pFnd->GetLong().GetChar( pFnd->GetLong().Len() - 1 ) ) in ChgAutoCorrWord() 358 pDoc->ReplaceRange( aPam, pFnd->GetLong(), false); in ChgAutoCorrWord() 365 sal_uInt16 nPos = aTBlks.GetIndex( pFnd->GetShort() ); in ChgAutoCorrWord()
|
| H A D | editsh.cxx | 811 for( SwTxtINetFmt* pFnd = aIter.First(); pFnd; pFnd = aIter.Next() ) in GetINetAttrs() local 813 if( 0 != ( pTxtNd = pFnd->GetpTxtNode()) && in GetINetAttrs() 816 SwTxtINetFmt& rAttr = *pFnd; in GetINetAttrs()
|
| /trunk/main/sw/source/core/fields/ |
| H A D | cellfml.cxx | 673 const SwTable* pFnd = FindTable( in ScanString() local 676 if( pFnd ) in ScanString() 677 pTbl = pFnd; in ScanString() 679 ASSERT( pFnd, "Tabelle nicht gefunden, was nun?" ); in ScanString() 1079 const SwTable* pFnd = FindTable( *rTbl.GetFrmFmt()->GetDoc(), sTblNm ); in _SplitMergeBoxNm() local 1080 if( pFnd ) in _SplitMergeBoxNm() 1081 pTbl = pFnd; in _SplitMergeBoxNm() 1085 if( pFnd ) in _SplitMergeBoxNm() 1087 if( pFnd == rTblUpd.DATA.pDelTbl ) in _SplitMergeBoxNm() 1094 else if( pFnd != rTblUpd.pTbl || in _SplitMergeBoxNm()
|
| /trunk/main/sw/source/core/attr/ |
| H A D | hints.cxx | 223 : SwMsgPoolItem( RES_FINDNEARESTNODE ), pNd( &rNd ), pFnd( 0 ) in SwFindNearestNode() 233 ( !pFnd || nIdx > pFnd->GetIndex() ) && in CheckNode() 235 pFnd = &rNd; in CheckNode()
|
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | wrtsh2.cxx | 402 const SwFrmFmt* pFnd = IsURLGrfAtPos( rDocPt, &sURL, &sTargetFrameName ); in ClickToINetGrf() local 403 if( pFnd && sURL.Len() ) in ClickToINetGrf() 407 const SvxMacro* pMac = &pFnd->GetMacro().GetMacro( SFX_EVENT_MOUSECLICK_OBJECT ); in ClickToINetGrf() 411 aCallEvent.Set( EVENT_OBJECT_URLITEM, pFnd ); in ClickToINetGrf()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | edtspell.cxx | 728 …const SvxAutocorrWord* pFnd = rACorrect.SearchWordsInList( *pCurNode, rSttPos, nEndPos, *this, eLa… in ChgAutoCorrWord() local 729 if( pFnd && pFnd->IsTextOnly() ) in ChgAutoCorrWord() 737 pImpEE->ImpInsertText( aSel, pFnd->GetLong() ); in ChgAutoCorrWord() 738 nCursor = nCursor + pFnd->GetLong().Len(); in ChgAutoCorrWord()
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | node.cxx | 1561 const SfxPoolItem* pFnd = 0; in SetAttr() local 1562 if( SFX_ITEM_SET == rSet.GetItemState( RES_AUTO_STYLE, sal_False, &pFnd ) ) in SetAttr() 1565 const SwFmtAutoFmt* pTmp = static_cast<const SwFmtAutoFmt*>(pFnd); in SetAttr() 1797 const SfxPoolItem* pFnd = 0; in GetNoCondAttr() local 1801 nWhich, sal_False, &pFnd ) && bInParents )) in GetNoCondAttr() 1802 ((SwFmt*)GetRegisteredIn())->GetItemState( nWhich, bInParents, &pFnd ); in GetNoCondAttr() 1811 GetSwAttrSet().GetItemState( nWhich, bInParents, &pFnd ); in GetNoCondAttr() 1813 return pFnd; in GetNoCondAttr()
|
| /trunk/main/sw/inc/ |
| H A D | hints.hxx | 280 const SwNode *pNd, *pFnd; member in SwFindNearestNode 285 const SwNode* GetFoundNode() const { return pFnd; } in GetFoundNode()
|
| /trunk/main/editeng/source/misc/ |
| H A D | svxacorr.cxx | 1775 const SvxAutocorrWord* pFnd = (*pAutoCorrWordList)[ nPos ]; in lcl_SearchWordsInList() local 1776 const String& rChk = pFnd->GetShort(); in lcl_SearchWordsInList() 1788 return pFnd; in lcl_SearchWordsInList() 2822 SvxAutocorrWord* pFnd = (*pAutocorr_List)[ nPos ]; in DeleteText() local 2823 if( !pFnd->IsTextOnly() ) in DeleteText()
|