Searched refs:sImageURL (Results 1 – 10 of 10) sorted by relevance
79 OUString sImageURL; in ImpExportXML() local83 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()
133 OUString sImageURL; in exportLevelStyle() local197 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()
213 OUString sImageURL; member in SvxXMLListLevelStyleContext_Impl383 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()
81 ::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()
166 …const ::rtl::OUString sImageURL( ::comphelper::getString( i_rPanelConfigNode.getNodeValue( "ImageU… in lcl_getPanelImage() local167 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()
621 ::rtl::OUString sImageURL; in doSetControlValue()622 _rValue >>= sImageURL; in doSetControlValue()623 GetImageProducer()->SetImage( sImageURL ); in doSetControlValue()
402 ::rtl::OUString sImageURL( aImageURL.makeStringAndClear() ); in impl_getTextTableIcon_nothrow()407 aMediaProperties[0].Value <<= sImageURL; in impl_getTextTableIcon_nothrow()
1676 ::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()
1106 OUString sImageURL; local1145 …PropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicURL" ) ) ) >>= sImageURL;1147 OUString aResolveURL( sImageURL );1210 if ( sImageURL.getLength() )1213 mrExport.AddEmbeddedGraphicObjectAsBase64( sImageURL );
590 ::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 79 milliseconds