Searched refs:theChild (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/cui/source/customize/ |
H A D | cfgutil.cxx | 729 Reference< browse::XBrowseNode >& theChild = children[n]; in Init() local 731 ::rtl::OUString uiName = theChild->getName(); in Init() 734 if ( ! ((theChild->getName().equals( user ) || theChild->getName().equals( share ) || in Init() 735 theChild->getName().equals( currentDocTitle ) ) ) ) in Init() 756 theChild->acquire(); in Init() 760 0, static_cast<void *>( theChild.get())); in Init() 1195 Reference< browse::XBrowseNode >& theChild = children[n]; in RequestingChilds() local 1196 ::rtl::OUString aName( theChild->getName() ); in RequestingChilds() 1210 theChild->acquire(); in RequestingChilds() 1214 0, static_cast<void *>( theChild.get())); in RequestingChilds() [all …]
|
H A D | selector.cxx | 342 Reference< browse::XBrowseNode >& theChild = children[n]; in fillScriptList() local 344 if ( !theChild.is() ) in fillScriptList() 346 ::rtl::OUString sUIName = theChild->getName(); in fillScriptList() 380 … Image aImage = GetImage( theChild, aContext.getUNOContext(), bIsRootNode, BMP_COLOR_NORMAL ); in fillScriptList() 384 … aImage = GetImage( theChild, aContext.getUNOContext(), bIsRootNode, BMP_COLOR_HIGHCONTRAST ); in fillScriptList() 389 new SvxGroupInfo_Impl( SVX_CFGGROUP_SCRIPTCONTAINER, 0, theChild ); in fillScriptList()
|
/aoo42x/main/configmgr/source/ |
H A D | access.hxx | 207 rtl::Reference< ChildAccess > const & theChild,
|
H A D | access.cxx | 841 rtl::Reference< ChildAccess > const & theChild, bool theDirectlyModified): in ModifiedChild() 842 child(theChild), directlyModified(theDirectlyModified) in ModifiedChild()
|
Completed in 29 milliseconds