Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/customize/
H A Dcfgutil.cxx776 Sequence< Reference< browse::XBrowseNode > > grandchildren = in Init() local
779 for ( sal_Int32 m = 0; m < grandchildren.getLength(); m++ ) in Init()
781 if ( grandchildren[m]->getType() == browse::BrowseNodeTypes::CONTAINER ) in Init()
784 m = grandchildren.getLength(); in Init()
1230 Sequence< Reference< browse::XBrowseNode > > grandchildren = in RequestingChilds() local
1233 for ( sal_Int32 m = 0; m < grandchildren.getLength(); m++ ) in RequestingChilds()
1235 if ( grandchildren[m]->getType() == browse::BrowseNodeTypes::CONTAINER ) in RequestingChilds()
1238 m = grandchildren.getLength(); in RequestingChilds()
H A Dselector.cxx405 Sequence< Reference< browse::XBrowseNode > > grandchildren = in fillScriptList() local
408 for ( sal_Int32 m = 0; m < grandchildren.getLength(); m++ ) in fillScriptList()
410 if ( grandchildren[m]->getType() == browse::BrowseNodeTypes::CONTAINER ) in fillScriptList()
/aoo42x/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx272 Sequence< Reference< browse::XBrowseNode > > grandchildren = in loadChildNodes() local
275 for ( sal_Int32 j = 0; j < grandchildren.getLength(); j++ ) in loadChildNodes()
277 Reference< browse::XBrowseNode > grandchild(grandchildren[j]); in loadChildNodes()
/aoo42x/main/offapi/com/sun/star/text/
H A DAccessibleTextDocumentView.idl201 and endnotes, where only the grandchildren might be selectable.

Completed in 41 milliseconds