Searched refs:aRepresentation (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod2.cxx | 232 String aRepresentation; in IMPL_LINK() local 233 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK() 265 aRepresentation = aNumberText; in IMPL_LINK() 272 String aRepresentation; in IMPL_LINK() local 273 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK() 309 aRepresentation = aNumberText; in IMPL_LINK() 341 String aRepresentation; in IMPL_LINK() local 358 aRepresentation = aHeaderStr; in IMPL_LINK() 363 aRepresentation = aFooterStr; in IMPL_LINK() 368 aRepresentation = aDateTimeStr; in IMPL_LINK() [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 348 : aURL( rURL ), aRepresentation( rRepres ) in SvxURLField() 370 ( aRepresentation == rOtherFld.aRepresentation ) && in operator ==() 403 read_unicode( rStm, aRepresentation ); in Load() 414 write_unicode( rStm, aRepresentation ); in Save()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | flditem.hxx | 167 XubString aRepresentation; // Was wird dargestellt member in SvxURLField 179 const XubString& GetRepresentation() const { return aRepresentation; } in GetRepresentation() 180 void SetRepresentation( const XubString& rRep ) { aRepresentation= rRep; } in SetRepresentation()
|
H A D | outliner.hxx | 547 String aRepresentation; member in EditFieldInfo 593 const String& GetRepresentation() const { return aRepresentation; } in GetRepresentation() 594 String& GetRepresentation() { return aRepresentation; } in GetRepresentation() 595 void SetRepresentation( const String& rStr ) { aRepresentation = rStr; } in SetRepresentation()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgexport.cxx | 1225 OUString aRepresentation; in IMPL_LINK() local 1246 xDefaultPagePropertySet->getPropertyValue( aHeaderText ) >>= aRepresentation; in IMPL_LINK() 1252 xDefaultPagePropertySet->getPropertyValue( aFooterText ) >>= aRepresentation; in IMPL_LINK() 1258 xDefaultPagePropertySet->getPropertyValue( aDateTimeText ) >>= aRepresentation; in IMPL_LINK() 1297 aRepresentation = aPageNumValue; in IMPL_LINK() 1302 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 570 aField.SetRepresentation( aRepresentation ); in CreateFieldItem() 735 aRepresentation = String( aStrVal ); in setPropertyValue() 791 aRet <<= rtl::OUString( aRepresentation ); in getPropertyValue()
|
/aoo41x/main/sc/inc/ |
H A D | fielduno.hxx | 141 String aRepresentation; member in ScCellFieldObj
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 1720 String aRepresentation; member 1787 mpFieldEntry->aRepresentation = aString; in PortionObj() 3262 …rkURL( aPageUrl, 1 | ( nPageIndex << 8 ) | ( 1 << 31 ), pFieldEntry->aRepresentation, aEmpty, aEmp… in ImplWriteTextStyleAtom()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7302 String aRepresentation( pCurrent->maString, 0, (sal_uInt16)nHyperLenLeft ); in PPTTextObj() local 7303 …rent->mpFieldItem = new SvxFieldItem( SvxURLField( pField->GetURL(), aRepresentation, SVXURLFORMAT… in PPTTextObj()
|
Completed in 83 milliseconds