Lines Matching refs:_pImp
415 : _pImp( new SfxDocumentInfoObject_Impl() ) in SfxDocumentInfoObject()
423 delete _pImp; in ~SfxDocumentInfoObject()
440 _pImp->Reset(xDoc); in initialize()
455 xCloneable(_pImp->m_xDocProps, uno::UNO_QUERY_THROW); in createClone()
458 pNew->_pImp->Reset(xDocProps, _pImp->m_UserDefined); in createClone()
467 return _pImp->m_xDocProps; in getDocumentProperties()
475 xCloneable(rOther._pImp->m_xDocProps, uno::UNO_QUERY_THROW); in operator =()
478 _pImp->Reset(xDocProps, rOther._pImp->m_UserDefined); in operator =()
487 _pImp->_aDisposeContainer.disposeAndClear( aEvent ); in dispose()
488 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in dispose()
489 _pImp->m_xDocProps = 0; in dispose()
491 _pImp->bDisposed = sal_True; in dispose()
498 _pImp->_aDisposeContainer.addInterface( aListener ); in addEventListener()
505 _pImp->_aDisposeContainer.removeInterface( aListener ); in removeEventListener()
511 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getPropertySetInfo()
514 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in getPropertySetInfo()
515 …MixedPropertySetInfo* pInfo = new MixedPropertySetInfo( lcl_GetDocInfoPropertyMap(), _pImp->m_User… in getPropertySetInfo()
528 const SfxItemPropertySimpleEntry* pEntry = _pImp->m_aPropertyMap.getByName( aPropertyName ); in setPropertyValue()
536 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in setPropertyValue()
547 const SfxItemPropertySimpleEntry* pEntry = _pImp->m_aPropertyMap.getByName( aPropertyName ); in getPropertyValue()
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()
663 sal_Bool bFixProp = _pImp->m_aPropertyMap.getByName( sName ) != 0; in addProperty()
679 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in addProperty()
689 sal_Bool bFixProp = _pImp->m_aPropertyMap.getByName( sName ) != 0; in removeProperty()
703 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in removeProperty()
726 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); 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()
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()
942 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getFastPropertyValue()
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()
1045 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getUserFieldName()
1047 return _pImp->m_UserDefined[nIndex]; in getUserFieldName()
1056 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getUserFieldValue()
1058 ::rtl::OUString name = _pImp->m_UserDefined[nIndex]; in getUserFieldValue()
1060 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in getUserFieldValue()
1078 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setUserFieldName()
1083 ::rtl::OUString name = _pImp->m_UserDefined[nIndex]; in setUserFieldName()
1086 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldName()
1089 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldName()
1097 _pImp->m_UserDefined[nIndex] = aName; in setUserFieldName()
1103 _pImp->m_UserDefined[nIndex] = aName; in setUserFieldName()
1105 _pImp->m_UserDefined[nIndex] = aName; in setUserFieldName()
1128 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setUserFieldValue()
1131 ::rtl::OUString name = _pImp->m_UserDefined[nIndex]; in setUserFieldValue()
1133 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldValue()
1136 _pImp->m_xDocProps->getUserDefinedProperties(), in setUserFieldValue()
1256 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in loadFromURL()
1262 _pImp->Reset(xDocProps); in loadFromURL()
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()