Home
last modified time | relevance | path

Searched refs:theChild (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/cui/source/customize/
H A Dcfgutil.cxx729 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 Dselector.cxx342 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 Daccess.hxx207 rtl::Reference< ChildAccess > const & theChild,
H A Daccess.cxx841 rtl::Reference< ChildAccess > const & theChild, bool theDirectlyModified): in ModifiedChild()
842 child(theChild), directlyModified(theDirectlyModified) in ModifiedChild()

Completed in 46 milliseconds