Home
last modified time | relevance | path

Searched refs:aIdx (Results 1 – 25 of 101) sorted by last modified time

12345

/trunk/main/sw/source/filter/ww8/ !
H A Dww8par.cxx1459 SwNodeIndex aIdx(pEntry->nMkNode, 1); in SetAttrInDoc() local
1460 SwPaM aPaM(aIdx, pEntry->nMkCntnt); in SetAttrInDoc()
4162 SwNodeIndex aIdx(*pNode); in InsertSegments() local
4163 GiveNodePageDesc(aIdx, aDesc, mrReader.rDoc); in InsertSegments()
4179 SwNodeIndex aIdx(*pTxtNd); in InsertSegments() local
4180 SwPosition aPos(aIdx); in InsertSegments()
4542 SwNodeIndex aIdx( rDoc.GetNodes().GetEndOfContent()); in CoreLoad() local
4547 rDoc.GetNodes().MakeTextSection(aIdx, in CoreLoad()
H A Dww8par.hxx823 bool WillHavePageDescHere(SwNodeIndex aIdx) const;
H A Dww8atr.cxx353 SwNodeIndex aIdx( *pSttIdx, 1 ); in CntntContainsChapterField() local
355 sal_uLong nStart = aIdx.GetIndex(); in CntntContainsChapterField()
H A Ddocxexport.cxx324 SwNodeIndex aIdx( rEndNode, 1 ); in OutputEndNode() local
325 const SwNode& rNd = aIdx.GetNode(); in OutputEndNode()
H A Dwrtw8esh.cxx1805 SwNodeIndex aIdx(*rFmt.GetCntnt().GetCntntIdx(), 1); in WriteOLEFlyFrame() local
1806 SwOLENode& rOLENd = *aIdx.GetNode().GetOLENode(); in WriteOLEFlyFrame()
2856 SwNodeIndex aIdx( *pNdIdx, 1 ); in WriteFlyFrm() local
2857 switch( aIdx.GetNode().GetNodeType() ) in WriteFlyFrm()
H A Dwrtw8nds.cxx1836 SwNodeIndex aIdx( rNode, 1 ); in OutputTextNode() local
1837 if( !aIdx.GetNode().IsTxtNode() ) in OutputTextNode()
1842 const SwNode* pNxt = rNode.GetNodes().GoNext( &aIdx ); in OutputTextNode()
2580 SwNodeIndex aIdx( rSectionNode, 1 ); in OutputSectionNode() local
2581 const SwNode& rNd = aIdx.GetNode(); in OutputSectionNode()
/trunk/main/sw/source/core/undo/ !
H A Duntbl.cxx283 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl() local
316 aIdx.GetIndex() + 1 ); in UndoImpl()
320 rPam.GetPoint()->nNode = aIdx; in UndoImpl()
755 SwNodeIndex aIdx( rDoc.GetNodes(), nTblNd ); in UndoImpl() local
1771 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl() local
2052 aIdx = aBoxes[ n ]; in UndoImpl()
2217 SwNodeIndex aIdx( *rBox.GetSttNd(), 1 ); in SaveCollection() local
2220 pCNd = aIdx.GetNodes().GoNext( &aIdx ); in SaveCollection()
2331 SwIndex aIdx( pTxtNd, 0 ); in UndoImpl() local
2334 pTxtNd->EraseText( aIdx ); in UndoImpl()
[all …]
/trunk/main/sw/source/core/text/ !
H A Ditrcrsr.cxx1774 SwNodeIndex aIdx( rNode ); in FillSelection() local
1775 SwPosition aPosL( aIdx, SwIndex( &rNode, 0 ) ); in FillSelection()
/trunk/main/sw/source/core/edit/ !
H A Dedlingu.cxx1948 SwNodeIndex aIdx = rErrorPosition.Start()->nNode; in IgnoreGrammarErrorAt() local
1952 while( aIdx <= aEndIdx ) in IgnoreGrammarErrorAt()
1954 pNode = aIdx.GetNode().GetTxtNode(); in IgnoreGrammarErrorAt()
1956 if( aIdx == aEndIdx ) in IgnoreGrammarErrorAt()
1966 ++aIdx; in IgnoreGrammarErrorAt()
/trunk/main/sw/source/ui/app/ !
H A Ddocsh.cxx942 SwNodeIndex aIdx( mpDoc->GetNodes().GetEndOfExtras(), 1 ); in GetVisArea() local
943 SwCntntNode* pNd = mpDoc->GetNodes().GoNext( &aIdx ); in GetVisArea()
H A Ddocsh2.cxx1823 SwNodeIndex aIdx( mpDoc->GetNodes().GetEndOfContent(), -1 ); in LoadStylesFromFile() local
1824 pPam = new SwPaM( aIdx ); in LoadStylesFromFile()
/trunk/main/sw/source/filter/rtf/ !
H A Dswparrtf.hxx80 SwNodeIndex aIdx; member in SwNodeIdx
82 SwNodeIdx( const SwNodeIndex& rIdx ) : aIdx( rIdx ) {} in SwNodeIdx()
/trunk/main/sw/source/core/view/ !
H A Dviewsh.cxx691 SwNodeIndex aIdx( *GetDoc()->GetNodes().GetEndOfAutotext(). in HasCharts() local
693 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in HasCharts()
695 aIdx++; in HasCharts()
696 const SwOLENode *pNd = aIdx.GetNode().GetOLENode(); in HasCharts()
/trunk/main/sw/source/filter/html/ !
H A Dhtmltab.cxx2943 SwNodeIndex aIdx( *pTblNd->EndOfSectionNode() ); in InsertTableSection() local
2944 pStNd = pDoc->GetNodes().MakeTextSection( aIdx, SwTableBoxStartNode, in InsertTableSection()
5126 SwNodeIndex aIdx( *pTblNd->EndOfSectionNode(), 1 ); in MakeTable() local
5127 ASSERT( aIdx.GetIndex() <= pTCntxt->GetPos()->nNode.GetIndex(), in MakeTable()
5129 pTblNd->MakeFrms( &aIdx ); in MakeTable()
/trunk/main/sw/source/core/doc/ !
H A Ddoc.cxx808 SwNodeIndex aIdx( rPos.nNode, 1 ); in AppendTxtNode() local
809 pCurNode = GetNodes().MakeTxtNode( aIdx, in AppendTxtNode()
1134 SwNodeIndex aIdx( pTxtFld->GetTxtNode() ); in lcl_GetPostIts() local
1135 _PostItFld* pNew = new _PostItFld( aIdx, pTxtFld ); in lcl_GetPostIts()
H A Dextinput.cxx155 SwIndex aIdx( pTNd, nSttCnt ); in SetInputData() local
166 aIdx += rNewStr.Len(); in SetInputData()
167 pTNd->ReplaceText( aIdx, nReplace, in SetInputData()
169 aIdx = nSttCnt; in SetInputData()
175 aIdx += sOverwriteText.Len(); in SetInputData()
176 pTNd->EraseText( aIdx, nReplace ); in SetInputData()
177 aIdx = nSttCnt; in SetInputData()
183 pTNd->ReplaceText( aIdx, nReplace, rNewStr ); in SetInputData()
186 GetMark()->nContent = aIdx; in SetInputData()
192 pTNd->EraseText( aIdx, nEndCnt - nSttCnt ); in SetInputData()
[all …]
/trunk/main/sw/source/core/txtnode/ !
H A Dthints.cxx1615 SwIndex aIdx( this, nStart ); in InsertHint() local
1616 EraseText( aIdx, 1 ); in InsertHint()
1624 SwIndex aIdx( this, nStart ); in InsertHint() local
1625 EraseText( aIdx, (nEnd - nStart) ); in InsertHint()
1633 EraseText( aIdx, 1 ); in InsertHint()
1638 SwIndex aIdx( this, nStart ); in InsertHint() local
1639 EraseText( aIdx, 1 ); in InsertHint()
1671 EraseText( aIdx, 1 ); in DeleteAttribute()
1747 EraseText( aIdx, 1 ); in DeleteAttributes()
1786 const SwIndex aIdx( this, nFndPos ); in DelSoftHyph() local
[all …]
/trunk/main/sw/source/core/unocore/ !
H A Dunochart.cxx98 while( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in DoUpdateAllCharts()
100 aIdx++; in DoUpdateAllCharts()
101 if (0 != ( pONd = aIdx.GetNode().GetOLENode() ) && in DoUpdateAllCharts()
120 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in DoUpdateAllCharts()
179 while( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in LockUnlockAllCharts()
181 aIdx++; in LockUnlockAllCharts()
182 if (0 != ( pONd = aIdx.GetNode().GetOLENode() ) && in LockUnlockAllCharts()
198 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in LockUnlockAllCharts()
2725 SwNodeIndex aIdx( *pNewBox->GetSttNd(), +1 ); in DeleteBox() local
2728 SwCntntNode *pCNd = aIdx.GetNode().GetCntntNode(); in DeleteBox()
[all …]
/trunk/main/sw/source/ui/utlui/ !
H A Dcontent.cxx3307 Any aIdx = xLocalNameAccess->getByName(pBase->GetTOXName()); in EditEntry() local
3309 if(aIdx >>= xIdx) in EditEntry()
/trunk/main/sw/source/ui/uno/ !
H A Dunoatxt.cxx403 SwNodeIndex aIdx( rNds.GetEndOfContent(), -1 ); in lcl_CopySelToDoc() local
404 SwCntntNode * pNd = aIdx.GetNode().GetCntntNode(); in lcl_CopySelToDoc()
405 SwPosition aPos( aIdx, SwIndex( pNd, pNd->Len() )); in lcl_CopySelToDoc()
/trunk/main/sw/source/ui/index/ !
H A Dcntex.cxx181 uno::Any aIdx = xIdxs->getByIndex(n); in IMPL_LINK() local
183 aIdx >>= xIdx; in IMPL_LINK()
/trunk/main/sw/source/ui/dbui/ !
H A Ddbmgr.cxx1144 SwNodeIndex aIdx( pWorkDoc->GetNodes().GetEndOfExtras(), 2 ); in MergeMailFiles() local
1145 SwPosition aTestPos( aIdx ); in MergeMailFiles()
3021 SwNodeIndex aIdx( pWorkDoc->GetNodes().GetEndOfExtras(), 2 ); in MergeDocuments() local
3022 SwPosition aTestPos( aIdx ); in MergeDocuments()
/trunk/main/sw/source/filter/xml/ !
H A Dxmltble.cxx1226 SwNodeIndex aIdx( *pTblNd ); in exportTable() local
1233 if ( bExportStyles || !pFmt->GetDoc()->IsInHeaderFooter( aIdx ) ) in exportTable()
H A Dxmltbli.cxx2851 SwNodeIndex aIdx( *pTableNode->EndOfSectionNode(), 1 ); in MakeTable() local
2852 pTableNode->MakeFrms( &aIdx ); in MakeTable()
2910 SwNodeIndex aIdx( *pEndNd, nOffset ); in InsertTableSection() local
2913 pStNd = pDoc->GetNodes().MakeTextSection( aIdx, SwTableBoxStartNode, in InsertTableSection()
H A DXMLRedlineImportHelper.cxx670 SwNodeIndex aIdx( *pRedlineInfo->pContentIndex ); in InsertIntoDocument() local
671 const SwNode* pEnd = aIdx.GetNode().EndOfSectionNode(); in InsertIntoDocument()
675 SwPaM aDel( aIdx, aEnd ); in InsertIntoDocument()

Completed in 340 milliseconds

12345