Home
last modified time | relevance | path

Searched refs:pWrongList (Results 1 – 7 of 7) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx706 pWrongList = NULL; in ContentNode()
713 pWrongList = NULL; in ContentNode()
720 delete pWrongList; in ~ContentNode()
851 if ( pWrongList ) in ExpandAttribs()
854 pWrongList->TextInserted( nIndex, nNew, bSep ); in ExpandAttribs()
944 if ( pWrongList ) in CollapsAttribs()
945 pWrongList->TextDeleted( nIndex, nDeleted ); in CollapsAttribs()
1096 delete pWrongList; in DestroyWrongList()
1098 pWrongList = NULL; in DestroyWrongList()
1105 pWrongList = new WrongList; in CreateWrongList()
[all …]
H A Dimpedit4.cxx2376 WrongList* pWrongList = pNode->GetWrongList(); in DoOnlineSpelling() local
2377 sal_uInt16 nInvStart = pWrongList->GetInvalidStart(); in DoOnlineSpelling()
2378 sal_uInt16 nInvEnd = pWrongList->GetInvalidEnd(); in DoOnlineSpelling()
2386 pWrongList->SetValid(); in DoOnlineSpelling()
2429 if ( !pWrongList->HasWrong( nWStart, nXEnd ) ) in DoOnlineSpelling()
2442 pWrongList->GetInvalidStart() = nWStart; in DoOnlineSpelling()
2443 pWrongList->GetInvalidEnd() = nWEnd; in DoOnlineSpelling()
2451 pWrongList->InsertWrong( nWStart, nXEnd, sal_True ); in DoOnlineSpelling()
2459 if ( pWrongList->HasAnyWrong( nWStart, nWEnd ) ) in DoOnlineSpelling()
2461 pWrongList->ClearWrongs( nWStart, nWEnd, pNode ); in DoOnlineSpelling()
[all …]
H A Deditdoc.hxx254 WrongList* pWrongList; member in ContentNode
275 WrongList* GetWrongList() { return pWrongList; } in GetWrongList()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1022 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in GetTextBoundary() local
1023 if( NULL != pWrongList ) in GetTextBoundary()
1027 const xub_StrLen nNext = pWrongList->NextWrong(nBegin); in GetTextBoundary()
1030 if ( nWrongPos >= pWrongList->Count() || in GetTextBoundary()
1037 if ( nBegin > pWrongList->GetBeginInv() && in GetTextBoundary()
1041 ? pWrongList->GetEndInv() in GetTextBoundary()
1046 nLast += pWrongList->Len( nWrongPos ); in GetTextBoundary()
2543 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues() local
2544 if( NULL != pWrongList ) in _correctValues()
2564 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues() local
[all …]
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx401 const SwWrongList *pWrongList; member in SwTxtPaintInfo
424 …SwTxtPaintInfo() { pFrm = 0; pWrongList = 0; pGrammarCheckList = 0; pWrongList = 0; pSmartTags = 0… in SwTxtPaintInfo()
426 … SwTxtPaintInfo() { pFrm = 0; pWrongList = 0; pGrammarCheckList = 0; pSmartTags = 0; pSpaceAdd = 0;
506 inline void SetWrongList( const SwWrongList *pNew ){ pWrongList = pNew; } in SetWrongList()
507 inline const SwWrongList* GetpWrongList() const { return pWrongList; } in GetpWrongList()
H A Dinftxt.cxx559 pWrongList = NULL; in CtorInitTxtPaintInfo()
572 pWrongList( rInf.GetpWrongList() ), in SwTxtPaintInfo()
585 pWrongList( rInf.GetpWrongList() ), in SwTxtPaintInfo()
752 aDrawInf.SetWrong( bTmpWrong ? pWrongList : NULL ); in _DrawText()
764 aDrawInf.SetWrong( bTmpWrong ? pWrongList : NULL ); in _DrawText()
H A Dportxt.cxx594 const SwWrongList *pWrongList = rInf.GetpWrongList(); in Paint() local
599 const bool bWrong = 0 != pWrongList; in Paint()

Completed in 133 milliseconds