Lines Matching refs:ContentNode
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()
3742 ContentNode* pNode = GetEditDoc().SaveGetObject( 0 ); in Paint()
3900 void ImpEditEngine::InsertContent( ContentNode* pNode, sal_uInt32 nPos ) in InsertContent()
3913 ContentNode* pNode = aEditDoc.SaveGetObject( nNode ); in SplitContent()
3923 ContentNode* pLeftNode = aEditDoc.SaveGetObject( nLeftNode ); in ConnectContents()
3924 ContentNode* pRightNode = aEditDoc.SaveGetObject( nLeftNode+1 ); in ConnectContents()
4111 ContentNode* ImpEditEngine::GetPrevVisNode( ContentNode* pCurNode ) in GetPrevVisNode()
4121 ContentNode* ImpEditEngine::GetNextVisNode( ContentNode* pCurNode ) in GetNextVisNode()
4158 ContentNode* pNode = GetEditDoc().SaveGetObject( nPara-1 ); in InsertParagraph()
4166 ContentNode* pNode = GetEditDoc().SaveGetObject( 0 ); in InsertParagraph()
4176 ContentNode* pNode = GetEditDoc().SaveGetObject( nPara ); in SelectParagraph()
4242 ContentNode* pNode = GetEditDoc()[nPara]; in DoStretchChars()
4386 const SvxNumberFormat* ImpEditEngine::GetNumberFormat( const ContentNode *pNode ) const in GetNumberFormat()
4393 sal_uInt32 nPara = GetEditDoc().GetPos( const_cast< ContentNode * >(pNode) ); in GetNumberFormat()
4408 const ContentNode *pNode, in GetSpaceBeforeAndMinLabelWidth()
4436 const SvxLRSpaceItem& ImpEditEngine::GetLRSpaceItem( ContentNode* pNode ) in GetLRSpaceItem()
4508 ContentNode* pNode = GetEditDoc().SaveGetObject( nPara ); in ImplInitLayoutMode()
4595 sal_Bool ImpEditEngine::ImplCalcAsianCompression( ContentNode* pNode, TextPortion* pTextPortion, sa… in ImplCalcAsianCompression()