Searched refs:pSty (Results 1 – 5 of 5) sorted by relevance
1678 const SwFormat * pSty = nullptr; in Read_Tab() local1684 pSty = m_vColl[nTabBase].m_pFormat; in Read_Tab()1690 pSty = m_vColl[m_nCurrentColl].m_pFormat; in Read_Tab()1696 while (pSty && !bFound) in Read_Tab()1720 aLoopWatch.insert(reinterpret_cast<size_t>(pSty)); in Read_Tab()1722 pSty = m_vColl[nTabBase].m_pFormat; in Read_Tab()1725 if (aLoopWatch.find(reinterpret_cast<size_t>(pSty)) != in Read_Tab()1727 pSty = nullptr; in Read_Tab()1730 pSty = nullptr; // Give up on the search in Read_Tab()1800 SvxTabStopItem aOrig = pSty ? in Read_Tab()[all …]
117 const WW8RStyle* pSty = nullptr, const WW8PLCFx_SEPX* pSep = nullptr);1333 const WW8RStyle* pSty, const WW8PLCFx_SEPX* pSep) in lcl_ReadBorders() argument1418 else if( pSty ) in lcl_ReadBorders()1424 SprmResult aRes(pSty->HasParaSprm(aVer67Ids[i])); in lcl_ReadBorders()1432 SprmResult aRes(pSty->HasParaSprm(aVer8Ids[i])); in lcl_ReadBorders()1438 SprmResult aRes(pSty->HasParaSprm(aVer9Ids[i])); in lcl_ReadBorders()1444 OSL_ENSURE( pSty || pPap, "WW8PLCFx_Cp_FKP and WW8RStyle " in lcl_ReadBorders()
1675 const SwFormat * pSty = nullptr; in Read_Tab() local1681 pSty = m_vColl[nTabBase].m_pFormat; in Read_Tab()1687 pSty = m_vColl[m_nCurrentColl].m_pFormat; in Read_Tab()1693 while (pSty && !bFound) in Read_Tab()1717 aLoopWatch.insert(reinterpret_cast<size_t>(pSty)); in Read_Tab()1719 pSty = m_vColl[nTabBase].m_pFormat; in Read_Tab()1722 if (aLoopWatch.find(reinterpret_cast<size_t>(pSty)) != in Read_Tab()1724 pSty = nullptr; in Read_Tab()1727 pSty = nullptr; // Give up on the search in Read_Tab()1797 SvxTabStopItem aOrig = pSty ? in Read_Tab()[all …]
119 const WW8RStyle* pSty = nullptr, const WW8PLCFx_SEPX* pSep = nullptr);1314 const WW8RStyle* pSty, const WW8PLCFx_SEPX* pSep) in lcl_ReadBorders() argument1399 else if( pSty ) in lcl_ReadBorders()1405 SprmResult aRes(pSty->HasParaSprm(aVer67Ids[i])); in lcl_ReadBorders()1413 SprmResult aRes(pSty->HasParaSprm(aVer8Ids[i])); in lcl_ReadBorders()1419 SprmResult aRes(pSty->HasParaSprm(aVer9Ids[i])); in lcl_ReadBorders()1425 OSL_ENSURE( pSty || pPap, "WW8PLCFx_Cp_FKP and WW8RStyle " in lcl_ReadBorders()
1235 QString pSty = parentStyle.remove("ParagraphStyle/"); in parseParagraphStyle() local1236 if (styleParents.contains(pSty)) in parseParagraphStyle()1237 styleParents[pSty].append(newStyle.name()); in parseParagraphStyle()1239 styleParents.insert(pSty, QStringList() << newStyle.name()); in parseParagraphStyle()