Searched refs:FM_PROP_CLASSID (Results 1 – 12 of 12) sorted by relevance
67 static const ::rtl::OUString FM_PROP_CLASSID(RTL_CONSTASCII_USTRINGPARAM("ClassId")); variable99 if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_CLASSID ) ) in classifyFormControl()101 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_CLASSID ) >>= nControlType ); in classifyFormControl()
411 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlModel()645 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in initializeFieldDependentProperties()705 OSL_VERIFY( _rxObject->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in getDefaultUniqueName_ByComponentType()
462 if ( ::comphelper::hasProperty( FM_PROP_CLASSID, xSingleSelection ) ) in implSetNewSelection()465 xSingleSelection->getPropertyValue( FM_PROP_CLASSID ) >>= nClassID; in implSetNewSelection()
1412 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xModelSet)) in LoopGrids()1414 sal_Int16 nClassId = ::comphelper::getINT16(xModelSet->getPropertyValue(FM_PROP_CLASSID)); in LoopGrids()3292 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView()3415 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView()3880 static const ::rtl::OUString sClassIdPropertyName = FM_PROP_CLASSID; in smartControlReset()4156 if (::comphelper::hasProperty(FM_PROP_CLASSID, xProperties)) in ShouldHandleElement()4158 Any aClassId( xProperties->getPropertyValue(FM_PROP_CLASSID) ); in ShouldHandleElement()
1104 sal_Int16 nClassId = ::comphelper::getINT16(xCurrent->getPropertyValue(FM_PROP_CLASSID)); in implExecuteDataTransfer()2122 sal_uInt16 nClassId = ::comphelper::getINT16(xSet->getPropertyValue(FM_PROP_CLASSID)); in SynchronizeMarkList()2161 if (::comphelper::hasProperty(FM_PROP_CLASSID, xProperties)) in IsHiddenControl()2163 Any aClassID = xProperties->getPropertyValue( FM_PROP_CLASSID ); in IsHiddenControl()
233 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlLayout()
815 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in isFocusable()1042 OSL_VERIFY( m_xLastCreatedControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId );
679 xSet->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in setUniqueName()
34 #define FM_PROP_CLASSID rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ClassId" …
1360 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xCurrentColumn)) in queryFieldDataType()1364 xCurrentColumn->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in queryFieldDataType()
703 xSet->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in PreExecuteColumnContextMenu()
2884 sal_Int16 nClassId = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_CLASSID)); in Init()
Completed in 136 milliseconds