Home
last modified time | relevance | path

Searched refs:rTxtNode (Results 26 – 44 of 44) sorted by relevance

12

/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1854 SwTxtNode& rTxtNode = (SwTxtNode&)*pTxtFld->GetpTxtNode(); in attach() local
1855 SwPaM aPam( rTxtNode, *pTxtFld->GetStart() ); in attach()
2193 const SwTxtNode& rTxtNode = pTxtFld->GetTxtNode(); in getPropertyValue() local
2197 if (rTxtNode.GetNodes().IsDocNodes()) in getPropertyValue()
2199 sal_Bool bFrame = 0 != rTxtNode.FindLayoutRect().Width(); // oder so in getPropertyValue()
2200 sal_Bool bHidden = rTxtNode.IsHidden(); in getPropertyValue()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2067 void lcl_MergeListLevelIndentAsLRSpaceItem( const SwTxtNode& rTxtNode, in lcl_MergeListLevelIndentAsLRSpaceItem() argument
2070 if ( rTxtNode.AreListLevelIndentsApplicable() ) in lcl_MergeListLevelIndentAsLRSpaceItem()
2072 const SwNumRule* pRule = rTxtNode.GetNumRule(); in lcl_MergeListLevelIndentAsLRSpaceItem()
2073 if ( pRule && rTxtNode.GetActualListLevel() >= 0 ) in lcl_MergeListLevelIndentAsLRSpaceItem()
2075 … const SwNumFmt& rFmt = pRule->Get(static_cast<sal_uInt16>(rTxtNode.GetActualListLevel())); in lcl_MergeListLevelIndentAsLRSpaceItem()
/trunk/main/sw/inc/
H A DSwNodeNum.hxx80 const SwNodeNum* GetPrecedingNodeNumOf( const SwTxtNode& rTxtNode ) const;
H A DIDocumentMarkAccess.hxx106 virtual ::sw::mark::IMark* getMarkForTxtNode(const SwTxtNode& rTxtNode,
H A Dunotextmarkup.hxx59 SwXTextMarkup( SwTxtNode& rTxtNode, const ModelToViewHelper::ConversionMap* pConversionMap );
H A Dunoflatpara.hxx63 …SwXFlatParagraph( SwTxtNode& rTxtNode, rtl::OUString aExpandText, const ModelToViewHelper::Convers…
/trunk/main/sw/source/core/access/
H A Dtextmarkuphelper.hxx46 const SwTxtNode& rTxtNode );
/trunk/main/sw/source/core/inc/
H A DMarkManager.hxx51 …virtual ::sw::mark::IMark* getMarkForTxtNode(const SwTxtNode& rTxtNode, IDocumentMarkAccess::MarkT…
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx638 const SwTxtNode& rTxtNode = pTxtFld->GetTxtNode(); in lcl_MakeFldLst() local
640 rTxtNode.getLayoutFrm( rTxtNode.GetDoc()->GetCurrentLayout(), &aPt, 0, sal_False ); in lcl_MakeFldLst()
644 _SetGetExpFld* pNew = new _SetGetExpFld( SwNodeIndex( rTxtNode ), pTxtFld ); in lcl_MakeFldLst()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx157 const SwTxtNode& rTxtNode ) in CtorInitLineInfo() argument
164 if ( rTxtNode.GetListTabStopPosition( nListTabStopPosition ) ) in CtorInitLineInfo()
186 … if ( !rTxtNode.getIDocumentSettingAccess()->get(IDocumentSettingAccess::TABS_RELATIVE_TO_INDENT) ) in CtorInitLineInfo()
H A Dinftxt.hxx106 const SwTxtNode& rTxtNode );
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx989 IGrammarContact* getGrammarContact( const SwTxtNode& rTxtNode ) in getGrammarContact() argument
991 const SwDoc* pDoc = rTxtNode.GetDoc(); in getGrammarContact()
H A Ddocbm.cxx506 const SwTxtNode& rTxtNode, in getMarkForTxtNode() argument
509 SwPosition aPos(rTxtNode); in getMarkForTxtNode()
510 aPos.nContent.Assign(&(const_cast<SwTxtNode&>(rTxtNode)), 0); in getMarkForTxtNode()
H A Ddocedt.cxx1859 void lcl_syncGrammarError( SwTxtNode &rTxtNode, linguistic2::ProofreadingResult& rResult, in lcl_syncGrammarError() argument
1862 if( rTxtNode.IsGrammarCheckDirty() ) in lcl_syncGrammarError()
1864 SwGrammarMarkUp* pWrong = rTxtNode.GetGrammarCheck(); in lcl_syncGrammarError()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx715 const SwNumFmt* GetNumFmtFromTxtNode(const SwTxtNode &rTxtNode);
H A Dww8par.cxx1182 const SwTxtNode &rTxtNode) in GetNumFmtFromStack() argument
1186 if (pItem && rTxtNode.GetNumRule()) in GetNumFmtFromStack()
1189 if (rTxtNode.IsCountedInList()) in GetNumFmtFromStack()
1192 sal_uInt8 nLvl = static_cast< sal_uInt8 >(rTxtNode.GetActualListLevel()); in GetNumFmtFromStack()
H A Dww8par.hxx282 const SwTxtNode &rTxtNode);
H A Dww8atr.cxx342 const SwTxtNode &rTxtNode = pTxtFld->GetTxtNode(); in GatherChapterFields() local
343 maChapterFieldLocs.push_back(rTxtNode.GetIndex()); in GatherChapterFields()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1351 SwTxtNode& rTxtNode = static_cast<SwTxtNode&>(rNode); in TextToTable() local
1357 const SwAttrSet* pSet = rTxtNode.GetpSwAttrSet(); in TextToTable()
1368 rTxtNode.ResetAttr( RES_BREAK ); in TextToTable()
1369 pSet = rTxtNode.GetpSwAttrSet(); in TextToTable()
1378 rTxtNode.ResetAttr( RES_PAGEDESC ); in TextToTable()

Completed in 246 milliseconds

12