Lines Matching refs:m_xDocProps

341     uno::Reference<document::XDocumentProperties> m_xDocProps;  member
347 , m_xDocProps() in SfxDocumentInfoObject_Impl()
409 m_xDocProps = xDocProps; in Reset()
455 xCloneable(_pImp->m_xDocProps, uno::UNO_QUERY_THROW); in createClone()
467 return _pImp->m_xDocProps; in getDocumentProperties()
475 xCloneable(rOther._pImp->m_xDocProps, uno::UNO_QUERY_THROW); in operator =()
489 _pImp->m_xDocProps = 0; in dispose()
514 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in getPropertySetInfo()
536 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in setPropertyValue()
555 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in getPropertyValue()
563 _pImp->m_xDocProps, uno::UNO_QUERY_THROW); in isModified()
571 _pImp->m_xDocProps, uno::UNO_QUERY_THROW); in setModified()
578 _pImp->m_xDocProps, uno::UNO_QUERY_THROW); in addModifyListener()
585 _pImp->m_xDocProps, uno::UNO_QUERY_THROW); in removeModifyListener()
679 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in addProperty()
703 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in removeProperty()
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()
781 _pImp->m_xDocProps->setKeywords( 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()
818 if ( !equalsDateTime(_pImp->m_xDocProps->getCreationDate(), aTemp ) ) in setFastPropertyValue()
820 _pImp->m_xDocProps->setCreationDate(aTemp); in setFastPropertyValue()
826 if ( !equalsDateTime(_pImp->m_xDocProps->getModificationDate(), aTemp ) ) in setFastPropertyValue()
828 _pImp->m_xDocProps->setModificationDate(aTemp); in setFastPropertyValue()
834 if ( !equalsDateTime(_pImp->m_xDocProps->getPrintDate(), aTemp ) ) in setFastPropertyValue()
836 _pImp->m_xDocProps->setPrintDate(aTemp); in setFastPropertyValue()
842 if ( !equalsDateTime(_pImp->m_xDocProps->getTemplateDate(), aTemp ) ) in setFastPropertyValue()
844 _pImp->m_xDocProps->setTemplateDate(aTemp); in setFastPropertyValue()
862 if ( bBoolVal && (0 == _pImp->m_xDocProps->getAutoloadSecs()) ) { in setFastPropertyValue()
863 _pImp->m_xDocProps->setAutoloadSecs(60); // default in setFastPropertyValue()
864 } else if ( !bBoolVal && (0 != _pImp->m_xDocProps->getAutoloadSecs()) ) { in setFastPropertyValue()
865 _pImp->m_xDocProps->setAutoloadSecs(0); in setFastPropertyValue()
866 _pImp->m_xDocProps->setAutoloadURL(::rtl::OUString::createFromAscii("")); in setFastPropertyValue()
880 if ( nIntVal != _pImp->m_xDocProps->getAutoloadSecs()) in setFastPropertyValue()
881 _pImp->m_xDocProps->setAutoloadSecs(nIntVal); in setFastPropertyValue()
884 if ( nIntVal != _pImp->m_xDocProps->getEditingDuration()) in setFastPropertyValue()
885 _pImp->m_xDocProps->setEditingDuration(nIntVal); in setFastPropertyValue()
898 if ( nIntVal != _pImp->m_xDocProps->getEditingCycles()) in setFastPropertyValue()
899 _pImp->m_xDocProps->setEditingCycles(nIntVal); in setFastPropertyValue()
912 _pImp->m_xDocProps->setDocumentStatistics(aData); in setFastPropertyValue()
922 lang::Locale oldLocale = _pImp->m_xDocProps->getLanguage(); in setFastPropertyValue()
927 _pImp->m_xDocProps->setLanguage(aLocale); in setFastPropertyValue()
947 aValue <<= _pImp->m_xDocProps->getGenerator(); in getFastPropertyValue()
954 aValue <<= _pImp->m_xDocProps->getEditingCycles(); in getFastPropertyValue()
957 aValue <<= _pImp->m_xDocProps->getEditingDuration(); in getFastPropertyValue()
960 aValue <<= _pImp->m_xDocProps->getAuthor(); in getFastPropertyValue()
963 if ( IsValidDateTime( _pImp->m_xDocProps->getCreationDate() ) ) in getFastPropertyValue()
964 aValue <<= _pImp->m_xDocProps->getCreationDate(); in getFastPropertyValue()
967 aValue <<= _pImp->m_xDocProps->getTitle(); in getFastPropertyValue()
970 aValue <<= _pImp->m_xDocProps->getSubject(); in getFastPropertyValue()
973 aValue <<= _pImp->m_xDocProps->getModifiedBy(); in getFastPropertyValue()
976 if ( IsValidDateTime( _pImp->m_xDocProps->getModificationDate() ) ) in getFastPropertyValue()
977 aValue <<= _pImp->m_xDocProps->getModificationDate(); in getFastPropertyValue()
980 aValue <<= _pImp->m_xDocProps->getPrintedBy(); in getFastPropertyValue()
983 if ( IsValidDateTime( _pImp->m_xDocProps->getPrintDate() ) ) in getFastPropertyValue()
984 aValue <<= _pImp->m_xDocProps->getPrintDate(); in getFastPropertyValue()
988 _pImp->m_xDocProps->getKeywords()); in getFastPropertyValue()
991 aValue <<= _pImp->m_xDocProps->getDescription(); in getFastPropertyValue()
994 aValue <<= _pImp->m_xDocProps->getTemplateName(); in getFastPropertyValue()
997 aValue <<= _pImp->m_xDocProps->getTemplateURL(); in getFastPropertyValue()
1000 if ( IsValidDateTime( _pImp->m_xDocProps->getTemplateDate() ) ) in getFastPropertyValue()
1001 aValue <<= _pImp->m_xDocProps->getTemplateDate(); in getFastPropertyValue()
1005 ( (_pImp->m_xDocProps->getAutoloadSecs() != 0) in getFastPropertyValue()
1006 || !(_pImp->m_xDocProps->getAutoloadURL().equalsAscii(""))); in getFastPropertyValue()
1009 aValue <<= _pImp->m_xDocProps->getAutoloadURL(); in getFastPropertyValue()
1012 aValue <<= _pImp->m_xDocProps->getAutoloadSecs(); in getFastPropertyValue()
1015 aValue <<= _pImp->m_xDocProps->getDefaultTarget(); in getFastPropertyValue()
1018 aValue <<= _pImp->m_xDocProps->getDocumentStatistics(); in getFastPropertyValue()
1021 aValue <<= _pImp->m_xDocProps->getLanguage(); in getFastPropertyValue()
1060 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in getUserFieldValue()
1086 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldName()
1089 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldName()
1133 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldValue()
1136 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldValue()
1275 _pImp->m_xDocProps->loadFromStorage(xStorage, medium); in loadFromURL()
1276 _pImp->Reset(_pImp->m_xDocProps); in loadFromURL()
1316 _pImp->m_xDocProps->storeToStorage(xStorage, medium); in storeIntoURL()