| /AOO41X/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 ); 257 ContentNode( const XubString& rStr, const ContentAttribs& rContentAttribs ); 258 ~ContentNode(); 265 void AppendAttribs( ContentNode* pNextNode ); 266 …void CopyAndCutAttribs( ContentNode* pPrevNode, SfxItemPool& rPool, sal_Bool bKeepEndin… 283 typedef ContentNode* ContentNodePtr; 300 ContentNode* pNode; [all …]
|
| H A D | editdoc.cxx | 253 SV_IMPL_PTRARR( DummyContentList, ContentNode* ); 649 ContentNode* pStartNode = aStartPaM.GetNode(); in Adjust() 650 ContentNode* pEndNode = aEndPaM.GetNode(); in Adjust() 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() 726 void ContentNode::ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNew, SfxItemPool& rItemPool ) in ExpandAttribs() 865 void ContentNode::CollapsAttribs( sal_uInt16 nIndex, sal_uInt16 nDeleted, SfxItemPool& rItemPool ) in CollapsAttribs() 955 void ContentNode::CopyAndCutAttribs( ContentNode* pPrevNode, SfxItemPool& rPool, sal_Bool bKeepEndi… in CopyAndCutAttribs() 1007 void ContentNode::AppendAttribs( ContentNode* pNextNode ) in AppendAttribs() [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() 444 ContentNode* pNode = aEditDoc.SaveGetObject( nPara ); in GetAttribs() 561 ContentNode* pNode = aEditDoc.GetObject( nNode ); in SetAttribs() 659 ContentNode* pNode = aEditDoc.GetObject( nNode ); in RemoveCharAttribs() 707 ContentNode* pNode = aEditDoc.SaveGetObject( nPara ); in RemoveCharAttribs() [all …]
|
| H A D | impedit.hxx | 524 void CursorMoved( ContentNode* pPrevNode ); 525 void ParaAttribsChanged( ContentNode* pNode ); 547 void ParaAttribsToCharAttribs( ContentNode* pNode ); 565 …void SeekCursor( ContentNode* pNode, sal_uInt16 nPos, SvxFont& rFont, OutputDevice*… 571 …EditPaM ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBackw… 588 …void ImpFindKashidas( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, SvUSh… 590 void InsertContent( ContentNode* pNode, sal_uInt16 nPos ); 625 …sal_Bool ImplCalcAsianCompression( ContentNode* pNode, TextPortion* pTextPortion, s… 655 ContentNode* GetPrevVisNode( ContentNode* pCurNode ); 656 ContentNode* GetNextVisNode( ContentNode* pCurNode ); [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() 313 ContentNode* pNode = aEditDoc.GetObject( nNode ); in GetSelected() 802 void ImpEditEngine::CursorMoved( ContentNode* pPrevNode ) in CursorMoved() 822 void ImpEditEngine::ParaAttribsChanged( ContentNode* pNode ) in ParaAttribsChanged() 1291 ContentNode* pNode = aCurPaM.GetNode(); in CursorLeft() 1316 ContentNode* pNode = aCurPaM.GetNode(); in CursorRight() 1482 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count()-1 ); in CursorEndOfDoc() 1533 ContentNode* pPrevNode = aEditDoc.SaveGetObject( --nCurPara ); in WordLeft() 1581 ContentNode* pNextNode = aEditDoc.SaveGetObject( ++nCurPara ); in WordRight() [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() 2114 void ImpEditEngine::ImpFindKashidas( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, SvUSho… in ImpFindKashidas() 2300 ContentNode* pNode = pParaPortion->GetNode(); in CreateTextPortions() 2400 ContentNode* const pNode = pParaPortion->GetNode(); in RecalcTextPortion() 2560 void ImpEditEngine::SeekCursor( ContentNode* pNode, sal_uInt16 nPos, SvxFont& rFont, OutputDevice* … in SeekCursor() 3675 ContentNode* pNode = GetEditDoc().SaveGetObject( 0 ); in Paint() 3833 void ImpEditEngine::InsertContent( ContentNode* pNode, sal_uInt16 nPos ) in InsertContent() [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() 1467 ContentNode* pStartNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in CreateTextObject() 1468 ContentNode* pEndNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara+nParas-1 ); in CreateTextObject() 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() [all …]
|
| H A D | impedit4.cxx | 279 ContentNode* pNode = aEditDoc.GetObject( nNode ); in WriteText() 310 void lcl_FindValidAttribs( ItemList& rLst, ContentNode* pNode, sal_uInt16 nIndex, sal_uInt16 nScrip… in lcl_FindValidAttribs() 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() 2041 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count()-1); in SpellSentence() 2338 void ImpEditEngine::DoOnlineSpelling( ContentNode* pThisNodeOnly, sal_Bool bSpellAtCursorPos, sal_B… in DoOnlineSpelling() 2364 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count() - 1 ); in DoOnlineSpelling() 2370 ContentNode* pNode = GetEditDoc().GetObject( n ); in DoOnlineSpelling() [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()
|
| /AOO41X/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()
|
| /AOO41X/main/sd/util/ |
| H A D | sd.flt | 8 ContentNode
|
| /AOO41X/main/sc/util/ |
| H A D | sc.flt | 8 ContentNode
|