Home
last modified time | relevance | path

Searched refs:pSty (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par.cxx1678 const SwFormat * pSty = nullptr; in Read_Tab() local
1684 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 …]
H A Dww8par6.cxx117 const WW8RStyle* pSty = nullptr, const WW8PLCFx_SEPX* pSep = nullptr);
1333 const WW8RStyle* pSty, const WW8PLCFx_SEPX* pSep) in lcl_ReadBorders() argument
1418 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()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par.cxx1675 const SwFormat * pSty = nullptr; in Read_Tab() local
1681 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 …]
H A Dww8par6.cxx119 const WW8RStyle* pSty = nullptr, const WW8PLCFx_SEPX* pSep = nullptr);
1314 const WW8RStyle* pSty, const WW8PLCFx_SEPX* pSep) in lcl_ReadBorders() argument
1399 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()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/idml/
H A Dimportidml.cpp1235 QString pSty = parentStyle.remove("ParagraphStyle/"); in parseParagraphStyle() local
1236 if (styleParents.contains(pSty)) in parseParagraphStyle()
1237 styleParents[pSty].append(newStyle.name()); in parseParagraphStyle()
1239 styleParents.insert(pSty, QStringList() << newStyle.name()); in parseParagraphStyle()