Home
last modified time | relevance | path

Searched refs:loadImage (Results 1 – 24 of 24) sorted by relevance

/trunk/main/framework/source/services/
H A Dbackingwindow.cxx409 loadImage( FwkResId( BMP_BACKING_WRITER ), maWriterButton ); in initBackground()
410 loadImage( FwkResId( BMP_BACKING_CALC ), maCalcButton ); in initBackground()
411 loadImage( FwkResId( BMP_BACKING_IMPRESS ), maImpressButton ); in initBackground()
412 loadImage( FwkResId( BMP_BACKING_DRAW ), maDrawButton ); in initBackground()
413 loadImage( FwkResId( BMP_BACKING_DATABASE ), maDBButton ); in initBackground()
414 loadImage( FwkResId( BMP_BACKING_FORMULA ), maMathButton ); in initBackground()
415 loadImage( FwkResId( BMP_BACKING_OPENFILE ), maOpenButton ); in initBackground()
416 loadImage( FwkResId( BMP_BACKING_OPENTEMPLATE ), maTemplateButton ); in initBackground()
608 void BackingWindow::loadImage( const ResId& i_rId, PushButton& i_rButton ) in loadImage() function in BackingWindow
H A Dbackingwindow.hxx140 void loadImage( const ResId& i_rId, PushButton& i_rButton );
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx275 loadImage( xNode->getNodeGraphicURL(), aNodeImage ); in createEntry()
315 if( loadImage( pEntry->mxNode->getNodeGraphicURL(), aImage ) ) in updateEntry()
337 if( loadImage( pEntry->mxNode->getExpandedGraphicURL(), aImage ) ) in updateEntry()
347 if( loadImage( pEntry->mxNode->getCollapsedGraphicURL(), aImage ) ) in updateEntry()
739 loadImage( sDefaultExpandedGraphicURL, maDefaultExpandedImage ); in setDefaultExpandedGraphicURL()
777 loadImage( sDefaultCollapsedGraphicURL, maDefaultCollapsedImage ); in setDefaultCollapsedGraphicURL()
1485 bool TreeControlPeer::loadImage( const ::rtl::OUString& rURL, Image& rImage ) in loadImage() function in TreeControlPeer
H A Dtreecontrolpeer.hxx152 bool loadImage( const ::rtl::OUString& rURL, Image& rImage );
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java72 public static BufferedImage loadImage(String file) { in loadImage() method in GraphicsUtil
383 BufferedImage expected = loadImage(expectedImage), actual = loadImage(actualImage); in imageEquals()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dtkresmgr.hxx34 #define TK_RES_IMAGE(id) TkResMgr::loadImage(id)
68 static Image loadImage( sal_uInt16 nResId );
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelDescriptorDataLoaderBeanInfo.java66 …return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelDescriptorDataIco… in getIcon()
68 …return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelDescriptorDataIco… in getIcon()
H A DOfficeDocumentDataLoaderBeanInfo.java62 … return Utilities.loadImage("org/openoffice/netbeans/modules/office/resources/OfficeIcon.gif"); in getIcon()
64 … return Utilities.loadImage("org/openoffice/netbeans/modules/office/resources/OfficeIcon32.gif"); in getIcon()
H A DParcelContentsFolderDataLoaderBeanInfo.java66 …return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelFolderDataIcon.gi… in getIcon()
68 …return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelFolderDataIcon32.… in getIcon()
H A DParcelDataLoaderBeanInfo.java66 … return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelDataIcon.gif"); in getIcon()
68 … return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelDataIcon32.gif"); in getIcon()
H A DParcelFolderDataLoaderBeanInfo.java66 …return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelFolderDataIcon.gi… in getIcon()
68 …return Utilities.loadImage("org/openoffice/netbeans/modules/office/loaders/ParcelFolderDataIcon32.… in getIcon()
/trunk/main/vcl/source/gdi/
H A Dimagerepository.cxx40 bool ImageRepository::loadImage( const ::rtl::OUString& _rName, in loadImage() function in vcl::ImageRepository
49 return aImplImageTree->loadImage( _rName, in loadImage()
H A Dimpimagetree.cxx146 bool ImplImageTree::loadImage( in loadImage() function in ImplImageTree
H A Dimage.cxx546 aImageTree->loadImage( aFileName, aSymbolsStyle, maBitmapEx, true ); in Load()
H A Dbitmapex.cxx104 if( !aImageTree->loadImage( aFileName, aCurrentSymbolsStyle, *this ) ) in BitmapEx()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystemBeanInfo.java115 return Utilities.loadImage(COLORICON16NAME); in getIcon()
117 return Utilities.loadImage(COLORICON32NAME); in getIcon()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/
H A DOfficeSettingsBeanInfo.java104 …return Utilities.loadImage("/org/openoffice/netbeans/modules/office/options/OfficeSettingsIcon.gif… in getIcon()
106 …return Utilities.loadImage("/org/openoffice/netbeans/modules/office/options/OfficeSettingsIcon32.g… in getIcon()
/trunk/main/vcl/inc/vcl/
H A Dimagerepository.hxx53 static bool loadImage(
/trunk/main/vcl/inc/
H A Dimpimagetree.hxx54 bool loadImage(
/trunk/main/toolkit/source/helper/
H A Dtkresmgr.cxx92 Image TkResMgr::loadImage( sal_uInt16 nResId ) in loadImage() function in TkResMgr
/trunk/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx273 if ( ::vcl::ImageRepository::loadImage( sPathName, aBitmap, false ) in loadBitmap()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx662 if ( !vcl::ImageRepository::loadImage( OUString::createFromAscii( pName ), aBmp, true ) ) in loadGraphic()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx208 if ( ::vcl::ImageRepository::loadImage( sPathName, aBitmap, false ) ) in implLoadRepositoryImage()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 136 milliseconds