Lines Matching refs:m_xProps

91 : m_xProps( new PropertyValueMap ),  in ContentProperties()
103 (*m_xProps)[ rtl::OUString::createFromAscii( "Title" ) ] in ContentProperties()
109 (*m_xProps)[ rtl::OUString::createFromAscii( "Title" ) ] in ContentProperties()
136 : m_xProps( new PropertyValueMap ), in ContentProperties()
139 (*m_xProps)[ rtl::OUString::createFromAscii( "Title" ) ] in ContentProperties()
141 (*m_xProps)[ rtl::OUString::createFromAscii( "IsFolder" ) ] in ContentProperties()
143 (*m_xProps)[ rtl::OUString::createFromAscii( "IsDocument" ) ] in ContentProperties()
149 : m_xProps( new PropertyValueMap ), in ContentProperties()
152 (*m_xProps)[ rtl::OUString::createFromAscii( "Title" ) ] in ContentProperties()
158 : m_xProps( new PropertyValueMap ), in ContentProperties()
166 m_xProps( rOther.m_xProps.get() in ContentProperties()
167 ? new PropertyValueMap( *rOther.m_xProps ) in ContentProperties()
197 PropertyValueMap::const_iterator it = m_xProps->find( rName ); in get()
198 const PropertyValueMap::const_iterator end = m_xProps->end(); in get()
202 it = m_xProps->begin(); in get()
426 PropertyValueMap::const_iterator it = rProps.m_xProps->begin(); in addProperties()
427 const PropertyValueMap::const_iterator end = rProps.m_xProps->end(); in addProperties()
470 (*m_xProps)[ rtl::OUString::createFromAscii( "DateCreated" ) ] in addProperty()
485 (*m_xProps)[ rtl::OUString::createFromAscii( "Size" ) ] in addProperty()
498 (*m_xProps)[ rtl::OUString::createFromAscii( "Size" ) ] in addProperty()
504 (*m_xProps)[ rtl::OUString::createFromAscii( "MediaType" ) ] in addProperty()
513 (*m_xProps)[ rtl::OUString::createFromAscii( "MediaType" ) ] in addProperty()
527 (*m_xProps)[ rtl::OUString::createFromAscii( "DateModified" ) ] in addProperty()
542 (*m_xProps)[ rtl::OUString::createFromAscii( "DateModified" ) ] in addProperty()
558 (*m_xProps)[ rtl::OUString::createFromAscii( "IsFolder" ) ] in addProperty()
560 (*m_xProps)[ rtl::OUString::createFromAscii( "IsDocument" ) ] in addProperty()
562 (*m_xProps)[ rtl::OUString::createFromAscii( "ContentType" ) ] in addProperty()
572 (*m_xProps)[ rName ] = PropertyValue( rValue, bIsCaseSensitive ); in addProperty()