Lines Matching refs:m_aProps
81 ,m_aProps(_rProps) in Content()
85 OSL_ENSURE(m_aProps.is(),"No valid ContentPropeties!"); in Content()
405 activeDataStreamer->setStream(new OOdmaStream(m_pContent,getContentProvider(),m_aProps)); in execute()
427 getContentProvider()->closeDocument(m_aProps->m_sDocumentId); in execute()
438 if(!getContentProvider()->deleteDocument(m_aProps)) in execute()
482 ::rtl::Reference<ContentProperties> aProp = m_aProps; in execute()
844 m_aProps, in getPropertyValues()
882 changePropertyValue(rValue,n,m_aProps->m_sTitle,nChanged,aRet,aChanges); in setPropertyValues()
886 changePropertyValue(rValue,n,m_aProps->m_sAuthor,nChanged,aRet,aChanges); in setPropertyValues()
890 changePropertyValue(rValue,n,m_aProps->m_sKeywords,nChanged,aRet,aChanges); in setPropertyValues()
894 changePropertyValue(rValue,n,m_aProps->m_sSubject,nChanged,aRet,aChanges); in setPropertyValues()
1051 if ( !m_aProps->m_sTitle.getLength()) in insert()
1138 OSL_ENSURE(m_aProps.is(),"No valid content properties!"); in openDoc()
1139 return ContentProvider::openDoc(m_aProps); in openDoc()
1159 if(&_rsMemberValue == &m_aProps->m_sTitle) in changePropertyValue()
1161 else if(&_rsMemberValue == &m_aProps->m_sAuthor) in changePropertyValue()
1163 else if(&_rsMemberValue == &m_aProps->m_sSubject) in changePropertyValue()
1165 else if(&_rsMemberValue == &m_aProps->m_sKeywords) in changePropertyValue()
1173 const_cast<sal_Char*>(m_aProps->m_sDocumentId.getStr()), in changePropertyValue()