Home
last modified time | relevance | path

Searched refs:sImageUrl (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java128 String sImageUrl = PropertyNames.EMPTY_STRING; in windowShown() local
131sImageUrl = oUnoDialog.getWizardImageUrl(((Integer) aImageUrlTask.oResource).intValue(), ((Integer… in windowShown()
135sImageUrl = oUnoDialog.getImageUrl(((String) aImageUrlTask.oResource), ((String) aImageUrlTask.oHC… in windowShown()
137 if (!sImageUrl.equals(PropertyNames.EMPTY_STRING)) in windowShown()
139 … Helper.setUnoPropertyValue(aImageUrlTask.oModel, PropertyNames.PROPERTY_IMAGEURL, sImageUrl); in windowShown()
/aoo41x/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java205 String sImageUrl = ""; in getImageUrl() local
212 sImageUrl = (String) xNameAccess.getByName(_sImageName); in getImageUrl()
215 sImageUrl = xMacroExpander.expandMacros(sImageUrl); in getImageUrl()
216sImageUrl = sImageUrl.substring(new String("vnd.sun.star.expand:").length(), sImageUrl.length()); in getImageUrl()
217 sImageUrl = sImageUrl.trim(); in getImageUrl()
218 sImageUrl += "/" + _sImageName; in getImageUrl()
229 return sImageUrl; in getImageUrl()
H A DImageControlSample.java136 …String sImageUrl = xFileIdentifierConverter.getFileURLFromSystemPath(_sImageSystemPath, oFile.getA… in getGraphic() local
145 aPropertyValue.Value = sImageUrl; in getGraphic()
/aoo41x/main/filter/source/msfilter/
H A Dmsocximex.cxx5309sImageUrl = C2U("vnd.sun.star.expand:${$OOO_BASE_DIR/program/") + C2U( SAL_CONFIGFILE( "bootstrap… in Read()
5313 bool result = storePictureInFileSystem( sImageUrl, pImage, nImageLen ); in Read()
5314 OUString pictName = sImageUrl.copy( sImageUrl.lastIndexOf('/') + 1 ); in Read()
5339 if ( sImageUrl.getLength() ) in Import()
5341 aTmp <<= sImageUrl; in Import()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx459 ::rtl::OUString sImageUrl;

Completed in 58 milliseconds