/aoo41x/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 649 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 D | pptin.cxx | 116 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 …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | profile.c | 1680 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 …]
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 1738 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 …]
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 1594 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 …]
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 617 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 D | section.cxx | 1026 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 …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | sectfrm.hxx | 42 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 D | docfld.hxx | 50 const SwSection* pSection; member 91 { return SECTIONNODE == eSetGetExpFldType ? CNTNT.pSection : 0; } in GetSection()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | RptPage.cxx | 117 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 D | sectfrm.cxx | 77 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 …]
|
/aoo41x/main/sw/source/core/access/ |
H A D | accframe.cxx | 413 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 D | EnhancedPDFExportHelper.cxx | 1064 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 D | ViewsWindow.cxx | 1262 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 D | ReportController.cxx | 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() 3997 if ( pSection ) in markSection() [all …]
|
/aoo41x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 259 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 D | setup.hxx | 101 boolean GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection,
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 855 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 D | Navigator.cxx | 540 …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 D | ww8par5.cxx | 2492 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 D | wrtw8sty.cxx | 1206 const SwSection *pSection = pSectionFmt->GetSection(); in IsProtected() local 1207 if (pSection && pSection->IsProtect()) in IsProtected()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 3009 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 D | docfld.cxx | 793 CNTNT.pSection = &rSectNd.GetSection(); in _SetGetExpFld() 985 pRet = CNTNT.pSection->GetFmt()->GetSectionNode(); in GetNodeFromCntnt()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | fileview.cxx | 466 const sal_Char* pSection = "TRANSLATIONNAMES"; in Init() local 470 aConfig.SetGroup( ByteString( pSection ) ); in Init()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 617 SwXTextSection *const pSection = in insertTextContent() local 634 pBookmark || pDocumentIndexMark || pSection || pReferenceMark || pMeta || pTextField; in insertTextContent()
|