Home
last modified time | relevance | path

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

12

/aoo4110/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()
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 =()
723 delete pSection; 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()
381 pSection = (Section*)pDInfoSec2->GetSection( aUserPropSetGUID ); in Import()
382 if ( pSection ) in Import()
385 if ( pSection->GetDictionary( aDict ) ) in Import()
[all …]
/aoo4110/main/sal/osl/unx/
H A Dprofile.c1680 if (pSection != NULL) in addEntry()
1682 if (pSection->m_NoEntries >= pSection->m_MaxEntries) in addEntry()
1693 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1705 pSection->m_NoEntries++; in addEntry()
1708 setEntry(pProfile, pSection, pSection->m_NoEntries - 1, Line, in addEntry()
1726 pSection->m_Entries[pSection->m_NoEntries - 1].m_Line=0; in removeEntry()
1727 pSection->m_Entries[pSection->m_NoEntries - 1].m_Offset=0; in removeEntry()
1728 pSection->m_Entries[pSection->m_NoEntries - 1].m_Len=0; in removeEntry()
1731 pSection->m_NoEntries--; in removeEntry()
1792 pSection->m_Entries=0; in removeSection()
[all …]
/aoo4110/main/sal/osl/w32/
H A Dprofile.cxx1738 if (pSection != NULL) in addEntry()
1740 if (pSection->m_NoEntries >= pSection->m_MaxEntries) in addEntry()
1751 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1763 pSection->m_NoEntries++; in addEntry()
1766 setEntry(pProfile, pSection, pSection->m_NoEntries - 1, Line, in addEntry()
1784 pSection->m_Entries[pSection->m_NoEntries - 1].m_Line=0; in removeEntry()
1785 pSection->m_Entries[pSection->m_NoEntries - 1].m_Offset=0; in removeEntry()
1786 pSection->m_Entries[pSection->m_NoEntries - 1].m_Len=0; in removeEntry()
1789 pSection->m_NoEntries--; in removeEntry()
1851 pSection->m_Entries=0; in removeSection()
[all …]
/aoo4110/main/sal/osl/os2/
H A Dprofile.c1594 if (pSection != NULL) in addEntry()
1596 if (pSection->m_NoEntries >= pSection->m_MaxEntries) in addEntry()
1598 if (pSection->m_Entries == NULL) in addEntry()
1607 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1613 pSection->m_NoEntries = 0; in addEntry()
1614 pSection->m_MaxEntries = 0; in addEntry()
1619 pSection->m_NoEntries++; in addEntry()
1622 setEntry(pProfile, pSection, pSection->m_NoEntries - 1, Line, in addEntry()
1639 pSection->m_NoEntries--; in removeEntry()
1689 free (pSection->m_Entries); in removeSection()
[all …]
/aoo4110/main/sw/source/core/docnode/
H A Dndsect.cxx617 SwSection* pSection = pFmt->GetSection(); in UpdateSection() local
622 if (pSection->DataEquals(rNewData)) 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()
741 pSection->SetCondHidden( false ); in UpdateSection()
748 else if( !pSection->IsLinkType() && pSection->IsConnected() ) in UpdateSection()
750 pSection->Disconnect(); in UpdateSection()
[all …]
H A Dsection.cxx1026 SwSectionPtr pSection = 0; in UpdateParent() local
1039 if( !pSection ) in UpdateParent()
1041 pSection = GetSection(); 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()
1164 SwSection *const pSection( GetSection() ); in MakeUnoObject() local
[all …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
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()
2379 const SwSectionFmt *pMyFmt = pSection->GetFmt(); in IsDescendantFrom()
[all …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/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.cxx1145 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()
3997 if ( pSection ) in markSection()
[all …]
/aoo4110/main/desktop/win32/source/setup/
H A Dsetup.cpp259 boolean SetupAppX::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection() argument
268 DWORD nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection()
278 nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection()
298 Log( TEXT( " GetProfileSection read %s\r\n" ), pSection ); in GetProfileSection()
H A Dsetup.hxx101 boolean GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection,
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sw/source/core/doc/
H A Ddocfld.cxx793 CNTNT.pSection = &rSectNd.GetSection(); in _SetGetExpFld()
985 pRet = CNTNT.pSection->GetFmt()->GetSectionNode(); in GetNodeFromCntnt()
/aoo4110/main/svtools/source/contnr/
H A Dfileview.cxx466 const sal_Char* pSection = "TRANSLATIONNAMES"; in Init() local
470 aConfig.SetGroup( ByteString( pSection ) ); in Init()
/aoo4110/main/sw/source/core/unocore/
H A Dunotext.cxx617 SwXTextSection *const pSection = in insertTextContent() local
634 pBookmark || pDocumentIndexMark || pSection || pReferenceMark || pMeta || pTextField; in insertTextContent()

Completed in 242 milliseconds

12