Home
last modified time | relevance | path

Searched refs:getInstances (Results 1 – 9 of 9) sorted by path

/trunk/main/forms/source/xforms/
H A Dmodel.cxx612 Model::XSet_t Model::getInstances() in getInstances() function in Model
H A Dmodel.hxx253 virtual XSet_t SAL_CALL getInstances()
H A Dmodel_ui.cxx192 pModel->getInstances()->createEnumeration(); in lcl_OutInstance()
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl152 com::sun::star::container::XSet getInstances();
/trunk/main/svx/source/form/
H A Ddatanavi.cxx1251 Reference< XContainer > xContainer( _xModel->getInstances(), UNO_QUERY ); in SetModel()
1256 Reference< XEnumerationAccess > xNumAccess( _xModel->getInstances(), UNO_QUERY ); in SetModel()
2161 Reference< XEnumerationAccess > xNumAccess( xModel->getInstances(), UNO_QUERY ); in InitPages()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx213 ::std::hash_map< OUString, SelectionManager*, OUStringHash >& SelectionManager::getInstances() in getInstances() function in SelectionManager
473 for( it = getInstances().begin(); it != getInstances().end(); ++it ) in ~SelectionManager()
476 getInstances().erase( it ); in ~SelectionManager()
704 …::std::hash_map< OUString, SelectionManager*, OUStringHash >::iterator it = getInstances().find( a… in get()
705 if( it != getInstances().end() ) in get()
707 else pInstance = getInstances()[ aDisplayName ] = new SelectionManager(); in get()
H A DX11_selection.hxx163 … static ::std::hash_map< ::rtl::OUString, SelectionManager*, ::rtl::OUStringHash >& getInstances();
/trunk/main/xmloff/source/xforms/
H A DXFormsInstanceContext.cxx124 mxModel->getInstances()->insert( makeAny( aSequence ) ); in EndElement()
H A Dxformsexport.cxx182 Reference<XIndexAccess> xInstances( xModel->getInstances(), in exportXFormsModel()

Completed in 72 milliseconds