Home
last modified time | relevance | path

Searched refs:SetNode (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/configmgr/source/
H A Dsetnode.cxx61 SetNode::SetNode( in SetNode() function in configmgr::SetNode
69 return new SetNode(*this, keepTemplateName); in clone()
72 NodeMap & SetNode::getMembers() { in getMembers()
76 rtl::OUString SetNode::getTemplateName() const { in getTemplateName()
80 void SetNode::setMandatory(int layer) { in setMandatory()
84 int SetNode::getMandatory() const { in getMandatory()
88 rtl::OUString const & SetNode::getDefaultTemplateName() const { in getDefaultTemplateName()
104 SetNode::SetNode(SetNode const & other, bool keepTemplateName): in SetNode() function in configmgr::SetNode
115 SetNode::~SetNode() {} in ~SetNode()
117 Node::Kind SetNode::kind() const { in kind()
[all …]
H A Dsetnode.hxx39 class SetNode: public Node { class
41 SetNode(
62 SetNode(SetNode const & other, bool keepTemplateName);
64 virtual ~SetNode();
H A Dxcsparser.cxx100 if (dynamic_cast< SetNode * >(original.get())-> in merge()
242 dynamic_cast< SetNode * >(elements_.top().node.get())); in startElement()
630 new SetNode( in handleSet()
638 void XcsParser::handleSetItem(xmlreader::XmlReader & reader, SetNode * set) { in handleSetItem()
H A Dxcsparser.hxx43 class SetNode;
75 void handleSetItem(xmlreader::XmlReader & reader, SetNode * set);
H A Dxcuparser.hxx53 class SetNode;
108 void handleSetNode(xmlreader::XmlReader & reader, SetNode * set);
H A Daccess.cxx1925 dynamic_cast< SetNode * >(getNode().get())->getDefaultTemplateName()); in createInstance()
2048 !dynamic_cast< SetNode * >(p.get())->isValidTemplate( in getSubChild()
2198 OSL_ASSERT(dynamic_cast< SetNode * >(getNode().get()) != 0); in getFreeSetMember()
2199 if (!dynamic_cast< SetNode * >(getNode().get())->isValidTemplate( in getFreeSetMember()
H A Dxcuparser.cxx196 reader, dynamic_cast< SetNode * >(state_.top().node.get())); in startElement()
954 void XcuParser::handleSetNode(xmlreader::XmlReader & reader, SetNode * set) { in handleSetNode()
H A Ddata.cxx290 !dynamic_cast< SetNode * >(parent.get())->isValidTemplate( in resolvePathRepresentation()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit2.cxx1295 aNewPaM.SetNode( pNode ); in CursorLeft()
1320 aNewPaM.SetNode( pNode ); in CursorRight()
1364 aNewPaM.SetNode( pPrevPortion->GetNode() ); in CursorUp()
1406 aNewPaM.SetNode( pNextPortion->GetNode() ); in CursorDown()
1536 aNewPaM.SetNode( pPrevNode ); in WordLeft()
1584 aNewPaM.SetNode( pNextNode ); in WordRight()
2253 aSelection.Min().SetNode( pTmpPortion->GetNode() ); in ImpMoveParagraphs()
2255 aSelection.Max().SetNode( pTmpPortion->GetNode() ); in ImpMoveParagraphs()
3511 aNewSelection.Min().SetNode( pNode ); in ConvertSelection()
3525 aNewSelection.Max().SetNode( pNode ); in ConvertSelection()
[all …]
H A Deditundo.cxx699 aNewSel.Min().SetNode( aDelSel.Min().GetNode() ); in Undo()
705 aNewSel.Max().SetNode( aDelSel.Min().GetNode() ); in Undo()
H A Dimpedit.hxx1066 aSel.Min().SetNode( aEditDoc[ rSel.nStartPara ] ); in CreateSel()
1068 aSel.Max().SetNode( aEditDoc[ rSel.nEndPara ] ); in CreateSel()
H A Deditdoc.hxx308 void SetNode( ContentNode* p) { pNode = p; } in SetNode() function in EditPaM
H A Dimpedit4.cxx2779 rFoundSel.Min().SetNode( pNode ); in ImpSearch()
2781 rFoundSel.Max().SetNode( pNode ); in ImpSearch()
H A Deditdoc.cxx1581 aPaM.SetNode( pNode ); in InsertParaBreak()
H A Dimpedit.cxx1599 aEndPaM.SetNode( pEditEngine->pImpEditEngine->GetEditDoc().GetObject( n ) ); in dragGestureRecognized()
/aoo4110/main/sw/source/core/ole/
H A Dndole.cxx255 aOLEObj.SetNode( this ); in SwOLENode()
269 aOLEObj.SetNode( this ); in SwOLENode()
759 void SwOLEObj::SetNode( SwOLENode* pNode ) in SetNode() function in SwOLEObj
/aoo4110/main/sw/inc/
H A Dndole.hxx51 void SetNode( SwOLENode* pNode );
/aoo4110/main/sw/source/core/doc/
H A Ddocedt.cxx2081 inline void SetNode( SwNode *pNew ) { pNode = pNew; } in SetNode() function in SwHyphArgs
2168 pHyphArgs->SetNode( rpNd ); in lcl_HyphenateNode()

Completed in 142 milliseconds