Home
last modified time | relevance | path

Searched refs:aODFVersion (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/xmloff/source/core/
H A Dxmlimp.cxx236 ::rtl::OUString aODFVersion;
735 mpImpl->aODFVersion = xAttrList->getValueByIndex( i ); in startElement()
739 && !IsODFVersionConsistent( mpImpl->aODFVersion ) ) in startElement()
1700 sal_Bool SvXMLImport::IsODFVersionConsistent( const ::rtl::OUString& aODFVersion ) in IsODFVersionConsistent() argument
1705 if ( aODFVersion.getLength() && aODFVersion.compareTo( ODFVER_012_TEXT ) >= 0 ) in IsODFVersionConsistent()
1740 bResult = aODFVersion.equals( aStorVersion ); in IsODFVersionConsistent()
1743 uno::makeAny( aODFVersion ) ); in IsODFVersionConsistent()
2026 return mpImpl->aODFVersion; in GetODFVersion()
/aoo42x/main/sfx2/source/doc/
H A Dobjserv.cxx1358 ::rtl::OUString aODFVersion; in ImplSign()
1363 …t->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>= aODFVersion; in ImplSign()
1371 || (!aODFVersion.equals( ODFVER_012_TEXT ) && !bHasSign) ) in ImplSign()
1436 aODFVersion, in ImplSign()
H A Dobjstor.cxx1201 ::rtl::OUString aODFVersion; in SaveTo_Impl()
1205 …t->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>= aODFVersion; in SaveTo_Impl()
1214 … (aODFVersion.equals( ODFVER_012_TEXT ) && nVersion == SvtSaveOptions::ODFVER_011) || in SaveTo_Impl()
1215 … (!aODFVersion.getLength() && nVersion >= SvtSaveOptions::ODFVER_012) in SaveTo_Impl()
H A Ddocfile.cxx3912 …:SignContents_Impl( sal_Bool bScriptingContent, const ::rtl::OUString& aODFVersion, sal_Bool bHasV… in SignContents_Impl() argument
3922 aArgs[0] <<= aODFVersion; in SignContents_Impl()
/aoo42x/main/uui/source/
H A Dsecmacrowarnings.cxx338 const ::rtl::OUString& aODFVersion, in SetStorage()
342 maODFVersion = aODFVersion; in SetStorage()
H A Dsecmacrowarnings.hxx93 const ::rtl::OUString& aODFVersion,
/aoo42x/main/xmloff/source/text/
H A DXMLSectionExport.cxx1266 const SvtSaveOptions::ODFDefaultVersion aODFVersion = rExport.getDefaultVersion(); in ExportIndexTemplateElement() local
1399 if( aODFVersion == SvtSaveOptions::ODFVER_011 in ExportIndexTemplateElement()
1400 || aODFVersion == SvtSaveOptions::ODFVER_010) in ExportIndexTemplateElement()
/aoo42x/main/sfx2/inc/sfx2/
H A Ddocfile.hxx318 … SignContents_Impl( sal_Bool bScriptingContent, const ::rtl::OUString& aODFVersion, sal_Bool bHasV…
/aoo42x/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx175 sal_Bool IsODFVersionConsistent( const ::rtl::OUString& aODFVersion );

Completed in 127 milliseconds