/trunk/main/sdext/source/pdfimport/tree/ |
H A D | writertreevisiting.cxx | 118 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 D | drawtreevisiting.cxx | 439 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 D | genericelements.cxx | 64 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 D | xmlparse.hxx | 325 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 D | sub_peu.hxx | 58 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 D | parseenv.hxx | 62 ParseEnvironment * Parent() const; 96 ParseEnvironment::Parent() const in Parent() function in ParseEnvironment
|
H A D | sub_pe.hxx | 45 PE & Parent() const; 72 SubPe<PE,SUB>::Parent() const in Parent() function in SubPe
|
/trunk/main/autodoc/source/parser/semantic/ |
H A D | parseenv.cxx | 38 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 D | parsenv2.cxx | 176 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 D | symtreenode.hxx | 95 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 D | vclxtoolkit.cxx | 969 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 D | Function.cxx | 204 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 D | Tools.hxx | 156 …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 D | WindowDescriptor.idl | 134 <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 D | XSystemChildFactory.idl | 51 @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 D | MigrationAnalyser.cls | 448 If TypeName(hl.Parent.Parent) = "TextRange" Then 454 Set myTextRange = hl.Parent.Parent
|
/trunk/main/autodoc/inc/ary/loc/ |
H A D | loc_dir.hxx | 75 Le_id Parent() const; 113 Directory::Parent() const in Parent() function in ary::loc::Directory
|
/trunk/main/autodoc/source/display/toolkit/ |
H A D | hf_linachain.cxx | 55 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 D | out_position.cxx | 51 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 D | parsenv2.hxx | 102 UnoIDL_PE * Parent() const { return aMyNode.Parent(); } in Parent() function in csi::uidl::UnoIDL_PE
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 129 … ::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 D | i_module.cxx | 106 return pImpl->Parent(); in inq_NameRoom() 112 return pImpl->Parent(); in inq_Owner()
|
/trunk/main/forms/source/component/ |
H A D | FormsCollection.cxx | 167 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 D | randomnode.cxx | 89 …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 D | DataPoint.cxx | 178 const Reference< uno::XInterface >& Parent ) in setParent() 182 m_xParentProperties = Reference< beans::XPropertySet >( Parent, uno::UNO_QUERY ); in setParent()
|