namecont.hxx (234bd5c5) namecont.hxx (c7b6c371)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 579 unchanged lines hidden (view full) ---

588 sal_Bool mbPasswordProtected;
589 sal_Bool mbPasswordVerified;
590 sal_Bool mbDoc50Password;
591 ::rtl::OUString maPassword;
592
593 sal_Bool mbSharedIndexFile;
594 sal_Bool mbExtension;
595
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 579 unchanged lines hidden (view full) ---

588 sal_Bool mbPasswordProtected;
589 sal_Bool mbPasswordVerified;
590 sal_Bool mbDoc50Password;
591 ::rtl::OUString maPassword;
592
593 sal_Bool mbSharedIndexFile;
594 sal_Bool mbExtension;
595
596 // Additional functionality for localisation
596 // Additional functionality for localization
597 // Provide modify state including resources
598 virtual sal_Bool isModified( void ) = 0;
599 virtual void storeResources( void ) = 0;
600 virtual void storeResourcesAsURL( const ::rtl::OUString& URL, const ::rtl::OUString& NewName ) = 0;
601 virtual void storeResourcesToURL( const ::rtl::OUString& URL,
602 const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& xHandler ) = 0;
603 virtual void storeResourcesToStorage( const ::com::sun::star::uno::Reference
604 < ::com::sun::star::embed::XStorage >& xStorage ) = 0;

--- 188 unchanged lines hidden ---
597 // Provide modify state including resources
598 virtual sal_Bool isModified( void ) = 0;
599 virtual void storeResources( void ) = 0;
600 virtual void storeResourcesAsURL( const ::rtl::OUString& URL, const ::rtl::OUString& NewName ) = 0;
601 virtual void storeResourcesToURL( const ::rtl::OUString& URL,
602 const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& xHandler ) = 0;
603 virtual void storeResourcesToStorage( const ::com::sun::star::uno::Reference
604 < ::com::sun::star::embed::XStorage >& xStorage ) = 0;

--- 188 unchanged lines hidden ---