Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx67 static const ::rtl::OUString FM_PROP_CLASSID(RTL_CONSTASCII_USTRINGPARAM("ClassId")); variable
99 if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_CLASSID ) ) in classifyFormControl()
101 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_CLASSID ) >>= nControlType ); in classifyFormControl()
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx411 _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()
H A DfmPropBrw.cxx462 if ( ::comphelper::hasProperty( FM_PROP_CLASSID, xSingleSelection ) ) in implSetNewSelection()
465 xSingleSelection->getPropertyValue( FM_PROP_CLASSID ) >>= nClassID; in implSetNewSelection()
H A Dfmshimp.cxx1412 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()
H A Dnavigatortree.cxx1104 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()
H A Dfmcontrollayout.cxx233 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlLayout()
H A Dfmvwimp.cxx815 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in isFocusable()
1042 OSL_VERIFY( m_xLastCreatedControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId );
H A Dfmpgeimp.cxx679 xSet->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in setUniqueName()
/trunk/main/svx/source/inc/
H A Dfmprop.hrc34 #define FM_PROP_CLASSID rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ClassId" …
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1360 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xCurrentColumn)) in queryFieldDataType()
1364 xCurrentColumn->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in queryFieldDataType()
H A Dfmgridcl.cxx703 xSet->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in PreExecuteColumnContextMenu()
H A Dgridcell.cxx2884 sal_Int16 nClassId = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_CLASSID)); in Init()

Completed in 161 milliseconds