Searched refs:pTOXBase (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 158 SwTOXBase const*const pTOXBase, in InsertSwSection() argument 221 aStt, *pFmt, rNewData, pTOXBase, & aEnd); in InsertSwSection() 303 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, true); in InsertSwSection() 318 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, true); in InsertSwSection() 807 SwTOXBase const*const pTOXBase, in InsertTextSection() argument 845 new SwSectionNode(aInsPos, rSectionFmt, pTOXBase); in InsertTextSection() 1017 SwSectionFmt & rFmt, SwTOXBase const*const pTOXBase) in SwSectionNode() argument 1019 , m_pSection( (pTOXBase) in SwSectionNode() 1271 ::std::auto_ptr<SwTOXBase> pTOXBase; in MakeCopy() 1277 pTOXBase.reset( new SwTOXBase(rTBS, pDoc) ); in MakeCopy() [all …]
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 607 SwTOXBaseSection *const pTOXBase = (pFmt) ? in update() local 609 if(!pTOXBase) in update() 613 pTOXBase->Update(); in update() 619 pTOXBase->UpdatePageNum(); in update() 977 SwTOXBase* pTOXBase = 0; in getPropertyValue() local 986 if(pTOXBase) in getPropertyValue() 992 ? pTOXBase->GetOptions() in getPropertyValue() 994 const SwForm& rForm = pTOXBase->GetTOXForm(); in getPropertyValue() 1026 OUString uRet(pTOXBase->GetTitle()); in getPropertyValue() 1128 switch (pTOXBase->GetCaptionDisplay()) in getPropertyValue() [all …]
|
/aoo41x/main/sw/source/core/undo/ |
H A D | SwUndoTOXChange.cxx | 44 SwTOXBaseSection * pTOXBase = static_cast<SwTOXBaseSection *>(pTOX); in UpdateTOXBaseSection() local 45 pTOXBase->Update(); in UpdateTOXBaseSection() 46 pTOXBase->UpdatePageNum(); in UpdateTOXBaseSection()
|
H A D | unsect.cxx | 77 SfxItemSet const*const pSet, SwTOXBase const*const pTOXBase) in SwUndoInsSection() argument 80 , m_pTOXBase( (pTOXBase) ? new SwTOXBase(*pTOXBase) : 0 ) in SwUndoInsSection()
|
/aoo41x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 1068 const SwTOXBase* pTOXBase = pSection->GetTOXBase(); in BeginBlockStructureElements() local 1069 if ( pTOXBase ) in BeginBlockStructureElements() 1071 if ( TOX_INDEX == pTOXBase->GetType() ) in BeginBlockStructureElements() 1197 const SwTOXBase* pTOXBase = pSection->GetTOXBase(); in BeginBlockStructureElements() local 1198 if ( pTOXBase && TOX_INDEX != pTOXBase->GetType() ) in BeginBlockStructureElements()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 970 : SfxPoolItem(RES_FLTR_TOX), pTOXBase(pBase), nCols( _nCols ), in SwFltTOX() 976 : SfxPoolItem(RES_FLTR_TOX), pTOXBase(rCpy.pTOXBase), nCols( rCpy.nCols ), in SwFltTOX() 983 return pTOXBase == ((SwFltTOX&)rItem).pTOXBase; in operator ==()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 270 SwTOXBase* pTOXBase; member in SwFltTOX 280 SwTOXBase* GetBase() { return pTOXBase; } in GetBase()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoSection.hxx | 60 SfxItemSet const*const pSet, SwTOXBase const*const pTOXBase);
|
/aoo41x/main/sw/inc/ |
H A D | ndarr.hxx | 319 SwTOXBase const*const pTOXBase,
|
H A D | node.hxx | 576 SwSectionFmt & rFmt, SwTOXBase const*const pTOXBase);
|
H A D | doc.hxx | 1828 SwTOXBase const*const pTOXBase = 0,
|
Completed in 138 milliseconds