Home
last modified time | relevance | path

Searched refs:nClassId (Results 26 – 33 of 33) sorted by relevance

12

/aoo42x/main/svx/source/inc/
H A Dformcontrolfactory.hxx94 const sal_Int16 nClassId,
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridif.cxx1363 sal_Int16 nClassId = sal_Int16(); in queryFieldDataType() local
1364 xCurrentColumn->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in queryFieldDataType()
1365 if (nClassId>LAST_KNOWN_TYPE) in queryFieldDataType()
1367 …DBG_ASSERT(nClassId>0, "FmXGridPeer::queryFieldDataType : somebody changed the definition of the F… in queryFieldDataType()
1370 pReturnArray[i] = bCanConvert[nClassId-1][nMapColumn]; in queryFieldDataType()
H A Dfmgridcl.cxx702 sal_Int16 nClassId; in PreExecuteColumnContextMenu() local
703 xSet->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in PreExecuteColumnContextMenu()
H A Dgridcell.cxx2884 sal_Int16 nClassId = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_CLASSID)); in Init() local
2885 switch (nClassId) in Init()
2890 m_nControlClass = nClassId; in Init()
/aoo42x/main/filter/source/msfilter/
H A Dmsocximex.cxx4485 sal_Int16 nClassId = *(sal_Int16*) aTmp.getValue(); in OCX_Factory() local
4499 if (nClassId == form::FormComponentType::TEXTFIELD) in OCX_Factory()
4512 else if (nClassId == form::FormComponentType::CONTROL) in OCX_Factory()
4519 nClassId = form::FormComponentType::IMAGECONTROL; in OCX_Factory()
4526 if( nClassId == form::FormComponentType::COMMANDBUTTON ) in OCX_Factory()
4534 if( nClassId == aOCXTab[ i ].nId ) in OCX_Factory()
4651 sal_Int16 nClassId = *(sal_Int16*) aTmp.getValue(); in WriteOCXStream()
/aoo42x/main/oox/source/dump/
H A Doledumper.cxx1773 sal_uInt16 nClassId = dumpHexProperty< sal_uInt16 >( 0x7FFF, "VBA-FORMSITE-CLASSIDCACHE" ); in implDumpShortProperties() local
1782 sal_uInt16 nIndex = nClassId & VBA_FORMSITE_CLASSTABLEMASK; in implDumpShortProperties()
1783 if( getFlag( nClassId, VBA_FORMSITE_CLASSTABLEINDEX ) ) in implDumpShortProperties()
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx1195 sal_Int16 nClassId = 0; in TransferFormComponentProperties() local
1196 xOldProps->getPropertyValue(sPropClassId) >>= nClassId; in TransferFormComponentProperties()
1197 switch (nClassId) in TransferFormComponentProperties()
/aoo42x/main/forms/source/component/
H A DDatabaseForm.cxx632 sal_Int16 nClassId = 0; in AppendComponent() local
633 xComponentSet->getPropertyValue(PROPERTY_CLASSID) >>= nClassId; in AppendComponent()
636 if( !aName.getLength() && nClassId != FormComponentType::IMAGEBUTTON) in AppendComponent()
641 switch( nClassId ) in AppendComponent()

Completed in 177 milliseconds

12