Searched refs:aSectionData (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/core/docnode/ |
H A D | section.cxx | 1670 SwSectionData aSectionData(*rSectFmt.GetSection()); in Closed() local 1671 aSectionData.SetType( CONTENT_SECTION ); in Closed() 1672 aSectionData.SetLinkFileName( aEmptyStr ); in Closed() 1673 aSectionData.SetHidden( false ); in Closed() 1674 aSectionData.SetProtectFlag( false ); in Closed() 1676 aSectionData.SetEditInReadonlyFlag( false ); in Closed() 1679 aSectionData.SetConnectFlag( false ); in Closed() 1681 pDoc->UpdateSection( n, aSectionData ); in Closed()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 1469 SwSectionData aSectionData(CONTENT_SECTION, sSectionName); in InsertRegion() local 1470 aSectionData.SetProtectFlag(true); in InsertRegion() 1471 aSectionData.SetHidden(false); in InsertRegion() 1473 aSectionData.SetLinkFileName(sFileName); in InsertRegion() 1474 aSectionData.SetType(FILE_LINK_SECTION); in InsertRegion() 1475 aSectionData.SetLinkFilePassword( sFilePassword ); in InsertRegion() 1477 rSh.InsertGlobalDocContent( *pAnchorContent, aSectionData ); in InsertRegion()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edtox.cxx | 136 SwSectionData aSectionData(rTOXSect); in SetTOXBaseReadonly() local 137 aSectionData.SetProtectFlag(bReadonly); in SetTOXBaseReadonly() 138 UpdateSection( GetSectionFmtPos( *rTOXSect.GetFmt() ), aSectionData, 0 ); in SetTOXBaseReadonly()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doc.cxx | 2317 SwSectionData aSectionData( *pSect ); in RemoveInvisibleContent() local 2318 aSectionData.SetCondition( aEmptyStr ); in RemoveInvisibleContent() 2319 aSectionData.SetHidden( false ); in RemoveInvisibleContent() 2320 UpdateSection( n, aSectionData ); in RemoveInvisibleContent()
|
H A D | doctxm.cxx | 368 SwSectionData aSectionData( TOX_CONTENT_SECTION, sSectNm ); in InsertTableOf() local 370 InsertSwSection( aPam, aSectionData, & rTOX, pSet, false )); in InsertTableOf() 430 SwSectionData aSectionData( TOX_CONTENT_SECTION, sSectNm ); in InsertTableOf() local 440 GetNodes().InsertTextSection(aStt, *pFmt, aSectionData, &rTOX, &aEnd); in InsertTableOf()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 848 SwSectionData aSectionData( *rWorkShell.GetSectionFmt( nSection ).GetSection() ); in lcl_RemoveSectionLinks() local 849 if( aSectionData.GetType() == FILE_LINK_SECTION ) in lcl_RemoveSectionLinks() 851 aSectionData.SetType( CONTENT_SECTION ); in lcl_RemoveSectionLinks() 852 aSectionData.SetLinkFileName( String() ); in lcl_RemoveSectionLinks() 853 rWorkShell.UpdateSection( nSection, aSectionData ); in lcl_RemoveSectionLinks()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1092 SwSectionData aSectionData( CONTENT_SECTION, String::CreateFromAscii( in ~SwFltShell() local 1094 aSectionData.SetProtectFlag( true ); in ~SwFltShell() 1103 aSttIdx, *pSFmt, aSectionData, 0, &aEndIdx, false ); in ~SwFltShell()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 834 SwSectionData aSectionData(CONTENT_SECTION, in InsertSection() local 844 mrReader.pDoc->InsertSwSection( rMyPaM, aSectionData, 0, &aSet ); in InsertSection()
|
Completed in 127 milliseconds