Home
last modified time | relevance | path

Searched refs:pSect (Results 26 – 43 of 43) sorted by relevance

12

/aoo41x/main/sw/source/core/crsr/
H A Dcrstrvl.cxx308 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GotoNextTOXBase() local
310 if( TOX_CONTENT_SECTION == pSect->GetType() && in GotoNextTOXBase()
311 0 != ( pSectNd = pSect->GetFmt()->GetSectionNode() ) && in GotoNextTOXBase()
317 ( !pName || *pName == ((SwTOXBaseSection*)pSect)->GetTOXName() ) in GotoNextTOXBase()
358 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GotoPrevTOXBase() local
360 if( TOX_CONTENT_SECTION == pSect->GetType() && in GotoPrevTOXBase()
361 0 != ( pSectNd = pSect->GetFmt()->GetSectionNode() ) && in GotoPrevTOXBase()
367 ( !pName || *pName == ((SwTOXBaseSection*)pSect)->GetTOXName() ) in GotoPrevTOXBase()
/aoo41x/main/sw/source/ui/dialog/
H A Dregionsw.cxx192 IMPL_STATIC_LINK( SwWrtShell, InsertRegionDialog, SwSectionData*, pSect ) in IMPL_STATIC_LINK() argument
194 ::std::auto_ptr<SwSectionData> pSectionData(pSect); in IMPL_STATIC_LINK()
/aoo41x/main/sw/source/core/text/
H A Dtxtfrm.cxx1086 SwSectionFrm *pSect = FindSctFrm(); in Modify() local
1087 if( pSect->ContainsAny() == this ) in Modify()
1088 pSect->InvalidatePrt(); in Modify()
1192 SwSectionFrm *pSect = FindSctFrm(); in Modify() local
1193 if( pSect->ContainsAny() == this ) in Modify()
1194 pSect->InvalidatePrt(); in Modify()
/aoo41x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx431 SwSection* pSect = rPam.GetDoc()->GetCurrSection(*rPam.GetPoint()); in getCrsrPropertyValue() local
432 if(pSect) in getCrsrPropertyValue()
436 … uno::Reference< XTextSection > xSect = SwXTextSections::GetObject( *pSect->GetFmt() ); in getCrsrPropertyValue()
/aoo41x/main/sw/source/core/frmedt/
H A Dfeshview.cxx2830 SwSectionFrm* pSect = pFrm->FindSctFrm(); in GetSectionWidth() local
2834 if( pSect->KnowsFormat( rFmt ) ) in GetSectionWidth()
2835 return pSect->Frm().Width(); in GetSectionWidth()
2837 pSect = pSect->GetUpper()->FindSctFrm(); in GetSectionWidth()
2839 while( pSect ); in GetSectionWidth()
/aoo41x/main/sw/source/core/layout/
H A Dlaycache.cxx486 SwSectionFrm *pSect, in SwActualSection() argument
489 pSectFrm( pSect ), in SwActualSection()
494 const SwNodeIndex *pIndex = pSect->GetFmt()->GetCntnt().GetCntntIdx(); in SwActualSection()
H A Dlayhelp.hxx96 SwSectionFrm *pSect,
H A Dtabfrm.cxx3488 SwSectionFrm* pSect = pRet->FindSctFrm(); in FindLastCntnt() local
3489 ASSERT( pSect, "Wo kommt denn die Spalte her?") in FindLastCntnt()
3490 ASSERT( IsAnLower( pSect ), "Gespaltene Zelle?" ); in FindLastCntnt()
H A Dfrmtool.cxx2469 SwFrm* pSect = pLay->FindSctFrm(); in SaveCntnt() local
2475 } while ( pTmp != pSect ); in SaveCntnt()
/aoo41x/main/sw/source/core/inc/
H A Dsectfrm.hxx85 sal_Bool IsDescendantFrom( const SwSectionFmt* pSect ) const;
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh.cxx773 bool lcl_IsMarkInSameSection( SwWrtShell& rWrtSh, const SwSection* pSect ) in lcl_IsMarkInSameSection() argument
776 bool bRet = pSect == rWrtSh.GetCurrSection(); in lcl_IsMarkInSameSection()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx89 inline sal_Bool IsMarkInSameSection( SwWrtShell& rWrtSh, const SwSection* pSect ) in IsMarkInSameSection() argument
92 sal_Bool bRet = pSect == rWrtSh.GetCurrSection(); in IsMarkInSameSection()
/aoo41x/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2612 SwSectionData * pSect = new SwSectionData( in _PasteFileName() local
2615 pSect->SetLinkFileName( sFileURL ); in _PasteFileName()
2616 pSect->SetProtectFlag( true ); in _PasteFileName()
2619 InsertRegionDialog ), pSect ); in _PasteFileName()
/aoo41x/main/sw/source/filter/inc/
H A Dfltshell.hxx293 SwFltSection( SwSectionData *const pSect );
/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx993 SwFltSection::SwFltSection(SwSectionData *const pSect) in SwFltSection() argument
995 , m_pSection(pSect) in SwFltSection()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8atr.cxx577 const SwSectionNode* pSect = rNd.FindSectionNode(); in GetSectionFormat() local
578 if ( pSect && in GetSectionFormat()
579 CONTENT_SECTION == pSect->GetSection().GetType() ) in GetSectionFormat()
581 pFmt = pSect->GetSection().GetFmt(); in GetSectionFormat()
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx725 const SwSection * pSect = &pSectNd->GetSection(); in GetTOXSortTabBase() local
726 SwTOXBaseSection *pTOXBaseSect = (SwTOXBaseSection *)pSect; in GetTOXSortTabBase()
727 if( pSect->GetType() == TOX_CONTENT_SECTION ) in GetTOXSortTabBase()
/aoo41x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1628 XNameAccess* pSect = pxXTextSections->get(); in InitNewDoc() local
1629 ((SwXTextSections*)pSect)->Invalidate(); in InitNewDoc()

Completed in 238 milliseconds

12