Searched refs:pSty (Results 1 – 2 of 2) sorted by relevance
1533 const SwTxtFmtColl* pSty = 0; in Read_Tab() local1539 pSty = (const SwTxtFmtColl*)pCollA[nTabBase].pFmt; in Read_Tab()1544 pSty = (const SwTxtFmtColl*)pCollA[nAktColl].pFmt; in Read_Tab()1549 while (pSty && !bFound) in Read_Tab()1552 bFound = pSty->GetAttrSet().GetItemState(RES_PARATR_TABSTOP, false, in Read_Tab()1572 aLoopWatch.insert(reinterpret_cast<size_t>(pSty)); in Read_Tab()1573 pSty = (const SwTxtFmtColl*)pCollA[nTabBase].pFmt; in Read_Tab()1575 if (aLoopWatch.find(reinterpret_cast<size_t>(pSty)) != in Read_Tab()1577 pSty = 0; in Read_Tab()1580 pSty = 0; // gib die Suche auf in Read_Tab()[all …]
122 const WW8RStyle* pSty = 0, const WW8PLCFx_SEPX* pSep = 0);1252 const WW8RStyle* pSty, const WW8PLCFx_SEPX* pSep) in lcl_ReadBorders() argument1295 else if( pSty ) in lcl_ReadBorders()1298 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSty->HasParaSprm( *pIds )))<<i; in lcl_ReadBorders()1301 ASSERT( pSty || pPap, "WW8PLCFx_Cp_FKP and WW8RStyle " in lcl_ReadBorders()