/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc.hxx | 56 class ContentNode; 153 typedef ContentNode* ContentNodePtr; 248 class ContentNode : public XubString class 256 ContentNode( SfxItemPool& rItemPool ); 258 ~ContentNode(); 265 void AppendAttribs( ContentNode* pNextNode ); 283 typedef ContentNode* ContentNodePtr; 300 ContentNode* pNode; 554 ContentNode* pNode; 573 ParaPortion( ContentNode* pNode ); [all …]
|
H A D | editdoc.cxx | 705 ContentNode::ContentNode( SfxItemPool& rPool ) : aContentAttribs( rPool ) in ContentNode() function in ContentNode 711 ContentNode::ContentNode( const XubString& rStr, const ContentAttribs& rContentAttribs ) : in ContentNode() function in ContentNode 718 ContentNode::~ContentNode() in ~ContentNode() 1007 void ContentNode::AppendAttribs( ContentNode* pNextNode ) in AppendAttribs() 1065 void ContentNode::CreateDefFont() in CreateDefFont() 1095 void ContentNode::DestroyWrongList() in DestroyWrongList() 1103 void ContentNode::CreateWrongList() in CreateWrongList() 1473 ContentNode* pNode = new ContentNode( GetItemPool() ); in Clear() 1503 ContentNode* pNode = new ContentNode( GetItemPool() ); in RemoveText() 1559 ContentNode* pNode = new ContentNode( aStr, aContentAttribs ); in InsertParaBreak() [all …]
|
H A D | impedit5.cxx | 54 ContentNode* pNode = aEditDoc.SaveGetObject( nPara ); in GetStyleSheet() 77 ContentNode* pNode = aEditDoc.SaveGetObject( nPara ); in SetStyleSheet() 115 ContentNode* pNode = aEditDoc.GetObject( nNode ); in UpdateParagraphsWithStyleSheet() 138 ContentNode* pNode = aEditDoc.GetObject(nNode); in RemoveStyleFromParagraphs() 227 ContentNode* pNode = aEditDoc.GetObject( nPara ); in CreateAttribUndo() 356 ContentNode* pNode = aEditDoc.GetObject( nNode ); in GetAttribs() 561 ContentNode* pNode = aEditDoc.GetObject( nNode ); in SetAttribs() 776 ContentNode* pNode = aEditDoc.GetObject( nPara ); in GetParaAttribs() 783 ContentNode* pNode = aEditDoc.GetObject( nPara ); in HasParaAttrib() 791 ContentNode* pNode = aEditDoc.GetObject( nPara ); in GetParaAttrib() [all …]
|
H A D | impedit.hxx | 524 void CursorMoved( ContentNode* pPrevNode ); 525 void ParaAttribsChanged( ContentNode* pNode ); 547 void ParaAttribsToCharAttribs( ContentNode* pNode ); 571 …EditPaM ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBackward = sal… 590 void InsertContent( ContentNode* pNode, sal_uInt16 nPos ); 655 ContentNode* GetPrevVisNode( ContentNode* pCurNode ); 656 ContentNode* GetNextVisNode( ContentNode* pCurNode ); 987 const SvxLRSpaceItem& GetLRSpaceItem( ContentNode* pNode ); 1038 ContentNode* pNode = rPaM.GetNode(); in CreateEPaM() 1051 ContentNode* pStartNode = rSel.Min().GetNode(); in CreateESel() [all …]
|
H A D | eertfpar.cxx | 131 ContentNode* pCurNode = aCurSel.Max().GetNode(); in CallParser() 133 ContentNode* pPrevNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara-1 ); in CallParser() 179 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in AddRTFDefaultValues() 293 ContentNode* pN = aCurSel.Max().GetNode(); in SetEndPrevPara() 298 ContentNode* pPrevNode = pImpEditEngine->GetEditDoc().SaveGetObject( nCurPara ); in SetEndPrevPara() 311 ContentNode* pSttNode = ((EditNodeIdx&)rSet.GetSttNode()).GetNode(); in SetAttrInDoc() 312 ContentNode* pEndNode = ((EditNodeIdx&)rSet.GetEndNode()).GetNode(); in SetAttrInDoc() 365 ContentNode* pSN = aStartPaM.GetNode(); in SetAttrInDoc() 366 ContentNode* pEN = aEndPaM.GetNode(); in SetAttrInDoc() 427 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( n ); in SetAttrInDoc() [all …]
|
H A D | impedit2.cxx | 302 ContentNode* pStartNode = aSel.Min().GetNode(); in GetSelected() 303 ContentNode* pEndNode = aSel.Max().GetNode(); in GetSelected() 1291 ContentNode* pNode = aCurPaM.GetNode(); in CursorLeft() 1316 ContentNode* pNode = aCurPaM.GetNode(); in CursorRight() 1661 const ContentNode* pNode = rPaM.GetNode(); in SelectSentence() 1721 ContentNode* pNode = pParaPortion->GetNode(); in InitScriptTypes() 2258 ContentNode* pN = pTmpPortion->GetNode(); in ImpMoveParagraphs() 2296 EditPaM ImpEditEngine::ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBac… in ImpConnectParagraphs() 2647 ContentNode* pNode = aSel.Max().GetNode(); in AutoCorrect() 3014 ContentNode* pNode = new ContentNode( aEditDoc.GetItemPool() ); in ImpFastInsertParagraph() [all …]
|
H A D | edtspell.hxx | 41 class ContentNode; 119 void ClearWrongs( sal_uInt16 nStart, sal_uInt16 nEnd, const ContentNode* pNode ); 141 ContentNode* pCurNode; 151 …EdtAutoCorrDoc( ImpEditEngine* pImpEE, ContentNode* pCurNode, sal_uInt16 nCrsr, xub_Unicode cIns );
|
H A D | impedit3.cxx | 555 ContentNode* pNode = pParaPortion->GetNode(); in CheckAutoPageSize() 635 ContentNode* const pNode = pParaPortion->GetNode(); in CreateLines() 1763 ContentNode* const pNode = pParaPortion->GetNode(); in ImpBreakLine() 2022 ContentNode* pNode = pParaPortion->GetNode(); in ImpAdjustBlocks() 2300 ContentNode* pNode = pParaPortion->GetNode(); in CreateTextPortions() 2400 ContentNode* const pNode = pParaPortion->GetNode(); in RecalcTextPortion() 3846 ContentNode* pNode = aEditDoc.SaveGetObject( nNode ); in SplitContent() 4044 ContentNode* ImpEditEngine::GetPrevVisNode( ContentNode* pCurNode ) in GetPrevVisNode() 4054 ContentNode* ImpEditEngine::GetNextVisNode( ContentNode* pCurNode ) in GetNextVisNode() 4175 ContentNode* pNode = GetEditDoc()[nPara]; in DoStretchChars() [all …]
|
H A D | eertfpar.hxx | 36 ContentNode* pNode; 40 EditNodeIdx( ImpEditEngine* pIEE, ContentNode* pNd = 0) in EditNodeIdx() 44 ContentNode* GetNode() { return pNode; } in GetNode()
|
H A D | editeng.cxx | 564 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in GetLanguage() 1005 ContentNode *pNode = aCurSel.Min().GetNode(); in PostKeyEvent() 1489 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in RemoveParagraph() 1505 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in GetTextLen() 1702 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in GetStandardSvxFont() 1793 ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( n ); in SetControlWord() 1804 ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( n ); in SetControlWord() 2294 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in GetFieldCount() 2311 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in GetFieldInfo() 2355 ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( nPara ); in RemoveFields() [all …]
|
H A D | impedit4.cxx | 279 ContentNode* pNode = aEditDoc.GetObject( nNode ); in WriteText() 581 ContentNode* pNode = aEditDoc.SaveGetObject( nNode ); in WriteRTF() 997 ContentNode* pNode = aEditDoc.GetObject( nPara ); in WriteItemAsRTF() 1079 ContentNode* pNode = aEditDoc.SaveGetObject( nNode ); in CreateBinTextObject() 1892 ContentNode* pLastNode = aEditDoc.SaveGetObject( (aEditDoc.Count()-1) ); in ImpSpell() 2364 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count() - 1 ); in DoOnlineSpelling() 2370 ContentNode* pNode = GetEditDoc().GetObject( n ); in DoOnlineSpelling() 2558 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count() - 1 ); in HasSpellErrors() 2747 ContentNode* pNode = aEditDoc.GetObject( nNode ); in ImpSearch() 2855 ContentNode* pNode = aEditDoc.GetObject( nNode ); in TransliterateText() [all …]
|
H A D | editundo.hxx | 48 ContentNode* pContentNode; // Zeigt auf das gueltige, 53 EditUndoDelContent( ImpEditEngine* pImpEE, ContentNode* pNode, sal_uInt16 nPortio );
|
H A D | eehtml.cxx | 553 ContentNode* pSN = aStartPaM.GetNode(); in ImpSetAttribs() 564 ContentNode* pEN = aEndPaM.GetNode(); in ImpSetAttribs() 774 ContentNode* pNode = aCurSel.Max().GetNode(); in ThrowAwayBlank()
|
H A D | edtspell.cxx | 410 const ContentNode* pNode ) in ClearWrongs() 540 EdtAutoCorrDoc::EdtAutoCorrDoc( ImpEditEngine* pE, ContentNode* pN, in EdtAutoCorrDoc() 704 ContentNode* pNode = rNodes[n]; in GetPrevPara()
|
H A D | editundo.cxx | 189 EditUndoDelContent::EditUndoDelContent( ImpEditEngine* _pImpEE, ContentNode* pNode, sal_uInt16 n ) in EditUndoDelContent() 235 ContentNode* pN = ( nNode < _pImpEE->GetEditDoc().Count() ) in Redo() 622 ContentNode* pNode = _pImpEE->GetEditDoc().GetObject( nPara ); in Undo()
|
H A D | editview.cxx | 232 ContentNode* pNode = pImpEditView->GetEditSelection().Max().GetNode(); in SetSelection() 245 ContentNode* pNode = pPortion ? pPortion->GetNode() : PIMPEE->GetEditDoc().GetObject( 0 ); in SetSelection() 252 ContentNode* pNode = pPortion ? pPortion->GetNode() : PIMPEE->GetEditDoc().GetObject( 0 ); in SetSelection() 1079 ContentNode *pNode = aPaM.GetNode(); in ExecuteSpellPopup()
|
H A D | textconv.hxx | 34 class ContentNode;
|
H A D | impedit.cxx | 192 ContentNode* pStartNode = aTmpSel.Min().GetNode(); in DrawSelection() 193 ContentNode* pEndNode = aTmpSel.Max().GetNode(); in DrawSelection() 1175 ContentNode* pNode = rDoc.GetObject( n ); in SpellIgnoreOrAddWord() 1579 ContentNode* pNode = pEditEngine->pImpEditEngine->GetEditDoc().GetObject( nPara ); in dragGestureRecognized()
|
H A D | editdoc2.cxx | 184 ParaPortion::ParaPortion( ContentNode* pN ) in ParaPortion()
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 228 abstract class ContentNode extends TreeNode class 233 ContentNode(String content) { in ContentNode() method in ContentNode 242 boolean equals(ContentNode other) { in equals() 247 class TextNode extends ContentNode 253 return (other instanceof TextNode) && super.equals((ContentNode) other); in equals() 257 class TextFieldNode extends ContentNode 264 && super.equals((ContentNode) other); in equals() 520 testContentNode((ContentNode) expected, (ContentNode) actual); in testTerminatingNode() 526 private void testContentNode(ContentNode expected, ContentNode actual) in testContentNode()
|
/aoo4110/main/sd/util/ |
H A D | sd.flt | 8 ContentNode
|
/aoo4110/main/sc/util/ |
H A D | sc.flt | 8 ContentNode
|