Home
last modified time | relevance | path

Searched refs:sImageURL (Results 1 – 10 of 10) sorted by relevance

/trunk/main/xmloff/source/style/
H A DImageStyle.cxx79 OUString sImageURL; in ImpExportXML() local
83 if( rValue >>= sImageURL ) in ImpExportXML()
98 const OUString aStr( rExport.AddEmbeddedGraphicObject( sImageURL ) ); in ImpExportXML()
121 if( sImageURL.getLength() ) in ImpExportXML()
124 rExport.AddEmbeddedGraphicObjectAsBase64( sImageURL ); in ImpExportXML()
H A Dxmlnume.cxx133 OUString sImageURL; in exportLevelStyle() local
197 rProp.Value >>= sImageURL; in exportLevelStyle()
343 if( sImageURL.getLength() ) in exportLevelStyle()
345 OUString sURL( GetExport().AddEmbeddedGraphicObject( sImageURL ) ); in exportLevelStyle()
659 if( NumberingType::BITMAP == eType && sImageURL.getLength() ) in exportLevelStyle()
662 GetExport().AddEmbeddedGraphicObjectAsBase64( sImageURL ); in exportLevelStyle()
H A Dxmlnumi.cxx213 OUString sImageURL; member in SvxXMLListLevelStyleContext_Impl
383 sImageURL = rValue; in SvxXMLListLevelStyleContext_Impl()
448 if( bImage && !sImageURL.getLength() && !xBase64Stream.is() ) in CreateChildContext()
481 if( (sImageURL.getLength() > 0L) || xBase64Stream.is() ) in GetProperties()
621 OUString sStr( sImageURL ); in GetProperties()
622 if( sImageURL.getLength() ) in GetProperties()
624 sStr = GetImport().ResolveGraphicObjectURL( sImageURL, in GetProperties()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx81 ::rtl::OUString sImageURL;
85 :sImageURL() in CachedImage()
91 :sImageURL( i_imageURL ) in CachedImage()
123 INetURLObject aURL( i_cachedImage.sImageURL ); in lcl_ensureImage_throw()
126 rtl::OUString sURL( i_cachedImage.sImageURL ); in lcl_ensureImage_throw()
142 aMediaProperties.put( "URL", i_cachedImage.sImageURL ); in lcl_ensureImage_throw()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx166 …const ::rtl::OUString sImageURL( ::comphelper::getString( i_rPanelConfigNode.getNodeValue( "ImageU… in lcl_getPanelImage() local
167 if ( sImageURL.getLength() ) in lcl_getPanelImage()
172 aMediaProperties.put( "URL", sImageURL ); in lcl_getPanelImage()
177 … if ( sImageURL.compareToAscii( pCommandImagePrefix, nCommandImagePrefixLen ) == 0 ) in lcl_getPanelImage()
181 aCommandName.append( sImageURL.copy( nCommandImagePrefixLen ) ); in lcl_getPanelImage()
/trunk/main/forms/source/component/
H A DImageControl.cxx621 ::rtl::OUString sImageURL; in doSetControlValue()
622 _rValue >>= sImageURL; in doSetControlValue()
623 GetImageProducer()->SetImage( sImageURL ); in doSetControlValue()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx402 ::rtl::OUString sImageURL( aImageURL.makeStringAndClear() ); in impl_getTextTableIcon_nothrow()
407 aMediaProperties[0].Value <<= sImageURL; in impl_getTextTableIcon_nothrow()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1676 ::rtl::OUString sImageURL; in actuatingPropertyChanged()
1677 OSL_VERIFY( _rNewValue >>= sImageURL ); in actuatingPropertyChanged()
1678 … _rxInspectorUI->enablePropertyUI( PROPERTY_IMAGEPOSITION, sImageURL.getLength() != 0 ); in actuatingPropertyChanged()
1871 ::rtl::OUString sImageURL; in impl_updateDependentProperty_nothrow()
1872 impl_getPropertyValue_throw( PROPERTY_IMAGE_URL ) >>= sImageURL; in impl_updateDependentProperty_nothrow()
1875 ( sControlSource.getLength() != 0 ) || ( sImageURL.getLength() != 0 ) in impl_updateDependentProperty_nothrow()
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx1106 OUString sImageURL; local
1145 …PropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicURL" ) ) ) >>= sImageURL;
1147 OUString aResolveURL( sImageURL );
1210 if ( sImageURL.getLength() )
1213 mrExport.AddEmbeddedGraphicObjectAsBase64( sImageURL );
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx590 ::rtl::OUString sImageURL; in setFastPropertyValue_NoBroadcast()
591 OSL_VERIFY( rValue >>= sImageURL ); in setFastPropertyValue_NoBroadcast()
592 …tFastPropertyValue( BASEPROPERTY_GRAPHIC, uno::makeAny( getGraphicFromURL_nothrow( sImageURL ) ) ); in setFastPropertyValue_NoBroadcast()

Completed in 106 milliseconds