Searched refs:aComponentInfos (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/ui/uno/ |
H A D | ColumnControl.cxx | 90 UnoControlComponentInfos aComponentInfos(maComponentInfos); in createPeer() local 99 xV->setZoom( aComponentInfos.nZoomX, aComponentInfos.nZoomY ); in createPeer() 100 …setPosSize( aComponentInfos.nX, aComponentInfos.nY, aComponentInfos.nWidth, aComponentInfos.nHeigh… in createPeer() 114 if (aComponentInfos.bVisible) in createPeer() 117 if (!aComponentInfos.bEnable) in createPeer()
|
/trunk/main/extensions/source/resource/ |
H A D | res_services.cxx | 43 ::std::vector< ::res::ComponentInfo > aComponentInfos; in getComponentInfos() 44 aComponentInfos.push_back( getComponentInfo_VclStringResourceLoader() ); in getComponentInfos() 45 aComponentInfos.push_back( getComponentInfo_OpenOfficeResourceLoader() ); in getComponentInfos() 46 return aComponentInfos; in getComponentInfos() 62 ::std::vector< ::res::ComponentInfo > aComponentInfos( ::res::getComponentInfos() ); in component_getFactory() 63 for ( ::std::vector< ::res::ComponentInfo >::const_iterator loop = aComponentInfos.begin(); in component_getFactory() 64 loop != aComponentInfos.end(); in component_getFactory()
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 1331 UnoControlComponentInfos aComponentInfos(maComponentInfos); in createPeer() local 1346 xView->setZoom( aComponentInfos.nZoomX, aComponentInfos.nZoomY ); in createPeer() 1348 …setPosSize( aComponentInfos.nX, aComponentInfos.nY, aComponentInfos.nWidth, aComponentInfos.nHeigh… in createPeer() 1350 if( aComponentInfos.bVisible && !bDesignMode ) in createPeer() 1352 xWindow->setVisible( aComponentInfos.bVisible ); in createPeer() 1354 if( !aComponentInfos.bEnable ) in createPeer() 1355 xWindow->setEnable( aComponentInfos.bEnable ); in createPeer()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 267 static ComponentInfo __FAR_DATA aComponentInfos [] = variable 358 qsort( (void*) aComponentInfos, in ImplGetComponentType() 359 sizeof( aComponentInfos ) / sizeof( ComponentInfo ), in ImplGetComponentType() 375 (void*) aComponentInfos, in ImplGetComponentType() 376 sizeof( aComponentInfos ) / sizeof( ComponentInfo ), in ImplGetComponentType()
|
Completed in 38 milliseconds