Searched refs:pSectionFmt (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unoidx.cxx | 383 SwSectionFmt *const pSectionFmt(GetSectionFmt()); in GetTOXSectionOrThrow() local 386 : ((pSectionFmt) in GetTOXSectionOrThrow() 387 ? static_cast<SwTOXBaseSection*>(pSectionFmt->GetSection()) in GetTOXSectionOrThrow() 664 SwSectionFmt *const pSectionFmt(m_pImpl->GetSectionFmt()); in setPropertyValue() local 709 if (pSectionFmt) in setPropertyValue() 714 lcl_ReAssignTOXType(pSectionFmt->GetDoc(), in setPropertyValue() 767 if (pSectionFmt) in setPropertyValue() 933 if (pTmpFmt == pSectionFmt) in setPropertyValue() 976 SwSectionFmt *const pSectionFmt( m_pImpl->GetSectionFmt() ); in getPropertyValue() local 978 if (pSectionFmt) in getPropertyValue() [all …]
|
| H A D | unosect.cxx | 1898 SwSectionFmt *const pSectionFmt( m_pImpl->GetSectionFmt() ); in GetCoreObject() local 1899 return pSectionFmt; in GetCoreObject() 1904 SwSectionFmt *const pSectionFmt( m_pImpl->GetSectionFmt() ); in GetModel() local 1905 if (pSectionFmt) in GetModel() 1907 SwDocShell const*const pShell( pSectionFmt->GetDoc()->GetDocShell() ); in GetModel()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtw8sty.cxx | 1013 if ( rInfo.pSectionFmt && (SwSectionFmt*)0xFFFFFFFF != rInfo.pSectionFmt ) in NumberOfColumns() 1014 aSet.Put( rInfo.pSectionFmt->GetFmtAttr( RES_COL ) ); in NumberOfColumns() 1030 const SwSectionFmt* pSectionFmt, sal_uLong nLnNumRestartNo ) in AppendSection() argument 1035 aSects.Insert( WW8_SepInfo( pPd, pSectionFmt, nLnNumRestartNo ), in AppendSection() 1041 const SwSectionFmt* pSectionFmt, sal_uLong nLnNumRestartNo ) in AppendSep() argument 1048 AppendSection( pPd, pSectionFmt, nLnNumRestartNo ); in AppendSep() 1052 const SwNode& rNd, const SwSectionFmt* pSectionFmt, sal_uLong nLnNumRestartNo ) in AppendSection() argument 1057 WW8_SepInfo aI( rPD.GetPageDesc(), pSectionFmt, nLnNumRestartNo, in AppendSection() 1064 const SwNode& rNd, const SwSectionFmt* pSectionFmt, sal_uLong nLnNumRestartNo ) in AppendSep() argument 1071 AppendSection( rPD, rNd, pSectionFmt, nLnNumRestartNo ); in AppendSep() [all …]
|
| H A D | wrtww8.hxx | 159 const SwSectionFmt* pSectionFmt; member 166 : pPageDesc(0), pSectionFmt(0), pPDNd(0), pNumNd(0), nLnNumRestartNo(0), nPgRestartNo(0) in WW8_SepInfo() 172 : pPageDesc( pPD ), pSectionFmt( pFmt ), pPDNd( pNd ), pNumNd( 0 ), in WW8_SepInfo() 203 const SwSectionFmt* pSectionFmt = 0, 207 const SwSectionFmt* pSectionFmt, 251 const SwSectionFmt* pSectionFmt = 0, 255 const SwSectionFmt* pSectionFmt,
|