Home
last modified time | relevance | path

Searched refs:queryFrames (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/framework/source/helper/
H A Doframes.cxx159 Sequence< css::uno::Reference< XFrame > > SAL_CALL OFrames::queryFrames( sal_Int32 nSearchFlags ) t… in queryFrames() function in framework::OFrames
233 … impl_appendSequence( seqFrames, xParent->getFrames()->queryFrames( nSearchFlags ) ); in queryFrames()
254 … impl_appendSequence( seqFrames, xItem->getFrames()->queryFrames( nChildSearchFlags ) ); in queryFrames()
H A Docomponentaccess.cxx173 …const Sequence< css::uno::Reference< XFrame > > seqFrames = xContainer->queryFrames( FrameSearch… in impl_collectAllChildComponents()
/AOO41X/main/framework/inc/helper/
H A Doframes.hxx164 …s::uno::Sequence< css::uno::Reference< css::frame::XFrame > > SAL_CALL queryFrames( sal_Int32 nSea…
/AOO41X/main/basctl/source/basicide/
H A Ddocumentenumeration.cxx187 … const Sequence< Reference< XFrame > > aFrames( xFrames->queryFrames( FrameSearchFlag::ALL ) ); in getDocuments()
/AOO41X/main/offapi/com/sun/star/frame/
H A DXFrames.idl72 sequence< XFrame > queryFrames( [in] long nSearchFlags );
/AOO41X/main/cui/source/customize/
H A Dcfg.cxx1840 aFrameList = xFrames->queryFrames( in Reset()