Home
last modified time | relevance | path

Searched refs:PROPERTY_ISREADONLY (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/inc/
H A Dstrings.hxx51 #define PROPERTY_ISREADONLY "IsReadOnly" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/inc/
H A Dstrings.hxx51 #define PROPERTY_ISREADONLY "IsReadOnly" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/inc/
H A Dfrm_strings.hxx49 #define PROPERTY_ISREADONLY "IsReadOnly" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/inc/
H A Dfrm_strings.hxx53 #define PROPERTY_ISREADONLY "IsReadOnly" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformstrings.hxx50 #define PROPERTY_ISREADONLY "IsReadOnly" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformstrings.hxx51 #define PROPERTY_ISREADONLY "IsReadOnly" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/browser/
H A Dsbagrid.cxx890 if (xInfo->hasPropertyByName(PROPERTY_ISREADONLY)) in IsReadOnlyDB()
891 … bDBIsReadOnly = ::comphelper::getBOOL(xDbProps->getPropertyValue(PROPERTY_ISREADONLY)); in IsReadOnlyDB()
1187 if (::comphelper::getBOOL(xField->getPropertyValue(PROPERTY_ISREADONLY))) in AcceptDrop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/browser/
H A Dsbagrid.cxx966 if (xInfo->hasPropertyByName(PROPERTY_ISREADONLY)) in IsReadOnlyDB()
967 … bDBIsReadOnly = ::comphelper::getBOOL(xDbProps->getPropertyValue(PROPERTY_ISREADONLY)); in IsReadOnlyDB()
1257 if (::comphelper::getBOOL(xField->getPropertyValue(PROPERTY_ISREADONLY))) in AcceptDrop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A DRowSet.cxx1218 dataColumn->getPropertyValue(PROPERTY_ISREADONLY) >>= bReadOnly; in impl_setDataColumnsWriteable_throw()
1221 dataColumn->setPropertyValue(PROPERTY_ISREADONLY,makeAny(false)); in impl_setDataColumnsWriteable_throw()
1232 (*aIter)->setPropertyValue(PROPERTY_ISREADONLY, makeAny(readOnlyDataColumn) ); in impl_restoreDataColumnsWriteable_throw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A DRowSet.cxx1225 dataColumn->getPropertyValue(PROPERTY_ISREADONLY) >>= bReadOnly; in impl_setDataColumnsWriteable_throw()
1228 dataColumn->setPropertyValue(PROPERTY_ISREADONLY,makeAny(false)); in impl_setDataColumnsWriteable_throw()
1239 (*aIter)->setPropertyValue(PROPERTY_ISREADONLY, makeAny(readOnlyDataColumn) ); in impl_restoreDataColumnsWriteable_throw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx143 m_aDirectPropTranslator.emplace( DSID_READONLY, PROPERTY_ISREADONLY ); in ODbDataSourceAdministrationHelper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx148 m_aDirectPropTranslator.emplace( DSID_READONLY, PROPERTY_ISREADONLY ); in ODbDataSourceAdministrationHelper()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DDatabaseForm.cxx1950 if ( xPSI->hasPropertyByName( PROPERTY_ISREADONLY ) ) in reset_impl()
1951 xColProps->getPropertyValue( PROPERTY_ISREADONLY ) >>= bReadOnly; in reset_impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DDatabaseForm.cxx1950 if ( xPSI->hasPropertyByName( PROPERTY_ISREADONLY ) ) in reset_impl()
1951 xColProps->getPropertyValue( PROPERTY_ISREADONLY ) >>= bReadOnly; in reset_impl()