Home
last modified time | relevance | path

Searched refs:StyleExists (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par2.cxx432 aRet.mpStyleApo = StyleExists(nStyle) ? m_vColl[nStyle].m_xWWFly.get() : nullptr; in TestApo()
3426 else if( StyleExists(m_nCurrentColl) ) in StartTable()
4515 if( mpIo->StyleExists(0) && !mpIo->m_vColl.empty() && in Import()
H A Dww8par.cxx2849 …if ((eSrcCharSet == RTL_TEXTENCODING_DONTKNOW) && StyleExists(m_nCurrentColl) && m_nCurrentColl < … in GetCurrentCharSet()
2873 …if (eSrcCharSet == RTL_TEXTENCODING_DONTKNOW && StyleExists(m_nCurrentColl) && m_nCurrentColl < m_… in GetCurrentCJKCharSet()
3832 if (!bTabRowEnd && StyleExists(m_nCurrentColl)) in ProcessCurrentCollChange()
H A Dww8par6.cxx318 if ( m_pCurrentColl && StyleExists(m_nCurrentColl) ) // importing style in SetRelativeJustify()
330 if ( m_pCurrentColl && StyleExists(m_nCurrentColl) ) in IsRelativeJustify()
356 if ( StyleExists(nColl) ) in IsRelativeJustify()
H A Dww8par.hxx1383 bool StyleExists(unsigned int nColl) const { return (nColl < m_vColl.size()); } in StyleExists() function in SwWW8ImplReader
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par2.cxx428 aRet.mpStyleApo = StyleExists(nStyle) ? m_vColl[nStyle].m_xWWFly.get() : nullptr; in TestApo()
3422 else if( StyleExists(m_nCurrentColl) ) in StartTable()
4519 if( mpIo->StyleExists(0) && !mpIo->m_vColl.empty() && in Import()
H A Dww8par6.cxx316 if ( m_pCurrentColl && StyleExists(m_nCurrentColl) ) // importing style in SetRelativeJustify()
328 if ( m_pCurrentColl && StyleExists(m_nCurrentColl) ) in IsRelativeJustify()
360 if ( StyleExists(nColl) ) in IsRelativeJustify()
H A Dww8par.cxx2866 …if ((eSrcCharSet == RTL_TEXTENCODING_DONTKNOW) && StyleExists(m_nCurrentColl) && m_nCurrentColl < … in GetCurrentCharSet()
2890 …if (eSrcCharSet == RTL_TEXTENCODING_DONTKNOW && StyleExists(m_nCurrentColl) && m_nCurrentColl < m_… in GetCurrentCJKCharSet()
3846 if (!bTabRowEnd && StyleExists(m_nCurrentColl)) in ProcessCurrentCollChange()
H A Dww8par.hxx1399 bool StyleExists(unsigned int nColl) const { return (nColl < m_vColl.size()); } in StyleExists() function in SwWW8ImplReader