/aoo41x/main/svtools/inc/svtools/ |
H A D | imapobj.hxx | 67 String aAltText; member in IMapObject 113 const String& GetAltText() const { return aAltText; } in GetAltText() 114 void SetAltText( const String& rAltText) { aAltText = rAltText; } in SetAltText()
|
/aoo41x/main/svtools/source/misc/ |
H A D | imap.cxx | 65 , aAltText( rAltText ) in IMapObject() 104 rOStm.WriteByteString( ByteString( aAltText, eEncoding ) ); in Write() 135 rIStm.ReadByteString( aString ); aAltText = String( aString.GetBuffer(), nTextEncoding ); in Read() 194 ( aAltText == rEqObj.aAltText ) && in IsEqual()
|
/aoo41x/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 426 String aAltText; in SdrObjChanged() local 435 aAltText = pIMapObj->GetAltText(); in SdrObjChanged() 446 aURL, aAltText, aDesc, aTarget, String(), bActive, sal_False ) ) ); in SdrObjChanged() 456 …IMapPolygonObject* pObj = new IMapPolygonObject( aPoly, aURL, aAltText, aDesc, aTarget, String(), … in SdrObjChanged() 476 …IMapPolygonObject* pObj = new IMapPolygonObject( aPoly, aURL, aAltText, aDesc, aTarget, String(), … in SdrObjChanged()
|
/aoo41x/main/sw/inc/ |
H A D | tox.hxx | 71 String aAltText; // Der Text des Eintrages ist unterschiedlich member in SwTOXMark 619 { return aAltText; } in GetAlternativeText() 625 { return aAltText.Len() > 0; } in IsAlternativeText() 629 aAltText = rAlt; in SetAlternativeText()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unoimap.cxx | 275 const String aAltText( maAltText ); in createIMapObject() local 287 …pNewIMapObject = new IMapRectangleObject( aRect, aURL, aAltText, aDesc, aTarget, aName, mbIsActive… in createIMapObject() 294 …pNewIMapObject = new IMapCircleObject( aCenter, mnRadius, aURL, aAltText, aDesc, aTarget, aName, m… in createIMapObject() 311 …pNewIMapObject = new IMapPolygonObject( aPoly, aURL, aAltText, aDesc, aTarget, aName, mbIsActive, … in createIMapObject()
|
/aoo41x/main/sw/source/core/tox/ |
H A D | tox.cxx | 195 aAltText = rCopy.aAltText; in SwTOXMark() 241 if( aAltText.Len() ) in GetText() 242 aStr = aAltText; in GetText()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | eeparser.hxx | 64 String aAltText; // HTML IMG ALT Text member
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 1334 if ( pActEntry->aAltText.Len() ) in Image() 1335 pActEntry->aAltText.AppendAscii( "; " ); in Image() 1336 pActEntry->aAltText += pOption->GetString(); in Image() 1380 pActEntry->aAltText.Erase(); in Image() 1769 return mbImportAlways || aSel.HasRange() || aAltText.Len() || IsTable(); in HasContents()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.hxx | 188 …String CreateImage( const String& aImage, const String& aAltText, sal_Int16 nWidth = -1, sal_Int16…
|
H A D | htmlex.cxx | 2752 String HtmlExport::CreateImage( const String& aImage, const String& aAltText, in CreateImage() argument 2760 if( aAltText.Len()) in CreateImage() 2763 aStr += aAltText; in CreateImage()
|
/aoo41x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 333 mpDoc->SetString( nCol, nRow, nTab, pE->aAltText, pFormatter ); in WriteToDocument()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 589 String aAltText(aEntryED.GetText()); in UpdateMark() local 590 String* pAltText = aOrgStr != aEntryED.GetText() ? &aAltText : 0; in UpdateMark()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4951 String aAltText; in ImportShape() local 4952 MSDFFReadZString( rSt, aAltText, GetPropertyValue( DFF_Prop_wzDescription ), sal_True ); in ImportShape() 4953 pRet->SetDescription( aAltText ); in ImportShape()
|