Searched refs:sGraphicURL (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sd/source/filter/grf/ |
H A D | sdgrffilter.cxx | 393 OUString sGraphicURL; in SaveGraphic() local 397 …peSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicURL" ) ) ) >>= sGraphicURL; in SaveGraphic() 399 …bool bIsLinked = (sGraphicURL.getLength() != 0) && (sGraphicURL.compareToAscii( RTL_CONSTASCII_STR… in SaveGraphic() 407 OUString aURL( sGraphicURL ); in SaveGraphic()
|
/trunk/main/oox/source/export/ |
H A D | shapes.cxx | 602 OUString sGraphicURL; in WriteGraphicObjectShape() local 604 … if( !xShapeProps.is() || !( xShapeProps->getPropertyValue( S( "GraphicURL" ) ) >>= sGraphicURL ) ) in WriteGraphicObjectShape() 637 WriteBlip( sGraphicURL ); in WriteGraphicObjectShape()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 2815 String sGraphicURL; in attachToRange() local 2821 sGraphicURL = String(uTemp); in attachToRange() 2822 if( sGraphicURL.EqualsAscii( sPackageProtocol, in attachToRange() 2826 pGrfObj->SetUserData( sGraphicURL ); in attachToRange() 2828 sGraphicURL.Erase(); in attachToRange() 2830 else if( sGraphicURL.EqualsAscii( sGraphicObjectProtocol, in attachToRange() 2833 ByteString sId( sGraphicURL.Copy( sizeof(sGraphicObjectProtocol)-1 ), in attachToRange() 2836 sGraphicURL.Erase(); in attachToRange() 2860 : pDoc->Insert( aPam, sGraphicURL, sFltName, &aGraphic, in attachToRange()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 396 const ::rtl::OUString sGraphicURL; member in XMLTextFrameContext_Impl 768 xPropSet->setPropertyValue( sGraphicURL, aAny ); in Create() 866 , sGraphicURL(RTL_CONSTASCII_USTRINGPARAM("GraphicURL")) in XMLTextFrameContext_Impl()
|
H A D | txtparae.cxx | 1220 sGraphicURL(RTL_CONSTASCII_USTRINGPARAM("GraphicURL")), in XMLTextParagraphExport() 3045 rPropSet->getPropertyValue( sGraphicURL ) >>= sOrigURL; in _exportTextGraphic()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | txtparae.hxx | 156 const ::rtl::OUString sGraphicURL; member in XMLTextParagraphExport
|
Completed in 168 milliseconds