Home
last modified time | relevance | path

Searched refs:pNode (Results 1 – 25 of 229) sorted by last modified time

12345678910

/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx188 pNode = pN; in ParaPortion()
319 …DBG_ASSERT( aLineList[ aLineList.Count()-1 ]->GetEnd() == pNode->Len(), "CorrectLines: Ende stimmt… in CorrectValuesBehindLastFormattedLine()
H A Dimpedit2.cxx1297 pNode = GetPrevVisNode( pNode ); in CursorLeft()
1298 if ( pNode ) in CursorLeft()
1322 pNode = GetNextVisNode( pNode ); in CursorRight()
1323 if ( pNode ) in CursorRight()
1727 if ( pNode->Len() ) in InitScriptTypes()
2096 if ( pNode && pNode->Len() ) in GetRightToLeft()
2599 delete pNode; in ImpRemoveParagraph()
3375 if (pNode) in GetLineNumberAtIndex()
3506 if ( !pNode ) in ConvertSelection()
3520 if ( !pNode ) in ConvertSelection()
[all …]
H A Dimpedit.hxx525 void ParaAttribsChanged( ContentNode* pNode );
547 void ParaAttribsToCharAttribs( ContentNode* pNode );
590 void InsertContent( ContentNode* pNode, sal_uInt32 nPos );
680 inline ParaPortion* FindParaPortion( ContentNode* pNode ) const;
863 sal_Bool DoVisualCursorTraveling( const ContentNode* pNode );
984 const SvxNumberFormat * GetNumberFormat( const ContentNode* pNode ) const;
987 const SvxLRSpaceItem& GetLRSpaceItem( ContentNode* pNode );
1038 ContentNode* pNode = rPaM.GetNode(); in CreateEPaM() local
1039 return EPaM( aEditDoc.GetPos( pNode ), rPaM.GetIndex() ); in CreateEPaM()
1133 inline ParaPortion* ImpEditEngine::FindParaPortion( ContentNode* pNode ) const in FindParaPortion()
[all …]
H A Dimpedit3.cxx1802 OUString aText( *pNode ); in ImpBreakLine()
2567 if ( nPos > pNode->Len() ) in SeekCursor()
2568 nPos = pNode->Len(); in SeekCursor()
2625 || ( !pNode->Len() ) ) ) in SeekCursor()
4159 if ( !pNode ) in InsertParagraph()
4162 aPaM = EditPaM( pNode, pNode->Len() ); in InsertParagraph()
4167 aPaM = EditPaM( pNode, 0 ); in InsertParagraph()
4178 if ( pNode ) in SelectParagraph()
4179 pSel = new EditSelection( EditPaM( pNode, 0 ), EditPaM( pNode, pNode->Len() ) ); in SelectParagraph()
4390 if (pNode) in GetNumberFormat()
[all …]
H A Dimpedit4.cxx283 sal_uInt16 nEndPos = pNode->Len(); in WriteText()
588 if ( pNode->GetStyleSheet() ) in WriteRTF()
628 sal_uInt16 nEndPos = pNode->Len(); in WriteRTF()
998 SeekCursor( pNode, nPos, aFont ); in WriteItemAsRTF()
1089 sal_uInt16 nEndPos = pNode->Len(); in CreateBinTextObject()
1105 if ( pNode->GetStyleSheet() ) in CreateBinTextObject()
2372 pNode = pThisNodeOnly; in DoOnlineSpelling()
2388 EditPaM aPaM( pNode, nInvStart ); in DoOnlineSpelling()
2750 sal_uInt16 nEndPos = pNode->Len(); in ImpSearch()
2779 rFoundSel.Min().SetNode( pNode ); in ImpSearch()
[all …]
H A Dimpedit5.cxx55 return pNode ? pNode->GetContentAttribs().GetStyleSheet() : NULL; in GetStyleSheet()
102 ParaAttribsChanged( pNode ); in SetStyleSheet()
124 ParaAttribsChanged( pNode ); in UpdateParagraphsWithStyleSheet()
141 pNode->SetStyleSheet( NULL ); in RemoveStyleFromParagraphs()
142 ParaAttribsChanged( pNode ); in RemoveStyleFromParagraphs()
450 if ( pNode ) in GetAttribs()
713 if ( !pNode ) in RemoveCharAttribs()
738 if ( !pNode ) in SetParaAttribs()
768 pNode->CreateDefFont(); in SetParaAttribs()
770 ParaAttribsChanged( pNode ); in SetParaAttribs()
[all …]
H A Dediteng.cxx566 return pNode ? pImpEditEngine->GetLanguage( EditPaM( pNode, nPos ) ) : LANGUAGE_DONTKNOW; in GetLanguage()
1492 if ( pNode && pPortion ) in RemoveParagraph()
1507 if ( pNode ) in GetTextLen()
1508 return pNode->Len(); in GetTextLen()
1703 return pNode->GetCharAttribs().GetDefFont(); in GetStandardSvxFont()
1794 pNode->CreateWrongList(); in SetControlWord()
2295 if ( pNode ) in GetFieldCount()
2312 if ( pNode ) in GetFieldInfo()
2366 EditSelection aSel( EditPaM( pNode, pAttr->GetStart() ), EditPaM( pNode, pAttr->GetEnd() ) ); in RemoveFields()
2382 if ( pNode->GetWrongList() && pNode->GetWrongList()->Count() ) in HasOnlineSpellErrors()
[all …]
H A Deehtml.cxx774 ContentNode* pNode = aCurSel.Max().GetNode(); in ThrowAwayBlank() local
775 if ( pNode->Len() && ( pNode->GetChar( pNode->Len()-1 ) != ' ' ) ) in ThrowAwayBlank()
H A Deertfpar.cxx179 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in AddRTFDefaultValues() local
180 DBG_ASSERT( pNode, "AddRTFDefaultValues - Kein Absatz ?!" ); in AddRTFDefaultValues()
181 if ( !pNode->GetContentAttribs().HasItem( EE_CHAR_FONTINFO ) ) in AddRTFDefaultValues()
182 pNode->GetContentAttribs().GetItems().Put( aFontItem ); in AddRTFDefaultValues()
183 if ( !pNode->GetContentAttribs().HasItem( EE_CHAR_FONTHEIGHT ) ) in AddRTFDefaultValues()
184 pNode->GetContentAttribs().GetItems().Put( aFontHeightItem ); in AddRTFDefaultValues()
427 ContentNode* pNode = pImpEditEngine->GetEditDoc().SaveGetObject( n ); in SetAttrInDoc() local
428 pNode->GetContentAttribs().GetItems().Put( SfxInt16Item( EE_PARA_OUTLLEVEL, nOutlLevel ) ); in SetAttrInDoc()
602 return pImpEditEngine->GetEditDoc().GetPos( pNode ); in GetIdx()
607 return new EditNodeIdx( pImpEditEngine, pNode ); in Clone()
H A Dimpedit.cxx1175 ContentNode* pNode = rDoc.GetObject( n ); in SpellIgnoreOrAddWord() local
1176 pNode->GetWrongList()->MarkWrongsInvalid(); in SpellIgnoreOrAddWord()
1580 ContentNode* pNode = pEditEngine->pImpEditEngine->GetEditDoc().GetObject( nPara ); in dragGestureRecognized() local
1581 aCopySel = EditSelection( EditPaM( pNode, nPos ), EditPaM( pNode, nPos+1 ) ); in dragGestureRecognized()
H A Deditundo.cxx189 EditUndoDelContent::EditUndoDelContent( ImpEditEngine* _pImpEE, ContentNode* pNode, sal_uInt32 n ) in EditUndoDelContent() argument
192 pContentNode = pNode; in EditUndoDelContent()
622 ContentNode* pNode = _pImpEE->GetEditDoc().GetObject( nPara ); in Undo() local
628 _pImpEE->GetEditDoc().InsertAttrib( pNode, pX->GetStart(), pX->GetEnd(), *pX->GetItem() ); in Undo()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1281 SwNode* pNode = pDoc->GetNodes()[ nStart ]; in SetAttrInDoc() local
1282 if (!pNode || !pNode->IsTxtNode()) in SetAttrInDoc()
1285 SwCntntNode* pNd = (SwCntntNode*)pNode; in SetAttrInDoc()
1288 SwTxtNode *pTxtNode = (SwTxtNode*)pNode; in SetAttrInDoc()
1304 rReader.maTxtNodesHavingLeftIndentSet.find( pNode ) ); in SetAttrInDoc()
4157 SwNode* pNode = mrReader.rDoc.GetNodes()[nStart]; in InsertSegments() local
4158 if (!pNode) in InsertSegments()
4160 if (sw::util::HasPageBreak(*pNode)) in InsertSegments()
4162 SwNodeIndex aIdx(*pNode); in InsertSegments()
4546 SwStartNode *pNode = in CoreLoad() local
[all …]
H A Dww8par.hxx200 SwTxtNode *pNode=0 );
H A Dww8par3.cxx1633 const sal_uInt8 nLevel, std::vector<sal_uInt8> &rParaSprms, SwTxtNode *pNode) in GetNumRuleForActivation() argument
1743 if (pNode) in GetNumRuleForActivation()
1745 pNode->SetAttrListLevel(nLevel); in GetNumRuleForActivation()
1748 pNode->SetListRestart(true); in GetNumRuleForActivation()
1750 pNode->SetAttrListRestartValue(nStart); in GetNumRuleForActivation()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx176 const SwTxtNode *pNode = pFrm->GetTxtNode(); in CtorInitTxtMargin() local
197 const int nLMWithNum = pNode->GetLeftMarginWithNum( sal_True ); in CtorInitTxtMargin()
205 pNode->GetLeftMarginWithNum( sal_False ) - in CtorInitTxtMargin()
221 …!pNode->getIDocumentSettingAccess()->get(IDocumentSettingAccess::IGNORE_FIRST_LINE_INDENT_IN_NUMBE… in CtorInitTxtMargin()
228 pNode->GetLeftMarginWithNum( sal_False ) - in CtorInitTxtMargin()
251 …( pNode->getIDocumentSettingAccess()->get(IDocumentSettingAccess::IGNORE_FIRST_LINE_INDENT_IN_NUMB… in CtorInitTxtMargin()
267 if( !pNode->GetFirstLineOfsWithNum( nFLOfst ) && in CtorInitTxtMargin()
271 LanguageType aLang = pNode->GetLang( 0, 1, i18n::ScriptType::ASIAN); in CtorInitTxtMargin()
329 …!pNode->getIDocumentSettingAccess()->get(IDocumentSettingAccess::IGNORE_FIRST_LINE_INDENT_IN_NUMBE… in CtorInitTxtMargin()
369 mnTabLeft = pNode->GetLeftMarginForTabCalculation(); in CtorInitTxtMargin()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx150 return pNode; in GetTxtNode()
772 const SwTxtNode* pNode = GetTxtNode(); in GetRedlineAtIndex() local
773 if ( pNode ) in GetRedlineAtIndex()
775 const SwDoc* pDoc = pNode->GetDoc(); in GetRedlineAtIndex()
1584 nPos = pNode->GetTxt().Len(); in GetCurrentTabStop()
1592 SwIndex aIndex( pNode, nPos ); in GetCurrentTabStop()
2682 nPos = pNode->GetTxt().Len(); in getCharacterBounds()
2690 SwIndex aIndex( pNode, nPos ); in getCharacterBounds()
2730 SwIndex aIndex( pNode, 0); in getIndexAtPoint()
2731 SwPosition aPos( *pNode, aIndex ); in getIndexAtPoint()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx639 pNode->DelSoftHyph( nStart, nEnd ); in DelSoftHyph()
1013 SwTxtNode *pNode; in GetCorrection() local
1017 0 != (pWrong = pNode->GetWrong()) && in GetCorrection()
1018 !pNode->IsInProtectSect() ) in GetCorrection()
1128 SwTxtNode *pNode; in GetGrammarCorrection() local
1133 !pNode->IsInProtectSect() ) in GetGrammarCorrection()
1946 SwTxtNode *pNode; in IgnoreGrammarErrorAt() local
1954 pNode = aIdx.GetNode().GetTxtNode(); in IgnoreGrammarErrorAt()
1955 if( pNode ) { in IgnoreGrammarErrorAt()
1958 pWrong = pNode->GetGrammarCheck(); in IgnoreGrammarErrorAt()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx454 TextNode* pNode = new TextNode( String() ); in ImpInitDoc() local
455 mpDoc->GetNodes().Insert( pNode, 0 ); in ImpInitDoc()
551 if ( pNode && pNode->GetCharAttribs().HasEmptyAttribs() && pNode->GetText().Len() ) in CursorMoved()
697 delete pNode; in ImpRemoveParagraph()
1129 if ( pNode && ( rPaM.GetIndex() < pNode->GetText().Len() ) ) in FindCharAttrib()
1470 mpDoc->GetNodes().Insert( pNode, nPara ); in InsertContent()
1513 || !pNode->GetText().Len() ) in SeekCursor()
1980 …( ( !nStartPos && ( nNewChars < pNode->GetText().Len() ) && pNode->GetText().GetChar( nNewChars ) … in RecalcTextPortion()
2393 while ( nIndex < pNode->GetText().Len() ) in CreateLines()
2771 if ( pNode->GetCharAttribs().Count() ) in RemoveAttribs()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1507 if (pNode->count() == 3 && // Ausdruck is geklammert in checkInnerJoin()
1508 SQL_ISPUNCTUATION(pNode->getChild(0),"(") && in checkInnerJoin()
1509 SQL_ISPUNCTUATION(pNode->getChild(2),")")) in checkInnerJoin()
1513 …else if ((SQL_ISRULE(pNode,search_condition) || SQL_ISRULE(pNode,boolean_term)) && // AND/OR-Ver… in checkInnerJoin()
1514 pNode->count() == 3) in checkInnerJoin()
1517 if ( SQL_ISTOKEN(pNode->getChild(1),AND) ) in checkInnerJoin()
1521 else if (SQL_ISRULE(pNode,comparison_predicate)) in checkInnerJoin()
1524 DBG_ASSERT(pNode->count() == 3,"checkInnerJoin: Fehler im Parse Tree"); in checkInnerJoin()
1525 if (!(SQL_ISRULE(pNode->getChild(0),column_ref) && in checkInnerJoin()
1526 SQL_ISRULE(pNode->getChild(2),column_ref) && in checkInnerJoin()
[all …]
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx162 SwNoTxtFrm::SwNoTxtFrm(SwNoTxtNode * const pNode, SwFrm* pSib ) in SwNoTxtFrm() argument
163 : SwCntntFrm( pNode, pSib ) in SwNoTxtFrm()
/trunk/main/starmath/source/
H A Dmathtype.cxx2116 switch(pNode->GetType()) in HandleNodes()
2122 HandleText(pNode,nLevel); in HandleNodes()
2128 HandleBrace(pNode,nLevel); in HandleNodes()
2137 HandleRoot(pNode,nLevel); in HandleNodes()
2151 HandleMath(pNode,nLevel); in HandleNodes()
2166 HandleTable(pNode,nLevel); in HandleNodes()
2183 HandleMAlign(pNode,nLevel); in HandleNodes()
2300 if (pNode->GetSubNode(0)) in HandleRoot()
2400 if (pNode->GetSubNode(LSUP+1)) in HandleSubSupScript()
2633 if (HandleLim(pNode,nLevel)) in HandleOperator()
[all …]
H A Daccessibility.cxx534 if (pNode) in getCharacterBounds()
541 pNode->GetAccessibleText( aNodeText ); in getCharacterBounds()
551 Size aSize (pNode->GetSize()); in getCharacterBounds()
554 pWin->SetFont( pNode->GetFont() ); in getCharacterBounds()
608 const SmNode *pNode = 0; in getIndexAtPoint() local
610 pNode = pTree->FindRectClosestTo(aPos); in getIndexAtPoint()
612 if (pNode) in getIndexAtPoint()
620 Size aSize( pNode->GetSize() ); in getIndexAtPoint()
631 pNode->GetAccessibleText( aTxt ); in getIndexAtPoint()
634 long nNodeX = pNode->GetLeft(); in getIndexAtPoint()
[all …]
/trunk/main/automation/source/server/
H A DXMLParser.cxx613 Node* pNode = (Node*)nPointer; in HandleSAXParser() local
614 pSAXParser->SetCurrentNode( NodeRef( pNode ) ); in HandleSAXParser()
676 Node* pNode = (Node*)(&xNode); in HandleSAXParser() local
677 aPath.Append( String::CreateFromInt64( (sal_uIntPtr)pNode ) ); in HandleSAXParser()
/trunk/main/sal/qa/rtl/process/
H A Drtl_Process.cxx149 void printUuid( sal_uInt8 *pNode ) in printUuid() argument
156 sal_uInt8 nValue = pNode[i1*4 +i2]; in printUuid()
173 void printUuidtoBuffer( sal_uInt8 *pNode, sal_Char * pBuffer ) in printUuidtoBuffer() argument
178 sal_uInt8 nValue = pNode[i1]; in printUuidtoBuffer()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3640 const char* pNode; in dump() local
3643 case DFF_ANIM_NODE_TYPE_ON_CLICK: pNode = "onclick"; break; in dump()
3644 case DFF_ANIM_NODE_TYPE_WITH_PREVIOUS: pNode = "withprevious"; break; in dump()
3645 case DFF_ANIM_NODE_TYPE_AFTER_PREVIOUS: pNode = "afterprevious"; break; in dump()
3646 case DFF_ANIM_NODE_TYPE_MAIN_SEQUENCE: pNode = "mainsequence"; break; in dump()
3647 case DFF_ANIM_NODE_TYPE_TIMING_ROOT: pNode = "timingroot"; break; in dump()
3648 case DFF_ANIM_NODE_TYPE_INTERACTIVE_SEQ:pNode = "interactivesequence"; break; in dump()
3653 pNode = buffer; in dump()
3658 fprintf(mpFile, " nodeType=\"%s\"", pNode); in dump()

Completed in 258 milliseconds

12345678910