| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 100 TYPEINIT1( SwTxtNode, SwCntntNode ) in TYPEINIT1() argument 115 SwTxtNode *SwNodes::MakeTxtNode( const SwNodeIndex & rWhere, 121 SwTxtNode *pNode = new SwTxtNode( rWhere, pColl, pAutoAttr ); 208 SwTxtNode::SwTxtNode( const SwNodeIndex &rWhere, in SwTxtNode() function in SwTxtNode 254 SwTxtNode::~SwTxtNode() in ~SwTxtNode() 279 SwCntntFrm *SwTxtNode::MakeFrm( SwFrm* pSib ) in MakeFrm() 285 xub_StrLen SwTxtNode::Len() const in Len() 296 void lcl_ChangeFtnRef( SwTxtNode &rNode ) in lcl_ChangeFtnRef() 314 pFrm = SwIterator<SwCntntFrm,SwTxtNode>::FirstElement( rNode ); in lcl_ChangeFtnRef() 371 SwCntntNode *SwTxtNode::SplitCntntNode( const SwPosition &rPos ) in SplitCntntNode() [all …]
|
| H A D | txtedt.cxx | 104 extern const SwTxtNode *pLinguNode; 120 sal_uInt16 lcl_MaskRedlines( const SwTxtNode& rNode, XubString& rText, in lcl_MaskRedlines() 165 sal_uInt16 lcl_MaskRedlinesAndHiddenText( const SwTxtNode& rNode, XubString& rText, in lcl_MaskRedlinesAndHiddenText() 204 SwTxtNode *pNode = rTxtFrm.GetTxtNode(); in lcl_CalculateRepaintRect() 397 void SwTxtNode::RstTxtAttr( in RstTxtAttr() 676 XubString SwTxtNode::GetCurWord( xub_StrLen nPos ) const in GetCurWord() 714 SwScanner::SwScanner( const SwTxtNode& rNd, const String& rTxt, const LanguageType* pLang, in SwScanner() 859 sal_uInt16 SwTxtNode::Spell(SwSpellArgs* pArgs) in Spell() 987 void SwTxtNode::SetLanguageAndFont( const SwPaM &rPaM, in SetLanguageAndFont() 1023 sal_uInt16 SwTxtNode::Convert( SwConversionArgs &rArgs ) in Convert() [all …]
|
| H A D | SwGrammarContact.cxx | 54 SwTxtNode* getMyTxtNode() { return (SwTxtNode*)GetRegisteredIn(); } in getMyTxtNode() 63 virtual SwGrammarMarkUp* getGrammarCheck( SwTxtNode& rTxtNode, bool bCreate ); 64 virtual void finishGrammarCheck( SwTxtNode& rTxtNode ); 94 SwTxtNode* pTxtNode = rNewPos.nNode.GetNode().GetTxtNode(); in updateCursorPosition() 114 SwGrammarMarkUp* SwGrammarContact::getGrammarCheck( SwTxtNode& rTxtNode, bool bCreate ) in getGrammarCheck() 169 void SwGrammarContact::finishGrammarCheck( SwTxtNode& rTxtNode ) in finishGrammarCheck() 193 void finishGrammarCheck( SwTxtNode& rTxtNode ) in finishGrammarCheck()
|
| /AOO41X/main/sw/inc/ |
| H A D | ndtxt.hxx | 83 class SW_DLLPUBLIC SwTxtNode: public SwCntntNode, public ::sfx2::Metadatable class 128 SW_DLLPRIVATE SwTxtNode( const SwNodeIndex &rWhere, SwTxtFmtColl *pTxtColl, 132 … SW_DLLPRIVATE void CopyAttr( SwTxtNode *pDest, const xub_StrLen nStart, const xub_StrLen nOldPos); 134 SW_DLLPRIVATE SwTxtNode* _MakeNewTxtNode( const SwNodeIndex&, sal_Bool bNext = sal_True, 138 SwTxtNode * const pDest, const SwIndex & rDestStart, 238 virtual ~SwTxtNode(); 322 void FmtToTxtAttr( SwTxtNode* pNd ); 332 void CopyText( SwTxtNode * const pDest, 336 void CopyText( SwTxtNode * const pDest, 342 void CutText(SwTxtNode * const pDest, [all …]
|
| H A D | txtatr.hxx | 30 class SwTxtNode; // fuer SwTxtFld 42 SwTxtNode * m_pTxtNode; 54 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() 80 SwTxtNode *const i_pTargetTxtNode, 87 void ChgTxtNode(SwTxtNode * const pNode); 95 SwTxtNode* m_pTxtNode; 105 SW_DLLPRIVATE void InitRuby(SwTxtNode & rNode); 108 const SwTxtNode* GetpTxtNode() const { return m_pTxtNode; } in GetpTxtNode() 109 inline const SwTxtNode& GetTxtNode() const; 110 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() [all …]
|
| H A D | splargs.hxx | 32 class SwTxtNode; 47 SwTxtNode *pStartNode; 49 SwTxtNode *pEndNode; 53 SwTxtNode* pStart, SwIndex& rStart, in SwArgsBase() 54 SwTxtNode* pEnd, SwIndex& rEnd ) in SwArgsBase() 59 void SetStart(SwTxtNode* pStart, SwIndex& rStart ) in SetStart() 64 void SetEnd( SwTxtNode* pEnd, SwIndex& rEnd ) in SetEnd() 88 SwTxtNode* pStart, SwIndex& rStart, in SwConversionArgs() 89 SwTxtNode* pEnd, SwIndex& rEnd ) in SwConversionArgs() 115 SwTxtNode* pStart, SwIndex& rStart, in SwSpellArgs() [all …]
|
| H A D | txtinet.hxx | 30 class SwTxtNode; 37 SwTxtNode * m_pTxtNode; 51 SW_DLLPRIVATE void InitINetFmt(SwTxtNode & rNode); 54 const SwTxtNode* GetpTxtNode() const { return m_pTxtNode; } in GetpTxtNode() 55 inline const SwTxtNode& GetTxtNode() const; 56 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() 71 inline const SwTxtNode& SwTxtINetFmt::GetTxtNode() const in GetTxtNode()
|
| H A D | txttxmrk.hxx | 28 class SwTxtNode; 36 SwTxtNode * m_pTxtNode; 49 inline const SwTxtNode* GetpTxtNd() const { return m_pTxtNode; } in GetpTxtNd() 50 inline const SwTxtNode& GetTxtNode() const; 51 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() 54 inline const SwTxtNode& SwTxtTOXMark::GetTxtNode() const in GetTxtNode()
|
| H A D | ndhints.hxx | 33 class SwTxtNode; 54 SwTxtNode *const pTxtNode = 0 ); 158 friend class SwTxtNode; 177 bool TryInsertNesting(SwTxtNode & rNode, SwTxtAttrNesting & rNewHint); 178 void BuildPortions( SwTxtNode& rNode, SwTxtAttr& rNewHint, 180 bool MergePortions( SwTxtNode& rNode ); 195 bool TryInsertHint( SwTxtAttr * const pHint, SwTxtNode & rNode,
|
| H A D | txtftn.hxx | 29 class SwTxtNode; 39 SwTxtNode * m_pTxtNode; 49 void CopyFtn(SwTxtFtn & rDest, SwTxtNode & rDestNode) const; 52 inline const SwTxtNode& GetTxtNode() const; 53 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() 71 inline const SwTxtNode& SwTxtFtn::GetTxtNode() const in GetTxtNode()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unoparagraph.cxx | 106 const SwTxtNode& rTxtNode, 131 SwTxtNode *const pTxtNode = 0, in Impl() 146 const SwTxtNode * GetTxtNode() const { in GetTxtNode() 147 return static_cast<const SwTxtNode*>(GetRegisteredIn()); in GetTxtNode() 149 SwTxtNode * GetTxtNode() { in GetTxtNode() 150 return static_cast<SwTxtNode*>(GetRegisteredInNonConst()); in GetTxtNode() 153 SwTxtNode & GetTxtNodeOrThrow() { in GetTxtNodeOrThrow() 154 SwTxtNode *const pTxtNode( GetTxtNode() ); in GetTxtNodeOrThrow() 213 SwTxtNode & rTxtNode, in SwXParagraph() 227 const SwTxtNode * SwXParagraph::GetTxtNode() const in GetTxtNode() [all …]
|
| H A D | unoflatpara.cxx | 62 SwXFlatParagraph::SwXFlatParagraph( SwTxtNode& rTxtNode, rtl::OUString aExpandText, const ModelToVi… in SwXFlatParagraph() 113 const SwTxtNode* SwXFlatParagraph::getTxtNode() const in getTxtNode() 220 SwTxtNode* pOldTxtNode = mpTxtNode; in changeText() 345 SwTxtNode* pRet = 0; in getNextPara() 369 SwTxtNode* pTxtNode = dynamic_cast<SwTxtNode*>( pCnt->GetNode()->GetTxtNode() ); in getNextPara() 413 pRet = dynamic_cast<SwTxtNode*>(pNd); in getNextPara() 462 const SwTxtNode* pCurrentNode = pFlatParagraph->getTxtNode(); in getParaAfter() 467 SwTxtNode* pNextTxtNode = 0; in getParaAfter() 473 pNextTxtNode = dynamic_cast<SwTxtNode*>(pNd); in getParaAfter() 509 const SwTxtNode* pCurrentNode = pFlatParagraph->getTxtNode(); in getParaBefore() [all …]
|
| /AOO41X/main/sw/source/core/tox/ |
| H A D | txmsrt.cxx | 53 extern sal_Bool IsFrameBehind( const SwTxtNode& rMyNd, xub_StrLen nMySttPos, 54 const SwTxtNode& rBehindNd, xub_StrLen nSttPos ); 209 void SwTOXSortTabBase::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, in FillText() 302 return ::IsFrameBehind( *(SwTxtNode*)pNext, nCntPos, in operator <() 303 *(SwTxtNode*)pFirst, nCntPos ); in operator <() 314 SwTOXIndex::SwTOXIndex( const SwTxtNode& rNd, in SwTOXIndex() 433 void SwTOXIndex::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText() 441 sTmp = ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( in FillText() 540 SwTOXContent::SwTOXContent( const SwTxtNode& rNd, const SwTxtTOXMark* pMark, in SwTOXContent() 555 rTxt = ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( in GetText_Impl() [all …]
|
| /AOO41X/main/sw/source/core/edit/ |
| H A D | autofmt.cxx | 111 SwTxtNode* pAktTxtNd; // der akt. TextNode 178 const SwTxtNode* GetNextNode() const; 179 sal_Bool IsEmptyLine( const SwTxtNode& rNd ) const in IsEmptyLine() 183 sal_Bool IsOneLine( const SwTxtNode& ) const; 184 sal_Bool IsFastFullLine( const SwTxtNode& ) const; 185 sal_Bool IsNoAlphaLine( const SwTxtNode&) const; 186 sal_Bool IsEnumericChar( const SwTxtNode&) const; 187 sal_Bool IsBlanksInString( const SwTxtNode&) const; 188 sal_uInt16 CalcLevel( const SwTxtNode&, sal_uInt16 *pDigitLvl = 0 ) const; 196 sal_Bool IsFirstCharCapital( const SwTxtNode& rNd ) const; [all …]
|
| H A D | edattr.cxx | 89 SwTxtNode * pTxtNd = in GetCurAttr() 140 : ((SwTxtNode*)pNd)->GetTxt().Len(); in GetCurAttr() 142 ((SwTxtNode*)pNd)->GetAttr( *pSet, nStt, nEnd, in GetCurAttr() 205 pFmt = ((SwTxtNode*)pNd)->GetTxtColl(); in GetCurTxtFmtColl() 206 else if( pFmt == ((SwTxtNode*)pNd)->GetTxtColl() ) // ??? in GetCurTxtFmtColl() 221 SwTxtNode* pTxtNd = pCrsr->GetNode()->GetTxtNode(); in GetCurFtn() 302 SwTxtNode* pTxtNd = aIdx.GetNode().GetTxtNode(); in GetSeqFtnList() 304 pTxtNd = (SwTxtNode*)pDoc->GetNodes().GoNext( &aIdx ); in GetSeqFtnList() 413 sal_Bool lcl_IsNoEndTxtAttrAtPos( const SwTxtNode& rTNd, xub_StrLen nPos, in lcl_IsNoEndTxtAttrAtPos() 510 const SwTxtNode* pTNd = pStt->nNode.GetNode().GetTxtNode(); in GetScriptType() [all …]
|
| H A D | ednumber.cxx | 170 const SwTxtNode * pTxtNd = in SelectionHasNumber() 186 SwTxtNode * pTxtNd = pDoc->GetNodes()[nPos]->GetTxtNode(); in SelectionHasNumber() 216 const SwTxtNode * pTxtNd = in SelectionHasBullet() 232 SwTxtNode * pTxtNd = pDoc->GetNodes()[nPos]->GetTxtNode(); in SelectionHasBullet() 254 const SwTxtNode * pTxtNd = in HasNumber() 279 const SwTxtNode * pTxtNd = in HasBullet() 418 SwTxtNode * pTxtNode = aPaM.GetNode()->GetTxtNode(); in SetIndent() 476 const SwTxtNode* pTxtNd = pCrsr->GetNode()->GetTxtNode(); in GetCurrentParaOutlineLevel() 548 ( pNd->IsTxtNode() && pOrig == ((SwTxtNode*)pNd)->GetNumRule() && in MoveNumParas() 549 ((SwTxtNode*)pNd)->GetActualListLevel() > nUpperLevel )) in MoveNumParas() [all …]
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | scriptinfo.hxx | 38 class SwTxtNode; 55 const SwTxtNode& rNode; 68 SwScanner( const SwTxtNode& rNd, const String& rTxt, const LanguageType* pLang, 127 void InitScriptInfo( const SwTxtNode& rNode, sal_Bool bRTL ); 128 void InitScriptInfo( const SwTxtNode& rNode ); 156 static void CalcHiddenRanges( const SwTxtNode& rNode, 203 static bool GetBoundsOfHiddenRange( const SwTxtNode& rNode, xub_StrLen nPos, 209 static bool IsInHiddenRange( const SwTxtNode& rNode, xub_StrLen nPos ); 225 static sal_uInt16 MaskHiddenRanges( const SwTxtNode& rNode, XubString& rText, 236 static void DeleteHiddenRanges( SwTxtNode& rNode ); [all …]
|
| H A D | doctxm.hxx | 37 class SwTxtNode; 55 const SwTxtNode* pOwnChapterNode ); 56 void UpdateOutline( const SwTxtNode* pOwnChapterNode ); 57 void UpdateTemplate( const SwTxtNode* pOwnChapterNode ); 59 const SwTxtNode* pOwnChapterNode ); 60 void UpdateTable( const SwTxtNode* pOwnChapterNode ); 61 void UpdateSequence( const SwTxtNode* pOwnChapterNode ); 80 void _UpdatePageNum( SwTxtNode* pNd,
|
| H A D | txmsrt.hxx | 34 class SwTxtNode; 120 const SwTxtNode* pTOXNd; 138 …virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0) const; 181 SwTOXIndex( const SwTxtNode&, const SwTxtTOXMark*, sal_uInt16 nOptions, sal_uInt8 nKeyLevel, 187 …virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) cons… 223 SwTOXContent( const SwTxtNode&, const SwTxtTOXMark*, 227 …virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) cons… 242 …virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) cons… 275 …virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) cons…
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docedt.cxx | 171 bool lcl_MayOverwrite( const SwTxtNode *pNode, const xub_StrLen nPos ) in SV_IMPL_VARARR() 178 void lcl_SkipAttr( const SwTxtNode *pNode, SwIndex &rIdx, xub_StrLen &rStart ) in lcl_SkipAttr() 412 SwTxtNode& rTxtNd = (SwTxtNode&)pSrch->GetTxtNode(); in lcl_SaveFtn() 440 SwTxtNode& rTxtNd = (SwTxtNode&)pSrch->GetTxtNode(); in lcl_SaveFtn() 467 static_cast<SwTxtNode*>(pNode)->GetpSwpHints(); in lcl_SaveFtn() 777 SwTxtNode *pNode = rPt.nNode.GetNode().GetTxtNode(); in Overwrite() 882 SwTxtNode * pTxtNd = aIdx.GetNode().GetTxtNode(); in MoveAndJoin() 957 SwTxtNode* pSrcNd = rPaM.GetPoint()->nNode.GetNode().GetTxtNode(); in MoveRange() 966 SwTxtNode * pTNd = rPos.nNode.GetNode().GetTxtNode(); in MoveRange() 977 pTNd = static_cast<SwTxtNode*>(pTNd->SplitCntntNode( rPos )); in MoveRange() [all …]
|
| H A D | docnum.cxx | 112 SwTxtNode* pTxtNd = *aIter; in SetOutlineNumRule() 342 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in OutlineUpDown() 383 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in OutlineUpDown() 453 …nOutLineLevel = static_cast<sal_uInt8>(((SwTxtNode*)pSrch)->GetAttrOutlineLevel()-1);//<-end,zhaoj… in MoveOutlinePara() 476 nOutLineLevel < ((SwTxtNode*)pEndSrch)->GetAttrOutlineLevel()-1 )//<-end,zhaojianwei in MoveOutlinePara() 591 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in lcl_FindOutlineName() 661 SwTxtNode* pNd; in lcl_FindOutlineNum() 734 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline() 766 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline() 779 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline() [all …]
|
| H A D | doctxm.cxx | 142 SwTxtNode *const pTxtNd = rPos.nNode.GetNode().GetTxtNode(); in GetCurTOXMark() 185 SwTxtNode& rTxtNd = const_cast<SwTxtNode&>(pTxtTOXMark->GetTxtNode()); in DeleteTOXMark() 246 const SwTxtNode *pTOXSrc = pMark->GetpTxtNd(); in GotoTOXMark() 389 SwTxtNode* pHeadNd = GetNodes().MakeTxtNode( aIdx, in InsertTableOf() 724 const SwTxtNode* lcl_FindChapterNode( const SwNode& rNd, sal_uInt8 nLvl = 0 ) in lcl_FindChapterNode() 886 const SwTxtNode* pOwnChapterNode = IsFromChapter() in Update() 894 SwTxtNode* pFirstEmptyNd; in Update() 936 SwTxtNode* pHeadNd = pDoc->GetNodes().MakeTxtNode( aIdx, in Update() 1022 SwTxtNode* pTOXNd = pDoc->GetNodes().MakeTxtNode( aInsPos , pColl ); in Update() 1193 const SwTxtNode* pOwnChapterNode ) in UpdateMarks() [all …]
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | node.cxx | 828 const SwTxtNode* SwNode::FindOutlineNodeOfLevel( sal_uInt8 nLvl ) const in FindOutlineNodeOfLevel() 830 const SwTxtNode* pRet = 0; in FindOutlineNodeOfLevel() 1114 ((SwTxtNode*)this)->SetCalcHiddenCharFlags(); in Modify() 1126 ((SwTxtNode*)this)->SetCalcHiddenCharFlags(); in Modify() 1231 const SwTxtNode& rTNd = *GetTxtNode(); in GoNext() 1279 const SwTxtNode& rTNd = *GetTxtNode(); in GoPrevious() 1440 ((SwTxtNode*)this)->SetWrong( NULL ); in DelFrms() 1441 ((SwTxtNode*)this)->SetWrongDirty( true ); in DelFrms() 1443 ((SwTxtNode*)this)->SetGrammarCheck( NULL ); in DelFrms() 1444 ((SwTxtNode*)this)->SetGrammarCheckDirty( true ); in DelFrms() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtww8.hxx | 100 class SwTxtNode; 162 const SwTxtNode* pNumNd; 210 void SetNum( const SwTxtNode* pNumNd ); 474 const SwTxtNode *mpTopNodeOfHdFtPage; ///< Top node of host page when in hd/ft 653 virtual void AppendBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos, xub_StrLen nLen ) = 0; 657 virtual void ExportGrfBullet(const SwTxtNode& rNd) = 0; 683 const SwTxtNode* pNd ); 722 void SetHdFtPageRoot( const SwTxtNode *pNd ) { mpTopNodeOfHdFtPage = pNd; } in SetHdFtPageRoot() 725 const SwTxtNode *GetHdFtPageRoot() const { return mpTopNodeOfHdFtPage; } in GetHdFtPageRoot() 763 …virtual xub_StrLen GetNextPos( WW8SwAttrIter* pAttrIter, const SwTxtNode& rNode, xub_StrLen nAktPo… [all …]
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | accpara.cxx | 142 const SwTxtNode* SwAccessibleParagraph::GetTxtNode() const in GetTxtNode() 147 const SwTxtNode* pNode = static_cast<const SwTxtFrm*>(pFrm)->GetTxtNode(); in GetTxtNode() 175 const SwTxtNode* pNode = GetTxtNode(); in GetCaretPos() 237 const SwTxtNode* pNode = GetTxtNode(); in GetSelection() 381 const SwTxtNode *pTxtNd = GetTxtNode(); in IsHeading() 406 const SwTxtNode* pTxtNd = GetTxtNode(); in GetStates() 564 : SwClient( const_cast<SwTxtNode*>(rTxtFrm.GetTxtNode()) ) in SwAccessibleParagraph() 679 SwTxtNode* pTxtNode = const_cast<SwTxtNode*>( GetTxtNode() ); in CreateUnoPortion() 719 const SwTxtNode* pTxtNd = GetTxtNode(); in GetTOXSortTabBase() 772 const SwTxtNode* pNode = GetTxtNode(); in GetRedlineAtIndex() [all …]
|