Searched refs:sImageUrl (Results 1 – 5 of 5) sorted by relevance
128 String sImageUrl = PropertyNames.EMPTY_STRING; in windowShown() local131 …sImageUrl = oUnoDialog.getWizardImageUrl(((Integer) aImageUrlTask.oResource).intValue(), ((Integer… in windowShown()135 …sImageUrl = 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()
205 String sImageUrl = ""; in getImageUrl() local212 sImageUrl = (String) xNameAccess.getByName(_sImageName); in getImageUrl()215 sImageUrl = xMacroExpander.expandMacros(sImageUrl); in getImageUrl()216 … sImageUrl = 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()
136 …String sImageUrl = xFileIdentifierConverter.getFileURLFromSystemPath(_sImageSystemPath, oFile.getA… in getGraphic() local145 aPropertyValue.Value = sImageUrl; in getGraphic()
5309 …sImageUrl = 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()
459 ::rtl::OUString sImageUrl;
Completed in 56 milliseconds