Home
last modified time | relevance | path

Searched refs:FM_PROP_CLASSID (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dformpdfexport.cxx70 static const char FM_PROP_CLASSID[] = "ClassId"; in classifyFormControl() local
76 if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_CLASSID ) ) in classifyFormControl()
78 if( ! (_rxModel->getPropertyValue( FM_PROP_CLASSID ) >>= nControlType) ) { in classifyFormControl()
79 … SAL_WARN("toolkit.helper", "classifyFormControl: unable to get property " << FM_PROP_CLASSID); in classifyFormControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dformpdfexport.cxx70 static constexpr OUStringLiteral FM_PROP_CLASSID = u"ClassId"; in classifyFormControl() local
76 if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_CLASSID ) ) in classifyFormControl()
78 if( ! (_rxModel->getPropertyValue( FM_PROP_CLASSID ) >>= nControlType) ) { in classifyFormControl()
79 … SAL_WARN("toolkit.helper", "classifyFormControl: unable to get property " << FM_PROP_CLASSID); in classifyFormControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfmprop.hxx30 #define FM_PROP_CLASSID "ClassId" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfmprop.hxx30 #define FM_PROP_CLASSID "ClassId" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dformcontrolfactory.cxx398 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlModel()
626 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in initializeFieldDependentProperties()
686 OSL_VERIFY( _rxObject->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in getDefaultUniqueName_ByComponentType()
H A DfmPropBrw.cxx370 if ( ::comphelper::hasProperty( FM_PROP_CLASSID, xSingleSelection ) ) in implSetNewSelection()
373 xSingleSelection->getPropertyValue( FM_PROP_CLASSID ) >>= nClassID; in implSetNewSelection()
H A Dfmcontrollayout.cxx232 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlLayout()
H A Dnavigatortree.cxx933 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrent->getPropertyValue(FM_PROP_CLASSID)); in implExecuteDataTransfer()
1870 … sal_uInt16 nClassId = ::comphelper::getINT16(xSet->getPropertyValue(FM_PROP_CLASSID)); in SynchronizeMarkList()
1910 if (::comphelper::hasProperty(FM_PROP_CLASSID, xProperties)) in IsHiddenControl()
1912 Any aClassID = xProperties->getPropertyValue( FM_PROP_CLASSID ); in IsHiddenControl()
H A Dfmshimp.cxx1315 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xModelSet)) in LoopGrids_Lock()
1317 sal_Int16 nClassId = ::comphelper::getINT16(xModelSet->getPropertyValue(FM_PROP_CLASSID)); in LoopGrids_Lock()
3097 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView_Lock()
3219 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView_Lock()
3668 static constexpr OUStringLiteral sClassIdPropertyName = u"" FM_PROP_CLASSID; in smartControlReset()
3942 if (::comphelper::hasProperty(FM_PROP_CLASSID, xProperties)) in ShouldHandleElement()
3944 Any aClassId( xProperties->getPropertyValue(FM_PROP_CLASSID) ); in ShouldHandleElement()
H A Dfmpgeimp.cxx641 xSet->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in setUniqueName()
H A Dfmvwimp.cxx794 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in isFocusable()
1031 OSL_VERIFY( m_xLastCreatedControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dformcontrolfactory.cxx398 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlModel()
626 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in initializeFieldDependentProperties()
686 OSL_VERIFY( _rxObject->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in getDefaultUniqueName_ByComponentType()
H A DfmPropBrw.cxx427 if ( ::comphelper::hasProperty( FM_PROP_CLASSID, xSingleSelection ) ) in implSetNewSelection()
430 xSingleSelection->getPropertyValue( FM_PROP_CLASSID ) >>= nClassID; in implSetNewSelection()
H A Dfmcontrollayout.cxx231 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlLayout()
H A Dnavigatortree.cxx962 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrent->getPropertyValue(FM_PROP_CLASSID)); in implExecuteDataTransfer()
1952 … sal_uInt16 nClassId = ::comphelper::getINT16(xSet->getPropertyValue(FM_PROP_CLASSID)); in SynchronizeMarkList()
1989 if (::comphelper::hasProperty(FM_PROP_CLASSID, xProperties)) in IsHiddenControl()
1991 Any aClassID = xProperties->getPropertyValue( FM_PROP_CLASSID ); in IsHiddenControl()
H A Dfmshimp.cxx1329 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xModelSet)) in LoopGrids_Lock()
1331 … sal_Int16 nClassId = ::comphelper::getINT16(xModelSet->getPropertyValue(FM_PROP_CLASSID)); in LoopGrids_Lock()
3115 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView_Lock()
3234 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView_Lock()
3684 static const OUString sClassIdPropertyName = FM_PROP_CLASSID; in smartControlReset()
3958 if (::comphelper::hasProperty(FM_PROP_CLASSID, xProperties)) in ShouldHandleElement()
3960 Any aClassId( xProperties->getPropertyValue(FM_PROP_CLASSID) ); in ShouldHandleElement()
H A Dfmpgeimp.cxx644 xSet->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in setUniqueName()
H A Dfmvwimp.cxx807 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in isFocusable()
1036 OSL_VERIFY( m_xLastCreatedControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Dfmgridif.cxx1219 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xCurrentColumn)) in queryFieldDataType()
1223 xCurrentColumn->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in queryFieldDataType()
H A Dgridcell.cxx2844 sal_Int16 nClassId = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_CLASSID)); in Init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/fmcomp/
H A Dfmgridif.cxx1204 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xCurrentColumn)) in queryFieldDataType()
1208 xCurrentColumn->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in queryFieldDataType()
H A Dgridcell.cxx2794 sal_Int16 nClassId = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_CLASSID)); in Init()