Home
last modified time | relevance | path

Searched refs:PictPropertyNameValuePairs (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx109 typedef ::std::vector< ::std::pair< ::rtl::OUString, ::rtl::OUString > > PictPropertyNameValuePairs; typedef
140 PictPropertyNameValuePairs aPropertyPairs;
/AOO41X/main/sw/source/filter/rtf/
H A Drtffly.cxx1313 PictPropertyNameValuePairs::const_iterator aIt = pPicType->aPropertyPairs.begin(); in InsPicture()
1314 PictPropertyNameValuePairs::const_iterator aEnd = pPicType->aPropertyPairs.end(); in InsPicture()