Home
last modified time | relevance | path

Searched refs:rPresentation (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/svl/source/misc/
H A Dinettype.cxx103 rPresentation,
669 rPresentation, in RegisterContentType() argument
688 pTypeIDMapEntry->m_aPresentation = rPresentation; in RegisterContentType()
853 rPresentation, in RegisterContentType() argument
861 eTypeID = Registration::RegisterContentType(rTypeName, rPresentation, in RegisterContentType()
869 if (rPresentation.Len() != 0) in RegisterContentType()
870 pTypeEntry->m_aPresentation = rPresentation; in RegisterContentType()
1126 rPresentation) in MapStringToContentType() argument
1128 MediaTypeEntry const * pEntry = seekEntry(rPresentation, in MapStringToContentType()
/aoo41x/main/filter/source/svg/
H A Dsvgexport.cxx149 ObjectRepresentation::ObjectRepresentation( const ObjectRepresentation& rPresentation ) : in ObjectRepresentation() argument
150 mxObject( rPresentation.mxObject ), in ObjectRepresentation()
151 mpMtf( rPresentation.mpMtf ? new GDIMetaFile( *rPresentation.mpMtf ) : NULL ) in ObjectRepresentation()
164 ObjectRepresentation& ObjectRepresentation::operator=( const ObjectRepresentation& rPresentation ) in operator =() argument
166 mxObject = rPresentation.mxObject; in operator =()
167 delete mpMtf, ( mpMtf = rPresentation.mpMtf ? new GDIMetaFile( *rPresentation.mpMtf ) : NULL ); in operator =()
174 sal_Bool ObjectRepresentation::operator==( const ObjectRepresentation& rPresentation ) const in operator ==()
176 return( ( mxObject == rPresentation.mxObject ) && in operator ==()
177 ( *mpMtf == *rPresentation.mpMtf ) ); in operator ==()
H A Dsvgfilter.hxx184 ObjectRepresentation( const ObjectRepresentation& rPresentation );
187 ObjectRepresentation& operator=( const ObjectRepresentation& rPresentation );
188 sal_Bool operator==( const ObjectRepresentation& rPresentation ) const;
/aoo41x/main/svl/inc/svl/
H A Dinettype.hxx346 rPresentation,
370 rPresentation);
/aoo41x/main/editeng/source/uno/
H A Dunofield.cxx313 …extField( uno::Reference< text::XTextRange > xAnchor, const OUString& rPresentation, const SvxFiel… in SvxUnoTextField() argument
322 mpImpl->msPresentation = rPresentation; in SvxUnoTextField()
/aoo41x/main/editeng/inc/editeng/
H A Dunofield.hxx82 … ::com::sun::star::text::XTextRange > xAnchor, const ::rtl::OUString& rPresentation, const SvxFiel…

Completed in 58 milliseconds