Home
last modified time | relevance | path

Searched refs:pSection (Results 1 – 25 of 27) sorted by relevance

12

/AOO41X/main/sd/source/filter/ppt/
H A Dpropread.cxx649 Section* pSection; in GetSection() local
651 for ( pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in GetSection()
653 if ( memcmp( pSection->GetFMTID(), pFMTID, 16 ) == 0 ) in GetSection()
656 return pSection; in GetSection()
663 for ( Section* pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in ~PropRead() local
664 delete pSection; in ~PropRead()
671 for ( Section* pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in Read() local
672 delete pSection; in Read()
709 Section* pSection; in operator =() local
722 for ( pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in operator =()
[all …]
H A Dpptin.cxx116 Section* pSection = (Section*)pSummaryInformation->GetSection( aPropSetGUID ); in SdPPTImport() local
117 if ( pSection ) in SdPPTImport()
120 if ( pSection->GetProperty( PID_COMMENTS, aPropItem ) ) in SdPPTImport()
284 Section* pSection = (Section*)pDInfoSec2->GetSection( aPropSetGUID ); in Import() local
285 if ( pSection ) in Import()
287 if ( pSection->GetProperty( PID_SLIDECOUNT, aPropItem ) ) in Import()
295 if ( nSlideCount && pSection->GetProperty( PID_HEADINGPAIR, aPropItem ) ) in Import()
337 … if ( ( nSlideCount == nSlideTitleCount ) && pSection->GetProperty( PID_DOCPARTS, aPropItem ) ) in Import()
381 pSection = (Section*)pDInfoSec2->GetSection( aUserPropSetGUID ); in Import()
382 if ( pSection ) in Import()
[all …]
/AOO41X/main/sal/osl/unx/
H A Dprofile.c153 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection,
156 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection,
158 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
160 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection);
1665 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection, in setEntry() argument
1670 pSection->m_Entries[NoEntry].m_Line = Line; in setEntry()
1671 pSection->m_Entries[NoEntry].m_Offset = Entry - pProfile->m_Lines[Line]; in setEntry()
1672 pSection->m_Entries[NoEntry].m_Len = Len; in setEntry()
1677 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection, in addEntry() argument
1680 if (pSection != NULL) in addEntry()
[all …]
/AOO41X/main/sal/osl/w32/
H A Dprofile.cxx159 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection,
162 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection,
164 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
166 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection
1723 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection, in setEntry() argument
1728 pSection->m_Entries[NoEntry].m_Line = Line; in setEntry()
1729 pSection->m_Entries[NoEntry].m_Offset = Entry - pProfile->m_Lines[Line]; in setEntry()
1730 pSection->m_Entries[NoEntry].m_Len = Len; in setEntry()
1735 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection, in addEntry() argument
1738 if (pSection != NULL) in addEntry()
[all …]
/AOO41X/main/sal/osl/os2/
H A Dprofile.c165 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection,
168 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection,
170 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
172 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection);
1579 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection, in setEntry() argument
1584 pSection->m_Entries[NoEntry].m_Line = Line; in setEntry()
1585 pSection->m_Entries[NoEntry].m_Offset = Entry - pProfile->m_Lines[Line]; in setEntry()
1586 pSection->m_Entries[NoEntry].m_Len = Len; in setEntry()
1591 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection, in addEntry() argument
1594 if (pSection != NULL) in addEntry()
[all …]
/AOO41X/main/sw/source/core/docnode/
H A Dndsect.cxx617 SwSection* pSection = pFmt->GetSection(); in UpdateSection() local
620 bool bOldCondHidden = pSection->IsCondHidden() ? true : false; in UpdateSection()
622 if (pSection->DataEquals(rNewData)) in UpdateSection()
693 (!pSection->IsLinkType() && rNewData.IsLinkType()) in UpdateSection()
696 && (rNewData.GetLinkFileName() != pSection->GetLinkFileName())); in UpdateSection()
699 if (sSectName != pSection->GetSectionName()) in UpdateSection()
711 pSection->SetSectionData(rNewData); in UpdateSection()
714 pSection->GetFmt()->SetFmtAttr( *pAttr ); in UpdateSection()
718 pSection->SetSectionName( sSectName ); in UpdateSection()
722 if( pSection->IsHidden() && pSection->GetCondition().Len() ) in UpdateSection()
[all …]
H A Dsection.cxx1026 SwSectionPtr pSection = 0; in UpdateParent() local
1039 if( !pSection ) in UpdateParent()
1041 pSection = GetSection(); in UpdateParent()
1057 bIsHidden = pSection->IsHidden(); in UpdateParent()
1061 !pSection->IsProtectFlag()) in UpdateParent()
1069 !pSection->IsEditInReadonlyFlag()) in UpdateParent()
1076 if( bIsHidden == pSection->IsHiddenFlag() ) in UpdateParent()
1084 else if( !pSection && in UpdateParent()
1087 pSection = (SwSectionPtr)pLast; in UpdateParent()
1103 bIsHidden = pSection->IsHidden(); in UpdateParent()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dsectfrm.hxx42 SwSection* pSection; member in SwSectionFrm
78 inline SwSection* GetSection() { return pSection; } in GetSection()
79 inline const SwSection* GetSection() const { return pSection; } in GetSection()
104 { if( !pSection ) return sal_False; return ToMaximize( sal_False ); } in _ToMaximize()
H A Ddocfld.hxx50 const SwSection* pSection; member
91 { return SECTIONNODE == eSetGetExpFldType ? CNTNT.pSection : 0; } in GetSection()
/AOO41X/main/reportdesign/source/core/sdr/
H A DRptPage.cxx117 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in RemoveObject() local
119 pSection->notifyElementRemoved(xShape); in RemoveObject()
226 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in NbcInsertObject() local
228 pSection->notifyElementAdded(xShape); in NbcInsertObject()
/AOO41X/main/sw/source/core/layout/
H A Dsectfrm.cxx77 pSection( &rSect ) in SV_IMPL_PTRARR_SORT()
88 pSection( rSect.GetSection() ) in SwSectionFrm()
237 if( !pSection && getRootFrm() ) in DelEmpty()
242 pSection = NULL; // damit ist allerdings eine Reanimierung quasi ausgeschlossen in DelEmpty()
784 if( !pSection ) // Durch DelEmpty in MakeAll()
834 if( pSection && IsSuperfluous() ) in MakeAll()
846 const SwSectionFmt *pFmt = pSection->GetFmt(); in _GetEndSectFmt()
895 pSection->GetFmt(); in FindLastCntnt()
1331 if( !pSection ) // Durch DelEmpty in Format()
2377 if( !pSection || !pFmt ) in IsDescendantFrom()
[all …]
/AOO41X/main/sw/source/core/access/
H A Daccframe.cxx413 const SwSection* pSection = ((SwSectionFrm*)pFrm)->GetSection(); in IsOpaque() local
414 if( pSection && ( TOX_HEADER_SECTION == pSection->GetType() || in IsOpaque()
415 TOX_CONTENT_SECTION == pSection->GetType() ) && in IsOpaque()
/AOO41X/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1064 const SwSection* pSection = in BeginBlockStructureElements() local
1066 if ( TOX_CONTENT_SECTION == pSection->GetType() ) in BeginBlockStructureElements()
1068 const SwTOXBase* pTOXBase = pSection->GetTOXBase(); in BeginBlockStructureElements()
1083 else if ( CONTENT_SECTION == pSection->GetType() ) in BeginBlockStructureElements()
1192 const SwSection* pSection = in BeginBlockStructureElements() local
1195 if ( TOX_CONTENT_SECTION == pSection->GetType() ) in BeginBlockStructureElements()
1197 const SwTOXBase* pTOXBase = pSection->GetTOXBase(); in BeginBlockStructureElements()
/AOO41X/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1262 OSectionView* pSection = NULL; in getSectionRelativeToPosition() local
1286 pSection = &(*m_aSections.begin())->getReportSection().getSectionView(); in getSectionRelativeToPosition()
1288 pSection = &(*aIter)->getReportSection().getSectionView(); in getSectionRelativeToPosition()
1301 pSection = &(*aIter)->getReportSection().getSectionView(); in getSectionRelativeToPosition()
1303 pSection = &(*(aEnd-1))->getReportSection().getSectionView(); in getSectionRelativeToPosition()
1306 return pSection; in getSectionRelativeToPosition()
H A DReportController.cxx1144 ::boost::shared_ptr<OSectionWindow> pSection = getDesignView()->getMarkedSection(); in Execute()
1145 if ( pSection ) in Execute()
1146 pSection->getReportSection().deactivateOle(); in Execute()
3975 ::boost::shared_ptr<OSectionWindow> pSection = getDesignView()->getMarkedSection(); in collapseSection()
3976 if ( pSection ) in collapseSection()
3978 pSection->setCollapsed(_bCollapse); in collapseSection()
3984 ::boost::shared_ptr<OSectionWindow> pSection = getDesignView()->getMarkedSection(); in markSection()
3985 if ( pSection ) in markSection()
3988 if ( pPrevSection != pSection && pPrevSection ) in markSection()
3996 pSection = getDesignView()->getMarkedSection(); in markSection()
[all …]
/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp274 boolean SetupApp::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection() argument
283 DWORD nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection()
293 nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection()
313 Log( TEXT( " GetProfileSection read %s\r\n" ), pSection ); in GetProfileSection()
H A Dsetup.hxx80 boolean GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection,
/AOO41X/main/sw/source/filter/ww1/
H A Dw1filter.cxx855 SwSectionData * pSection = new SwSectionData( FILE_LINK_SECTION, in Out() local
857 pSection->SetLinkFileName( aFName ); in Out()
858 pSection->SetProtectFlag( true ); in Out()
859 rOut << SwFltSection( pSection ); in Out()
/AOO41X/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx540 …SvLBoxEntry* pSection = insertEntry(_xSection->getName(),_pParent,_nImageId,_nPosition,new UserDat… in traverseSection() local
546 …insertEntry(lcl_getName(xElement.get()),pSection,lcl_getImageId(xElement),LIST_APPEND,new UserData… in traverseSection()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par5.cxx2492 SwSection *const pSection = in Read_F_IncludeText() local
2494 ASSERT(pSection, "no section inserted"); in Read_F_IncludeText()
2495 if (!pSection) in Read_F_IncludeText()
2497 const SwSectionNode* pSectionNode = pSection->GetFmt()->GetSectionNode(); in Read_F_IncludeText()
H A Dwrtw8sty.cxx1206 const SwSection *pSection = pSectionFmt->GetSection(); in IsProtected() local
1207 if (pSection && pSection->IsProtect()) in IsProtected()
/AOO41X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3009 const SwSection* pSection; in IsCrsrReadonly() local
3021 0 != ( pSection = pFrm->FindSctFrm()->GetSection() ) && in IsCrsrReadonly()
3022 pSection->IsEditInReadonlyFlag() ) in IsCrsrReadonly()
/AOO41X/main/sw/source/core/doc/
H A Ddocfld.cxx793 CNTNT.pSection = &rSectNd.GetSection(); in _SetGetExpFld()
985 pRet = CNTNT.pSection->GetFmt()->GetSectionNode(); in GetNodeFromCntnt()
/AOO41X/main/svtools/source/contnr/
H A Dfileview.cxx466 const sal_Char* pSection = "TRANSLATIONNAMES"; in Init() local
470 aConfig.SetGroup( ByteString( pSection ) ); in Init()
/AOO41X/main/sw/source/core/unocore/
H A Dunotext.cxx617 SwXTextSection *const pSection = in insertTextContent() local
634 pBookmark || pDocumentIndexMark || pSection || pReferenceMark || pMeta || pTextField; in insertTextContent()

12