/trunk/main/tools/source/ref/ |
H A D | pstm.cxx | 40 p = Get( nClassId ); in Register() 43 aAssocTable.insert(Map::value_type(nClassId, pFunc)); in Register() 49 SvCreateInstancePersist SvClassManager::Get( sal_uInt16 nClassId ) in Get() argument 51 Map::const_iterator i(aAssocTable.find(nClassId)); in Get() 612 sal_uInt16 nClassId in WriteId() argument 638 SvPersistStream::WriteCompressed( rStm, nClassId ); in WriteId() 647 sal_uInt16 & nClassId in ReadId() argument 650 nClassId = 0; in ReadId() 730 sal_uInt16 nClassId; in ReadObj() local 733 ReadId( *this, nHdr, nId, nClassId ); in ReadObj() [all …]
|
/trunk/main/svx/source/form/ |
H A D | formcontrolfactory.cxx | 401 sal_Int16 nClassId = FormComponentType::CONTROL; in initializeControlModel() local 405 return nClassId; in initializeControlModel() 411 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlModel() 413 switch ( nClassId ) in initializeControlModel() 483 switch ( nClassId ) in initializeControlModel() 521 return nClassId; in initializeControlModel() 644 sal_Int16 nClassId = FormComponentType::CONTROL; in initializeFieldDependentProperties() local 645 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in initializeFieldDependentProperties() 646 if ( nClassId == FormComponentType::CHECKBOX ) in initializeFieldDependentProperties() 704 sal_Int16 nClassId = FormComponentType::CONTROL; in getDefaultUniqueName_ByComponentType() local [all …]
|
H A D | fmcontrollayout.cxx | 232 sal_Int16 nClassId = FormComponentType::CONTROL; in initializeControlLayout() local 233 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlLayout() 255 if ( ( nClassId != FormComponentType::COMMANDBUTTON ) in initializeControlLayout() 256 && ( nClassId != FormComponentType::RADIOBUTTON ) in initializeControlLayout() 257 && ( nClassId != FormComponentType::CHECKBOX ) in initializeControlLayout() 258 && ( nClassId != FormComponentType::GROUPBOX ) in initializeControlLayout() 259 && ( nClassId != FormComponentType::FIXEDTEXT ) in initializeControlLayout() 260 && ( nClassId != FormComponentType::SCROLLBAR ) in initializeControlLayout() 261 && ( nClassId != FormComponentType::SPINBUTTON ) in initializeControlLayout()
|
H A D | fmvwimp.cxx | 814 sal_Int16 nClassId = FormComponentType::CONTROL; in isFocusable() local 818 if ( ( FormComponentType::CONTROL != nClassId ) in isFocusable() 819 && ( FormComponentType::IMAGEBUTTON != nClassId ) in isFocusable() 820 && ( FormComponentType::GROUPBOX != nClassId ) in isFocusable() 821 && ( FormComponentType::FIXEDTEXT != nClassId ) in isFocusable() 822 && ( FormComponentType::HIDDENCONTROL != nClassId ) in isFocusable() 823 && ( FormComponentType::IMAGECONTROL != nClassId ) in isFocusable() 824 && ( FormComponentType::SCROLLBAR != nClassId ) in isFocusable() 825 && ( FormComponentType::SPINBUTTON!= nClassId ) in isFocusable() 1039 sal_Int16 nClassId = FormComponentType::CONTROL; variable [all …]
|
H A D | fmpgeimp.cxx | 678 sal_Int16 nClassId( FormComponentType::CONTROL ); in setUniqueName() local 679 xSet->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in setUniqueName() 685 … if (!sName.getLength() || nClassId != ::com::sun::star::form::FormComponentType::RADIOBUTTON) in setUniqueName()
|
H A D | fmPropBrw.cxx | 122 ::rtl::OUString GetUIHeadlineName(sal_Int16 nClassId, const Any& aUnoObj) in GetUIHeadlineName() argument 126 switch ( nClassId ) in GetUIHeadlineName()
|
H A D | navigatortree.cxx | 1104 sal_Int16 nClassId = ::comphelper::getINT16(xCurrent->getPropertyValue(FM_PROP_CLASSID)); in implExecuteDataTransfer() local 1105 …OSL_ENSURE(nClassId == FormComponentType::HIDDENCONTROL, "NavigatorTree::implExecuteDataTransfer: … in implExecuteDataTransfer() 2122 sal_uInt16 nClassId = ::comphelper::getINT16(xSet->getPropertyValue(FM_PROP_CLASSID)); in SynchronizeMarkList() local 2123 if (nClassId != FormComponentType::HIDDENCONTROL) in SynchronizeMarkList()
|
H A D | fmshimp.cxx | 1414 sal_Int16 nClassId = ::comphelper::getINT16(xModelSet->getPropertyValue(FM_PROP_CLASSID)); in LoopGrids() local 1415 if (FormComponentType::GRIDCONTROL != nClassId) in LoopGrids() 3292 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView() local 3293 switch (nClassId) in CreateExternalView() 3415 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView() local 3416 switch (nClassId) in CreateExternalView()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | cellbindinghelper.cxx | 443 sal_Int16 nClassId = FormComponentType::CONTROL; in isCellIntegerBindingAllowed() local 444 m_xControlModel->getPropertyValue( PROPERTY_CLASSID ) >>= nClassId; in isCellIntegerBindingAllowed() 445 if ( FormComponentType::LISTBOX != nClassId ) in isCellIntegerBindingAllowed() 480 sal_Int16 nClassId = FormComponentType::CONTROL; in isCellBindingAllowed() local 481 m_xControlModel->getPropertyValue( PROPERTY_CLASSID ) >>= nClassId; in isCellBindingAllowed() 482 …if ( ( FormComponentType::DATEFIELD == nClassId ) || ( FormComponentType::TIMEFIELD == nClassId ) ) in isCellBindingAllowed()
|
H A D | selectlabeldialog.cxx | 110 sal_Int16 nClassId = 0; in DBG_NAME() local 111 …try { nClassId = ::comphelper::getINT16(m_xControlModel->getPropertyValue(PROPERTY_CLASSID)); } ca… in DBG_NAME() 112 …m_sRequiredService = (FormComponentType::RADIOBUTTON == nClassId) ? SERVICE_COMPONENT_GROUPBOX : S… in DBG_NAME() 113 …m_aRequiredControlImage = m_aModelImages.GetImage((FormComponentType::RADIOBUTTON == nClassId) ? R… in DBG_NAME()
|
H A D | formbrowsertools.cxx | 50 ::rtl::OUString GetUIHeadlineName(sal_Int16 nClassId, const Any& aUnoObj) in GetUIHeadlineName() argument 56 switch (nClassId) in GetUIHeadlineName()
|
/trunk/main/forms/source/component/ |
H A D | GroupManager.cxx | 59 sal_Int16 nClassId = FormComponentType::CONTROL; in isRadioButton() local 60 _rxComponent->getPropertyValue( PROPERTY_CLASSID ) >>= nClassId; in isRadioButton() 61 if ( nClassId == FormComponentType::RADIOBUTTON ) in isRadioButton()
|
H A D | Filter.cxx | 843 …sal_Int16 nClassId = ::comphelper::getINT16( xControlModel->getPropertyValue( PROPERTY_CLASSID ) ); in initialize() local 844 switch (nClassId) in initialize() 850 m_nControlClass = nClassId; in initialize() 851 if ( FormComponentType::LISTBOX == nClassId ) in initialize()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 514 sal_Int16 nClassId = 0; in XclExpTbxControlObj() local 515 if( aCtrlProp.GetProperty( nClassId, CREATE_OUSTRING( "ClassId" ) ) ) in XclExpTbxControlObj() 517 switch( nClassId ) in XclExpTbxControlObj() 607 switch( nClassId ) in XclExpTbxControlObj() 654 switch( nClassId ) in XclExpTbxControlObj()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | objface.hxx | 55 SfxInterfaceId nClassId; // Id of interface member in SfxInterface 64 SfxInterfaceId nClassId,
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 870 sal_Int16 nClassId = FormComponentType::CONTROL; in StartElement() local 871 m_xElement->getPropertyValue(PROPERTY_CLASSID) >>= nClassId; in StartElement() 889 getValuePropertyNames(m_eElementType, nClassId, pCurrentValueProperty, pValueProperty); in StartElement() 912 getValueLimitPropertyNames(nClassId, pMinValueProperty, pMaxValueProperty); in StartElement() 1003 sal_Int16 nClassId = FormComponentType::CONTROL; in EndElement() local 1007 m_xElement->getPropertyValue(PROPERTY_CLASSID) >>= nClassId; in EndElement() 1016 getRuntimeValuePropertyNames(m_eElementType, nClassId, pValueProperty, pDefaultValueProperty); in EndElement()
|
/trunk/main/tools/inc/tools/ |
H A D | pstm.hxx | 54 void Register( sal_uInt16 nClassId, SvCreateInstancePersist pFunc ); 55 SvCreateInstancePersist Get( sal_uInt16 nClassId );
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbasheetobjects.cxx | 430 sal_Int16 nClassId = -1; in implPickShape() local 431 return lclGetProperty( nClassId, xModelProps, CREATE_OUSTRING( "ClassId" ) ) && in implPickShape() 432 (nClassId == mnComponentType) && implCheckProperties( xModelProps ); in implPickShape()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FLTools.java | 213 Short nClassId = (Short)xCompProps.getPropertyValue( "ClassId" ); in classifyFormComponentType() local 214 switch ( nClassId.intValue() ) in classifyFormComponentType()
|
H A D | KeyGenerator.java | 209 Short nClassId = (Short)xModel.getPropertyValue( "ClassId" ); in defaultNewRecordFocus() local 210 if ( FormComponentType.FIXEDTEXT == nClassId.shortValue() ) in defaultNewRecordFocus()
|
H A D | DataAwareness.java | 118 Short nClassId = (Short)xProps.getPropertyValue( "ClassId" ); in handle() local 119 if ( FormComponentType.COMMANDBUTTON == nClassId.shortValue() ) in handle()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 230 sal_Bool lcl_html_isHTMLControl( sal_Int16 nClassId ) in lcl_html_isHTMLControl() argument 234 switch( nClassId ) in lcl_html_isHTMLControl() 784 sal_Int16 nClassId = *(sal_Int16*) aTmp.getValue(); in OutHTML_DrawFrmFmtAsControl() local 786 switch( nClassId ) in OutHTML_DrawFrmFmtAsControl() 790 eType = (form::FormComponentType::CHECKBOX == nClassId in OutHTML_DrawFrmFmtAsControl()
|
/trunk/main/extensions/source/dbpilots/ |
H A D | controlwizard.cxx | 301 sal_Int16 nClassId = FormComponentType::CONTROL; in Execute() local 304 …Context().xObjectModel->getPropertyValue(::rtl::OUString::createFromAscii("ClassId")) >>= nClassId; in Execute() 310 if (!approveControl(nClassId)) in Execute()
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 413 sal_Int32 nClassId = -1; in createShapeControl() local 415 xProps->getPropertyValue( sClassId ) >>= nClassId; in createShapeControl() 420 switch( nClassId ) in createShapeControl()
|
/trunk/main/sfx2/source/control/ |
H A D | objface.cxx | 139 nClassId(nId), in SfxInterface() 542 nRet += sal_uInt32( nClassId ) << 16; in GetChildWindowId()
|