Lines Matching refs:sTemp

730 		::rtl::OUString sTemp ;  in setFastPropertyValue()
731 aValue >>= sTemp ; in setFastPropertyValue()
735 _pImp->m_xDocProps->setGenerator(sTemp); in setFastPropertyValue()
757 if ( _pImp->m_xDocProps->getAuthor() != sTemp ) in setFastPropertyValue()
758 _pImp->m_xDocProps->setAuthor(sTemp); in setFastPropertyValue()
762 if ( _pImp->m_xDocProps->getPrintedBy() != sTemp ) in setFastPropertyValue()
763 _pImp->m_xDocProps->setPrintedBy(sTemp); in setFastPropertyValue()
766 if ( _pImp->m_xDocProps->getModifiedBy() != sTemp ) in setFastPropertyValue()
767 _pImp->m_xDocProps->setModifiedBy(sTemp); in setFastPropertyValue()
771 if ( _pImp->m_xDocProps->getTitle() != sTemp ) in setFastPropertyValue()
772 _pImp->m_xDocProps->setTitle(sTemp); in setFastPropertyValue()
776 if ( _pImp->m_xDocProps->getSubject() != sTemp ) in setFastPropertyValue()
777 _pImp->m_xDocProps->setSubject(sTemp); in setFastPropertyValue()
782 ::comphelper::string::convertCommaSeparated(sTemp)); in setFastPropertyValue()
786 if ( _pImp->m_xDocProps->getTemplateName() != sTemp ) in setFastPropertyValue()
787 _pImp->m_xDocProps->setTemplateName(sTemp); in setFastPropertyValue()
790 if ( _pImp->m_xDocProps->getTemplateURL() != sTemp ) in setFastPropertyValue()
791 _pImp->m_xDocProps->setTemplateURL(sTemp); in setFastPropertyValue()
794 if ( _pImp->m_xDocProps->getDescription() != sTemp ) in setFastPropertyValue()
795 _pImp->m_xDocProps->setDescription(sTemp); in setFastPropertyValue()
798 if ( _pImp->m_xDocProps->getAutoloadURL() != sTemp ) in setFastPropertyValue()
799 _pImp->m_xDocProps->setAutoloadURL(sTemp); in setFastPropertyValue()
802 if ( _pImp->m_xDocProps->getDefaultTarget() != sTemp ) in setFastPropertyValue()
803 _pImp->m_xDocProps->setDefaultTarget(sTemp); in setFastPropertyValue()