/trunk/main/framework/test/typecfg/ |
H A D | xml2xcd.cxx | 135 …sal_Bool bWriteable ; // enable/disable writable configuration… member 383 rMember.bWriteable = sal_True; in impl_parseCommandLine() 387 rMember.bWriteable = sal_False; in impl_parseCommandLine() 821 …m_aData.sBufferStandard.appendAscii( m_aData.bWriteable==sal_True ? "true\">\n" : "false\">\n" … in impl_generateDetectorTemplate() 834 …m_aData.sBufferStandard.appendAscii( m_aData.bWriteable==sal_True ? "true\">\n" : "false\">\n" … in impl_generateLoaderTemplate() 853 …m_aData.sBufferStandard.appendAscii( m_aData.bWriteable==sal_True ? "true\">\n" : "false\">\n" … in impl_generateContentHandlerTemplate() 1413 sXCD.appendAscii( m_aData.bWriteable==sal_True ? "true\">\n" : "false\">\n" ); in impl_generateIntProperty() 1427 sXCD.appendAscii( m_aData.bWriteable==sal_True ? "true\">\n" : "false\">\n" ); in impl_generateBoolProperty() 1441 sXCD.appendAscii( m_aData.bWriteable==sal_True ? "true\"" : "false\"" ); in impl_generateStringProperty() 1472 sXCD.appendAscii( m_aData.bWriteable==sal_True ? "true\"" : "false\"" ); in impl_generateStringListProperty() [all …]
|
H A D | typecfg.cxx | 241 sal_Bool bWriteable = sal_True; in impl_generateTypeDetectionXCD() local 243 aCache.impldbg_generateXCD( "org.openoffice.Office.TypeDetection.xcd", bWriteable, cSeparator ); in impl_generateTypeDetectionXCD()
|
/trunk/main/sal/osl/os2/ |
H A D | profile.c | 177 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable); 1153 sal_Bool bWriteable = sal_False; in openFileImpl() local 1173 bWriteable=sal_True; in openFileImpl() 1176 if (bWriteable) in openFileImpl() 1200 if ( (rc != NO_ERROR) && bWriteable) in openFileImpl() 1219 lockFile(pFile, bWriteable ? write_lock : read_lock); in openFileImpl() 1848 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable) in acquireProfile() argument 1854 if ( bWriteable ) in acquireProfile() 1913 if ((pProfile->m_Flags & osl_Profile_READLOCK) && bWriteable) in acquireProfile() 1921 sal_Bool bWriteable = sal_False; in acquireProfile() local
|
/trunk/main/sal/osl/unx/ |
H A D | profile.c | 165 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable); 1223 sal_Bool bWriteable = sal_False; in openFileImpl() local 1230 bWriteable=sal_True; in openFileImpl() 1233 if (! bWriteable) in openFileImpl() 1275 OslProfile_lockFile(pFile, bWriteable ? write_lock : read_lock); in openFileImpl() 2096 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable) in acquireProfile() argument 2102 if ( bWriteable ) in acquireProfile() 2157 if ((pProfile->m_Flags & osl_Profile_READLOCK) && bWriteable) in acquireProfile()
|
/trunk/main/sal/osl/w32/ |
H A D | profile.cxx | 171 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable); 1260 sal_Bool bWriteable = sal_False; in openFileImpl() local 1268 bWriteable=sal_True; in openFileImpl() 1271 if (! bWriteable) in openFileImpl() 1311 lockFile(pFile, bWriteable ? write_lock : read_lock); in openFileImpl() 2170 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable) in acquireProfile() argument 2176 if ( bWriteable ) in acquireProfile() 2239 if ((pProfile->m_Flags & osl_Profile_READLOCK) && bWriteable) in acquireProfile()
|
/trunk/main/offapi/com/sun/star/ui/ |
H A D | XUIElementSettings.idl | 65 @param bWriteable 73 com::sun::star::container::XIndexAccess getSettings( [in] boolean bWriteable );
|
H A D | XUIConfigurationManager.idl | 146 @param bWriteable 161 …ainer::XIndexAccess getSettings( [in] string ResourceURL, [in] boolean bWriteable ) raises ( com::…
|
/trunk/main/framework/source/helper/ |
H A D | uiconfigelementwrapperbase.cxx | 535 Reference< XIndexAccess > SAL_CALL UIConfigElementWrapperBase::getSettings( sal_Bool bWriteable ) t… in getSettings() argument 542 if ( bWriteable ) in getSettings()
|
/trunk/main/linguistic/source/ |
H A D | dicimp.cxx | 217 sal_Bool bWriteable) : in DictionaryNeo() argument 228 bIsReadonly = !bWriteable; in DictionaryNeo()
|
H A D | dicimp.hxx | 100 sal_Bool bWriteable );
|
/trunk/main/framework/inc/helper/ |
H A D | uiconfigelementwrapperbase.hxx | 99 …m::sun::star::container::XIndexAccess > SAL_CALL getSettings( sal_Bool bWriteable ) throw (::com::…
|
/trunk/main/framework/source/uiconfiguration/ |
H A D | uiconfigurationmanager.cxx | 843 …CALL UIConfigurationManager::getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) in getSettings() argument 862 if ( bWriteable ) in getSettings()
|
H A D | uiconfigurationmanagerimpl.hxx | 98 …ndexAccess > getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) throw (::com::…
|
H A D | moduleuiconfigurationmanager.cxx | 1066 …oduleUIConfigurationManager::getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) in getSettings() argument 1085 if ( bWriteable ) in getSettings()
|
H A D | uiconfigurationmanagerimpl.cxx | 1033 … UIConfigurationManagerImpl::getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) in getSettings() argument 1052 if ( bWriteable ) in getSettings()
|
/trunk/main/framework/inc/uiconfiguration/ |
H A D | uiconfigurationmanager.hxx | 106 …s > SAL_CALL getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) throw (::com::…
|
H A D | moduleuiconfigurationmanager.hxx | 110 …s > SAL_CALL getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) throw (::com::…
|