Home
last modified time | relevance | path

Searched refs:bWriteable (Results 1 – 17 of 17) sorted by relevance

/trunk/main/framework/test/typecfg/
H A Dxml2xcd.cxx135 …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 Dtypecfg.cxx241 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 Dprofile.c177 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 Dprofile.c165 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 Dprofile.cxx171 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 DXUIElementSettings.idl65 @param bWriteable
73 com::sun::star::container::XIndexAccess getSettings( [in] boolean bWriteable );
H A DXUIConfigurationManager.idl146 @param bWriteable
161 …ainer::XIndexAccess getSettings( [in] string ResourceURL, [in] boolean bWriteable ) raises ( com::…
/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx535 Reference< XIndexAccess > SAL_CALL UIConfigElementWrapperBase::getSettings( sal_Bool bWriteable ) t… in getSettings() argument
542 if ( bWriteable ) in getSettings()
/trunk/main/linguistic/source/
H A Ddicimp.cxx217 sal_Bool bWriteable) : in DictionaryNeo() argument
228 bIsReadonly = !bWriteable; in DictionaryNeo()
H A Ddicimp.hxx100 sal_Bool bWriteable );
/trunk/main/framework/inc/helper/
H A Duiconfigelementwrapperbase.hxx99 …m::sun::star::container::XIndexAccess > SAL_CALL getSettings( sal_Bool bWriteable ) throw (::com::…
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx843 …CALL UIConfigurationManager::getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) in getSettings() argument
862 if ( bWriteable ) in getSettings()
H A Duiconfigurationmanagerimpl.hxx98 …ndexAccess > getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) throw (::com::…
H A Dmoduleuiconfigurationmanager.cxx1066 …oduleUIConfigurationManager::getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) in getSettings() argument
1085 if ( bWriteable ) in getSettings()
H A Duiconfigurationmanagerimpl.cxx1033 … UIConfigurationManagerImpl::getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) in getSettings() argument
1052 if ( bWriteable ) in getSettings()
/trunk/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx106 …s > SAL_CALL getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) throw (::com::…
H A Dmoduleuiconfigurationmanager.hxx110 …s > SAL_CALL getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWriteable ) throw (::com::…

Completed in 98 milliseconds