Home
last modified time | relevance | path

Searched refs:Parent (Results 1 – 25 of 248) sorted by relevance

12345678910

/trunk/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx118 Element* pAnchor = rElem.Parent; in fillFrameProps()
123 pAnchor = pAnchor->Parent; in fillFrameProps()
371 if( elem.Parent ) in visit()
425 if( elem.Parent && rParentIt != elem.Parent->Children.end() ) in visit()
632 pCurPara->Parent = &elem; in visit()
952 if( elem.Parent ) in visit()
956 double p_x = elem.Parent->x; in visit()
957 double p_y = elem.Parent->y; in visit()
958 double p_w = elem.Parent->w; in visit()
959 double p_h = elem.Parent->h; in visit()
[all …]
H A Ddrawtreevisiting.cxx439 if( elem.Parent ) in visit()
446 if( this_it != elem.Parent->Children.end() ) in visit()
449 if( ++next_it != elem.Parent->Children.end() ) in visit()
484 elem.Parent->Children.erase( next_it ); in visit()
661 pCurPara->Parent = &elem; in visit()
936 if( elem.Parent ) in visit()
940 double p_x = elem.Parent->x; in visit()
941 double p_y = elem.Parent->y; in visit()
942 double p_w = elem.Parent->w; in visit()
943 double p_h = elem.Parent->h; in visit()
[all …]
H A Dgenericelements.cxx64 pNewParent->Children.splice( pNewParent->Children.end(), (*el)->Parent->Children, el ); in setParent()
65 (*el)->Parent = pNewParent; in setParent()
330 pLink->Parent = (*it)->Parent; in resolveHyperlink()
354 pLink->Parent = (*it)->Parent; in resolveHyperlink()
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx325 XMLParentNode *Parent // parent node of this element in XMLElement() argument
326 ): XMLParentNode( Parent ), in XMLElement()
400 XMLParentNode *Parent // the parent node of this data, typically a element node in XMLData() argument
402 : XMLChildNode( Parent ), sData( rData ) , isNewCreated ( false ){} in XMLData()
405 XMLParentNode *Parent, // the parent node of this data, typically a element node in XMLData() argument
408 : XMLChildNode( Parent ), sData( rData ) , isNewCreated ( newCreated ){} in XMLData()
441 XMLParentNode *Parent // the parent node of this comemnt, typically a element node in XMLComment() argument
443 : XMLChildNode( Parent ), sComment( rComment ) {} in XMLComment()
468 XMLParentNode *Parent // the parent node of this comemnt, typically a element node in XMLDefault() argument
470 : XMLChildNode( Parent ), sDefault( rDefault ) {} in XMLDefault()
/trunk/main/autodoc/source/parser/inc/semantic/
H A Dsub_peu.hxx58 PE & Parent() const;
91 Parent().SetTokenResult( i_eDone, push, &rSubPeCreator.Get() ); in Push()
92 Parent().SetCurSPU(this); in Push()
100 (Parent().*fInit)(); in InitParse()
108 (Parent().*fReturn)(); in GetResults()
113 SubPeUse<PE,SUB>::Parent() const in Parent() function in SubPeUse
115 return rSubPeCreator.Parent(); in Parent()
H A Dparseenv.hxx62 ParseEnvironment * Parent() const;
96 ParseEnvironment::Parent() const in Parent() function in ParseEnvironment
H A Dsub_pe.hxx45 PE & Parent() const;
72 SubPe<PE,SUB>::Parent() const in Parent() function in SubPe
/trunk/main/autodoc/source/parser/semantic/
H A Dparseenv.cxx38 if ( Parent() != 0 ) in Enter()
40 csv_assert( Parent()->CurSubPeUse() != 0 ); in Enter()
41 Parent()->CurSubPeUse()->InitParse(); in Enter()
62 if ( Parent() != 0 ) in Leave()
64 csv_assert( Parent()->CurSubPeUse() != 0 ); in Leave()
65 Parent()->CurSubPeUse()->GetResults(); in Leave()
/trunk/main/autodoc/source/parser_i/idl/
H A Dparsenv2.cxx176 if ( Parent() != 0 ) in CurNamespace()
177 return Parent()->CurNamespace(); in CurNamespace()
188 if ( Parent() != 0 ) in ParseInfo()
189 return Parent()->ParseInfo(); in ParseInfo()
/trunk/main/autodoc/inc/ary/
H A Dsymtreenode.hxx95 const node_self * Parent() const;
141 node_self * Parent();
243 Node<NODE_TRAITS>::Parent() const in Parent() function in ary::symtree::Node
318 Node<NODE_TRAITS>::Parent() in Parent() function in ary::symtree::Node
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx969 if ((pParent == NULL) && rDescriptor.Parent.is()) in ImplCreateWindow()
972 …un::star::awt::XSystemDependentWindowPeer > xSystemDepParent(rDescriptor.Parent, ::com::sun::star:… in ImplCreateWindow()
1086 if ( rDescriptor.Parent.is() ) in ImplCreateWindow()
1088 VCLXWindow* pParentComponent = VCLXWindow::GetImplementation( rDescriptor.Parent ); in ImplCreateWindow()
1182 aDescr.Parent = NULL; in createWindows()
1184 aDescr.Parent = aSeq.getConstArray()[aDescr.ParentIndex]; in createWindows()
1191 …Peer > VCLXToolkit::createSystemChild( const ::com::sun::star::uno::Any& Parent, const ::com::sun:… in createSystemChild() argument
1202 if( ! (Parent >>= nWindowHandle) ) in createSystemChild()
1205 if( Parent >>= aProps ) in createSystemChild()
1254 pChildWindow = new WorkWindow(0, Parent); in createSystemChild()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DFunction.cxx204 void SAL_CALL OFunction::setParent( const uno::Reference< uno::XInterface >& Parent ) throw (lang::… in setParent() argument
207 if ( Parent.is() ) in setParent()
209 uno::Reference< report::XFunctions> xFunctions(Parent,uno::UNO_QUERY_THROW); in setParent()
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx156 …arent( const com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& Parent, T* _pShape) in setParent() argument
159 … ::com::sun::star::uno::Reference< ::com::sun::star::container::XChild >(Parent,::com::sun::star::… in setParent()
163 xChild->setParent(Parent); in setParent()
/trunk/main/offapi/com/sun/star/awt/
H A DWindowDescriptor.idl134 <p>If <code>Parent == 0 && ParentIndex == -1</code>,
137 com::sun::star::awt::XWindowPeer Parent;
143 <p>If <code>Parent == 0</code> and this struct is a member of an array,
H A DXSystemChildFactory.idl51 @param Parent
72 …XWindowPeer createSystemChild( [in] any Parent, [in] sequence< byte > ProcessId, [in] short System…
/trunk/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls448 If TypeName(hl.Parent.Parent) = "TextRange" Then
454 Set myTextRange = hl.Parent.Parent
/trunk/main/autodoc/inc/ary/loc/
H A Dloc_dir.hxx75 Le_id Parent() const;
113 Directory::Parent() const in Parent() function in ary::loc::Directory
/trunk/main/autodoc/source/display/toolkit/
H A Dhf_linachain.cxx55 produce_Level(*i_curPosition.RelatedNode().Parent(), i_curPosition, i_linkMaker); in Produce_CompleteChain_forModule()
74 produce_Level( *i_levelNode.Parent(), in produce_Level()
H A Dout_position.cxx51 io_node = io_node->Parent(); in move_ToParent()
114 pDirectory = pDirectory->Parent(); in operator -=()
/trunk/main/autodoc/source/parser_i/inc/s2_luidl/
H A Dparsenv2.hxx102 UnoIDL_PE * Parent() const { return aMyNode.Parent(); } in Parent() function in csi::uidl::UnoIDL_PE
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx129 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
289 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
428 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
507 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
586 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
843 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
957 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
1032 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
1098 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
1174 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun…
[all …]
/trunk/main/autodoc/source/ary/idl/
H A Di_module.cxx106 return pImpl->Parent(); in inq_NameRoom()
112 return pImpl->Parent(); in inq_Owner()
/trunk/main/forms/source/component/
H A DFormsCollection.cxx167 void OFormsCollection::setParent(const InterfaceRef& Parent) throw( NoSupportException, RuntimeExce… in setParent() argument
170 m_xParent = Parent; in setParent()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx89 …void SAL_CALL setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, Runtim…
540 void SAL_CALL RandomAnimationNode::setParent( const Reference< XInterface >& Parent ) throw (NoSupp… in setParent() argument
543 mxParent = Parent; in setParent()
/trunk/main/chart2/source/model/main/
H A DDataPoint.cxx178 const Reference< uno::XInterface >& Parent ) in setParent()
182 m_xParentProperties = Reference< beans::XPropertySet >( Parent, uno::UNO_QUERY ); in setParent()

Completed in 101 milliseconds

12345678910