Home
last modified time | relevance | path

Searched refs:aRepresentation (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx230 String aRepresentation; in IMPL_LINK() local
231 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
263 aRepresentation = aNumberText; in IMPL_LINK()
270 String aRepresentation; in IMPL_LINK() local
271 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
307 aRepresentation = aNumberText; in IMPL_LINK()
339 String aRepresentation; in IMPL_LINK() local
356 aRepresentation = aHeaderStr; in IMPL_LINK()
361 aRepresentation = aFooterStr; in IMPL_LINK()
366 aRepresentation = aDateTimeStr; in IMPL_LINK()
[all …]
/trunk/main/editeng/source/items/
H A Dflditem.cxx348 : 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()
/trunk/main/editeng/inc/editeng/
H A Dflditem.hxx167 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 Doutliner.hxx547 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()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx1225 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()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx570 aField.SetRepresentation( aRepresentation ); in CreateFieldItem()
735 aRepresentation = String( aStrVal ); in setPropertyValue()
791 aRet <<= rtl::OUString( aRepresentation ); in getPropertyValue()
/trunk/main/sc/inc/
H A Dfielduno.hxx141 String aRepresentation; member in ScCellFieldObj
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1720 String aRepresentation; member
1787 mpFieldEntry->aRepresentation = aString; in PortionObj()
3262 …rkURL( aPageUrl, 1 | ( nPageIndex << 8 ) | ( 1 << 31 ), pFieldEntry->aRepresentation, aEmpty, aEmp… in ImplWriteTextStyleAtom()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7301 String aRepresentation( pCurrent->maString, 0, (sal_uInt16)nHyperLenLeft ); in PPTTextObj() local
7302 …rent->mpFieldItem = new SvxFieldItem( SvxURLField( pField->GetURL(), aRepresentation, SVXURLFORMAT… in PPTTextObj()

Completed in 147 milliseconds